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 |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 9 | min_compute_nodes = 3 |
| 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] |
| 23 | image_ref = ${IMAGE_REF2} |
| 24 | username = admin |
| 25 | project_name = admin |
| 26 | admin_project_name = admin |
| 27 | domain_name = default |
| 28 | admin_username = admin |
| 29 | admin_domain_name = default |
| 30 | endpoint_type = internal |
Oleksii Zhurba | 12f311e | 2018-07-31 21:21:20 -0500 | [diff] [blame] | 31 | auth_url = http://10.0.0.0:5000/v2.0 |
| 32 | admin_password = aaa |
| 33 | password = aaa |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 34 | disable_ssl_certificate_validation = True |
| 35 | image_ref = ${IMAGE_REF2} |
| 36 | minimal_image_ref = ${IMAGE_REF2} |
| 37 | instance_type = m1.tiny |
Oleksii Zhurba | 12f311e | 2018-07-31 21:21:20 -0500 | [diff] [blame] | 38 | network_for_ssh = net_name |
| 39 | floating_network_name = net_name |
| 40 | region = RegionOne |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 41 | fixed_network_name = ${FIXED_NET} |
Oleksii Zhurba | 12f311e | 2018-07-31 21:21:20 -0500 | [diff] [blame] | 42 | fixed_subnet_name = subnet_name |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 43 | minimal_instance_type = m1.tiny |
| 44 | build_timeout = 180 |
| 45 | ssh_timeout = 30 |
| 46 | boot_config_env = /home/rally/boot_config_none_env.yaml |
| 47 | |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 48 | [identity] |
| 49 | auth_version = v3 |
| 50 | v3_endpoint_type = publicURL |
| 51 | endpoint_type = publicURL |
| 52 | |
| 53 | [image] |
| 54 | build_timeout = 130 |
| 55 | endpoint_type = publicURL |
| 56 | |
| 57 | [image-feature-enabled] |
| 58 | api_v1 = False |
| 59 | |
| 60 | [network] |
| 61 | build_timeout = 120 |
| 62 | endpoint_type = publicURL |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 63 | |
Oleksii Zhurba | 0dbe97d | 2018-11-12 12:47:44 -0600 | [diff] [blame^] | 64 | [network-feature-enabled] |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 65 | port_security = true |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 66 | |
| 67 | [validation] |
Oleksii Zhurba | d4d789f | 2017-12-14 14:46:25 -0600 | [diff] [blame] | 68 | run_validation = true |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 69 | image_ssh_password = cubswin:) |
| 70 | ssh_timeout = 130 |
| 71 | |
| 72 | [object-storage] |
| 73 | container_sync_timeout = 120 |
| 74 | endpoint_type = publicURL |
| 75 | |
| 76 | [object-storage-feature-enabled] |
| 77 | #for ceph |
| 78 | discoverability = false |
| 79 | |
| 80 | [orchestration] |
| 81 | max_template_size = 5440000 |
| 82 | max_resources_per_stack = 20000 |
| 83 | endpoint_type = publicURL |
| 84 | |
| 85 | [volume] |
Oleksii Zhurba | 425335a | 2017-12-12 15:31:50 -0600 | [diff] [blame] | 86 | max_microversion = latest |
| 87 | build_timeout = 120 |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 88 | storage_protocol = ceph |
| 89 | endpoint_type = publicURL |
Oleksii Zhurba | 7913912 | 2018-08-07 11:32:07 -0500 | [diff] [blame] | 90 | catalog_type = volumev3 |
| 91 | |
| 92 | [service-clients] |
| 93 | http_timeout = 100 |
| 94 | |
| 95 | [service_available] |
| 96 | cinder = True |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 97 | |
| 98 | [volume-feature-enabled] |
| 99 | api_v3 = true |
| 100 | manage_snapshot = true |
| 101 | backup = False |