blob: c429642653e910fddb8d638a35924ab630ce1dcd [file] [log] [blame]
Oleksii Zhurba1580fc52017-11-14 15:20:44 -06001[DEFAULT]
2log_file = tempest.log
3use_stderr = False
4debug = True
5
6[auth]
7use_dynamic_credentials = True
8admin_username = ${OS_USERNAME}
9admin_password = ${OS_PASSWORD}
10admin_project_name = ${OS_TENANT_NAME}
11admin_domain_name = Default
12
13[compute]
14image_ref = ${IMAGE_REF}
15image_ref_alt = ${IMAGE_REF2}
16flavor_ref = ${FLAVOR_REF}
17flavor_ref_alt = ${FLAVOR_REF2}
18fixed_network_name = ${SHARED_NETWORK_NAME}
19min_compute_nodes = 3
20endpoint_type = publicURL
21volume_device_name = vdc
22min_microversion = 2.1
23max_microversion = latest
24#optional
25ping_timeout = 20
26ping_count = 5
27ssh_timeout = 90
28ssh_channel_timeout = 100
29build_timeout = 120
30
31[compute-feature-enabled]
32nova_cert = True
33resize = True
34vnc_console = True
35attach_encrypted_volume = False
36
37[identity]
38region = ${OS_REGION_NAME}
39uri = http://${url_base}:5000/v2.0
40auth_version = v3
41v3_endpoint_type = publicURL
42endpoint_type = publicURL
43uri_v3 = http://${url_base}:5000/v3
44disable_ssl_certificate_validation = False
45
46[image]
47build_timeout = 130
48#if no inet please change
49http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
50endpoint_type = publicURL
51
52[image-feature-enabled]
53deactivate_image = True
54
55[network]
56public_network_id = ${PUBLIC_NETWORK_ID}
57floating_network_name = ${PUBLIC_NETWORK_NAME}
58build_timeout = 120
59endpoint_type = publicURL
60
61[network-feature-enabled]
62api_extensions = ${NEUTRON_EXT_LIST}
63ipv6 = True
64ipv6_subnet_attributes = true
65
66[object-storage]
67container_sync_timeout = 120
68endpoint_type = publicURL
69
70[object-storage-feature-enabled]
71#for ceph
72discoverability = false
73
74[orchestration]
75instance_type = ${FLAVOR_REF}
76max_template_size = 5440000
77max_resources_per_stack = 20000
78endpoint_type = publicURL
79
80[scenario]
81img_dir = /home/rally/testing-stuff
82img_file = cirros-0.3.4-x86_64-disk.img
83
84[service_available]
85neutron = True
86swift = True
87heat = True
88
89[validation]
90run_validation = True
91image_ssh_user = cirros
92image_ssh_password = cubswin:)
93ssh_timeout = 130
94
95[oslo_concurrency]
96lock_path = /home/rally
97
98[volume]
99build_timeout = 120
100storage_protocol = ceph
101endpoint_type = publicURL
102min_microversion = 3.0
103max_microversion = latest
104
105[volume-feature-enabled]
106api_v3 = true
107manage_snapshot = true
108backup = False