
Some minor issues will be fixed in this patchset. Current included fixes: change ranger-tempest.sh script to use correct plugin path, changed var RANGER_PATH -> PLUGIN_PATH Include requirements.txt Change credential in client.py back to credentials Change-Id: I21cc4fdec861b7176134bf9031868c4aa41b35a9
119 lines
2.6 KiB
Plaintext
119 lines
2.6 KiB
Plaintext
[DEFAULT]
|
|
debug = true
|
|
log_file = tempest.log
|
|
log_dir =
|
|
|
|
[auth]
|
|
test_accounts_file = /opt/stack/tempest/etc/accounts.yaml
|
|
use_dynamic_credentials = true
|
|
tempest_roles = admin
|
|
admin_username = admin
|
|
admin_project_name = admin
|
|
admin_password = nomoresecret
|
|
admin_domain_name = Default
|
|
|
|
[compute]
|
|
# uncomment image_ref and image_ref_alt and set their values accordingly
|
|
# image_ref =
|
|
# image_ref_alt =
|
|
flavor_ref = 1
|
|
flavor_ref_alt = 84
|
|
fixed_network_name = public
|
|
|
|
[compute-feature-enabled]
|
|
change_password = false
|
|
console_output = true
|
|
resize = true
|
|
vnc_console = true
|
|
enable_instance_password = true
|
|
attach_encrypted_volume = false
|
|
scheduler_available_filters = all
|
|
|
|
[identity]
|
|
disable_ssl_certificate_validation = false
|
|
ca_certificates_file = /etc/ssl/certs/ca-certificates.crt
|
|
uri = http://192.168.56.130:5000/v2.0
|
|
uri_v3 = http://192.168.56.130:5000/v3
|
|
auth_version = v3
|
|
region = local
|
|
admin_role = admin
|
|
|
|
[identity-feature-enabled]
|
|
api_v2 = false
|
|
api_v2_admin = false
|
|
api_v3 = true
|
|
api_extensions = all
|
|
|
|
[image-feature-enabled]
|
|
deactivate_image = true
|
|
|
|
[network]
|
|
# uncomment public_network_id and set it to 'openstack network list | grep public' ID value
|
|
public_network_id = 5a9ae5bf-0570-4a44-b8fa-5ba2fb60d850
|
|
floating_network_name = public
|
|
|
|
[network-feature-enabled]
|
|
ipv6 = true
|
|
api_extensions = contrail,security-group,ipam,port-security,binding,provider,agent,quotas,route-table,extra_lbaas_opts,external-net,policy,router,allowed-address-pairs,extra_dhcp_opt,service-interface,lbaas
|
|
ipv6_subnet_attributes = true
|
|
|
|
[object-storage]
|
|
operator_role = Member
|
|
reseller_admin_role = ResellerAdmin
|
|
|
|
[orchestration]
|
|
instance_type = 1
|
|
|
|
[oslo_concurrency]
|
|
lock_path = tempest_lock
|
|
|
|
[scenario]
|
|
img_dir = images
|
|
img_file = cirros-0.3.4-x86_64-disk.img
|
|
|
|
[service_available]
|
|
heat-cfn = true
|
|
cinder = true
|
|
swift = true
|
|
cinderv2 = true
|
|
heat = true
|
|
novav3 = true
|
|
trove = true
|
|
designate = true
|
|
ceilometer = true
|
|
murano = true
|
|
keystone = true
|
|
s3 = true
|
|
glance = true
|
|
neutron = true
|
|
nova = true
|
|
nova_ec2 = true
|
|
ranger = true
|
|
contrail = true
|
|
mistral = true
|
|
|
|
[validation]
|
|
run_validation = true
|
|
connect_method = floating
|
|
image_ssh_user = cirros
|
|
# set image_ssh_password as appropriate
|
|
image_ssh_password = password
|
|
|
|
[volume]
|
|
backend_names = SOLIDFIRE
|
|
storage_protocol = iSCSI
|
|
|
|
[volume-feature-enabled]
|
|
multi_backend = false
|
|
|
|
[ranger]
|
|
RANGER_RMS_BASE_URL='http://192.168.56.127:8080'
|
|
RANGER_CMS_BASE_URL='http://192.168.56.127:7080'
|
|
RANGER_FMS_BASE_URL='http://192.168.56.127:8082'
|
|
RANGER_IMS_BASE_URL='http://192.168.56.127:8084'
|
|
image_url=http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-i386/current/images/netboot/mini.iso
|
|
# verify=True
|
|
auth_enabled=True
|
|
catalog_type = ranger
|
|
flavor_series = p1
|