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] |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [diff] [blame^] | 23 | image_ref = ${IMAGE_REF2} |
| 24 | username = admin |
| 25 | project_name = admin |
| 26 | admin_project_name = admin |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 27 | domain_name = default |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [diff] [blame^] | 28 | admin_username = admin |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 29 | admin_domain_name = default |
| 30 | endpoint_type = internal |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [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} |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [diff] [blame^] | 37 | instance_type = m1.tiny |
| 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} |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [diff] [blame^] | 42 | fixed_subnet_name = subnet_name |
| 43 | minimal_instance_type = m1.tiny |
Oleksii Zhurba | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 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 |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [diff] [blame^] | 63 | public_network_id = |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 64 | |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [diff] [blame^] | 65 | [network_feature_enabled] |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 66 | port_security = true |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 67 | |
| 68 | [validation] |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [diff] [blame^] | 69 | run_validation = False |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 70 | image_ssh_password = cubswin:) |
| 71 | ssh_timeout = 130 |
| 72 | |
| 73 | [object-storage] |
| 74 | container_sync_timeout = 120 |
| 75 | endpoint_type = publicURL |
| 76 | |
| 77 | [object-storage-feature-enabled] |
| 78 | #for ceph |
| 79 | discoverability = false |
| 80 | |
| 81 | [orchestration] |
| 82 | max_template_size = 5440000 |
| 83 | max_resources_per_stack = 20000 |
| 84 | endpoint_type = publicURL |
| 85 | |
| 86 | [volume] |
Oleksii Zhurba | 425335a | 2017-12-12 15:31:50 -0600 | [diff] [blame] | 87 | max_microversion = latest |
| 88 | build_timeout = 120 |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 89 | storage_protocol = ceph |
| 90 | endpoint_type = publicURL |
Oleksii Zhurba | 7913912 | 2018-08-07 11:32:07 -0500 | [diff] [blame] | 91 | catalog_type = volumev3 |
| 92 | |
| 93 | [service-clients] |
| 94 | http_timeout = 100 |
| 95 | |
| 96 | [service_available] |
| 97 | cinder = True |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 98 | |
| 99 | [volume-feature-enabled] |
| 100 | api_v3 = true |
| 101 | manage_snapshot = true |
| 102 | backup = False |
dtsapikov | 87e6015 | 2018-12-17 16:37:33 +0400 | [diff] [blame^] | 103 | |
| 104 | [DEFAULT] |
| 105 | lock_path = /tmp |
| 106 | |
| 107 | [dns] |
| 108 | |
| 109 | [heat_plugin] |
| 110 | image_ref = <> |
| 111 | username = admin |
| 112 | project_name = admin |
| 113 | admin_project_name = admin |
| 114 | domain_name = default |
| 115 | admin_username = admin |
| 116 | admin_domain_name = default |
| 117 | endpoint_type = internal |
| 118 | auth_url = <> |
| 119 | admin_password = <> |
| 120 | password = <> |
| 121 | disable_ssl_certificate_validation = True |
| 122 | image_ref = <> |
| 123 | minimal_image_ref = <> |
| 124 | instance_type = <> |
| 125 | network_for_ssh = <> |
| 126 | floating_network_name = <> |
| 127 | region = <> |
| 128 | fixed_network_name = <> |
| 129 | fixed_subnet_name = <> |
| 130 | minimal_instance_type = <> |
| 131 | build_timeout = 180 |
| 132 | ssh_timeout = 30 |
| 133 | boot_config_env = /home/rally/boot_config_none_env.yaml |