
Removing deprecated CONF.scenario.img_dir option as it's beeing removed from Tempest after ~4 year depreation period [1]. Currently Tempest is throwing a warning if img_dir is still used. Both behaviors (img_dir and a full pathin img_file) are supported until Tempest 25.0.0, starting Tempest 26.0.0 a full path in CONF.scenario.img_file config option will have to be specified. [1] https://review.opendev.org/#/c/710996/ Related-Bug: #1393881 Change-Id: Ifd02065de88eea1c75825be3178fc9f8d9721a16
118 lines
2.6 KiB
Plaintext
118 lines
2.6 KiB
Plaintext
[DEFAULT]
|
|
debug = true
|
|
log_file = tempest.log
|
|
log_dir = /var/log/
|
|
|
|
[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_file = images/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
|