Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 1 | [DEFAULT] |
| 2 | lock_path = /tmp |
| 3 | |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 4 | [compute] |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 5 | image_ref_alt = ${IMAGE_REF2} |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 6 | min_microversion = 2.1 |
| 7 | max_microversion = latest |
Oleksii Zhurba | 425335a | 2017-12-12 15:31:50 -0600 | [diff] [blame] | 8 | volume_device_name = vdc |
Dennis Dmitriev | ae4a12d | 2019-01-11 17:07:35 +0200 | [diff] [blame] | 9 | min_compute_nodes = 2 |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 10 | endpoint_type = publicURL |
| 11 | ping_timeout = 20 |
| 12 | ping_count = 5 |
| 13 | ssh_timeout = 90 |
| 14 | ssh_channel_timeout = 100 |
| 15 | build_timeout = 120 |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 16 | fixed_network_name = ${FIXED_NET} |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 17 | |
Oleksii Zhurba | 12f311e | 2018-07-31 21:21:20 -0500 | [diff] [blame] | 18 | [compute-feature-enabled] |
| 19 | resize = True |
| 20 | |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 21 | # please review and fill this section |
| 22 | [heat_plugin] |
Oleksii Zhurba | 080efa2 | 2018-11-12 13:05:44 -0600 | [diff] [blame] | 23 | username = ${OS_USERNAME} |
| 24 | admin_username = ${OS_USERNAME} |
| 25 | admin_password = ${OS_PASSWORD} |
| 26 | password = ${OS_PASSWORD} |
| 27 | project_name = ${OS_TENANT_NAME} |
| 28 | admin_project_name = ${OS_TENANT_NAME} |
| 29 | region = ${OS_REGION_NAME} |
| 30 | auth_url = ${OS_AUTH_URL} |
Oleksii Zhurba | 33671b6 | 2019-02-21 17:55:22 -0600 | [diff] [blame^] | 31 | project_domain_name = Default |
| 32 | user_domain_name = Default |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 33 | endpoint_type = internal |
Oleksii Zhurba | 080efa2 | 2018-11-12 13:05:44 -0600 | [diff] [blame] | 34 | instance_type = m1.tiny |
| 35 | minimal_instance_type = m1.tiny |
| 36 | network_for_ssh = net_name |
| 37 | floating_network_name = net_name |
| 38 | fixed_subnet_name = subnet_name |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 39 | disable_ssl_certificate_validation = True |
| 40 | image_ref = ${IMAGE_REF2} |
| 41 | minimal_image_ref = ${IMAGE_REF2} |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 42 | fixed_network_name = ${FIXED_NET} |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 43 | build_timeout = 180 |
| 44 | ssh_timeout = 30 |
| 45 | boot_config_env = /home/rally/boot_config_none_env.yaml |
| 46 | |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 47 | [identity] |
| 48 | auth_version = v3 |
| 49 | v3_endpoint_type = publicURL |
| 50 | endpoint_type = publicURL |
| 51 | |
| 52 | [image] |
| 53 | build_timeout = 130 |
| 54 | endpoint_type = publicURL |
| 55 | |
| 56 | [image-feature-enabled] |
| 57 | api_v1 = False |
| 58 | |
| 59 | [network] |
| 60 | build_timeout = 120 |
| 61 | endpoint_type = publicURL |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 62 | |
Oleksii Zhurba | 0dbe97d | 2018-11-12 12:47:44 -0600 | [diff] [blame] | 63 | [network-feature-enabled] |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 64 | port_security = true |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 65 | |
| 66 | [validation] |
Oleksii Zhurba | d4d789f | 2017-12-14 14:46:25 -0600 | [diff] [blame] | 67 | run_validation = true |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 68 | image_ssh_password = cubswin:) |
| 69 | ssh_timeout = 130 |
| 70 | |
| 71 | [object-storage] |
| 72 | container_sync_timeout = 120 |
| 73 | endpoint_type = publicURL |
| 74 | |
| 75 | [object-storage-feature-enabled] |
| 76 | #for ceph |
| 77 | discoverability = false |
| 78 | |
| 79 | [orchestration] |
| 80 | max_template_size = 5440000 |
| 81 | max_resources_per_stack = 20000 |
| 82 | endpoint_type = publicURL |
| 83 | |
| 84 | [volume] |
Oleksii Zhurba | 425335a | 2017-12-12 15:31:50 -0600 | [diff] [blame] | 85 | max_microversion = latest |
| 86 | build_timeout = 120 |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 87 | storage_protocol = ceph |
| 88 | endpoint_type = publicURL |
Oleksii Zhurba | 7913912 | 2018-08-07 11:32:07 -0500 | [diff] [blame] | 89 | catalog_type = volumev3 |
| 90 | |
| 91 | [service-clients] |
| 92 | http_timeout = 100 |
| 93 | |
| 94 | [service_available] |
| 95 | cinder = True |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 96 | |
| 97 | [volume-feature-enabled] |
| 98 | api_v3 = true |
| 99 | manage_snapshot = true |
| 100 | backup = False |