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