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 | 991dbc6 | 2018-07-25 16:03:51 -0500 | [diff] [blame] | 18 | # please review and fill this section |
| 19 | [heat_plugin] |
| 20 | image_ref = ${IMAGE_REF2} |
| 21 | username = admin |
| 22 | project_name = admin |
| 23 | admin_project_name = admin |
| 24 | domain_name = default |
| 25 | admin_username = admin |
| 26 | admin_domain_name = default |
| 27 | endpoint_type = internal |
| 28 | auth_url = |
| 29 | admin_password = |
| 30 | password = |
| 31 | disable_ssl_certificate_validation = True |
| 32 | image_ref = ${IMAGE_REF2} |
| 33 | minimal_image_ref = ${IMAGE_REF2} |
| 34 | instance_type = m1.tiny |
| 35 | network_for_ssh = |
| 36 | floating_network_name = |
| 37 | region = |
| 38 | fixed_network_name = ${FIXED_NET} |
| 39 | fixed_subnet_name = |
| 40 | minimal_instance_type = m1.tiny |
| 41 | build_timeout = 180 |
| 42 | ssh_timeout = 30 |
| 43 | boot_config_env = /home/rally/boot_config_none_env.yaml |
| 44 | |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 45 | [compute-feature-enabled] |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 46 | nova_cert = True |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 47 | personality = True |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 48 | |
| 49 | [identity] |
| 50 | auth_version = v3 |
| 51 | v3_endpoint_type = publicURL |
| 52 | endpoint_type = publicURL |
| 53 | |
| 54 | [image] |
| 55 | build_timeout = 130 |
| 56 | endpoint_type = publicURL |
| 57 | |
| 58 | [image-feature-enabled] |
| 59 | api_v1 = False |
| 60 | |
| 61 | [network] |
| 62 | build_timeout = 120 |
| 63 | endpoint_type = publicURL |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 64 | |
| 65 | [network_feature_enabled] |
| 66 | port_security = true |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 67 | |
| 68 | [validation] |
Oleksii Zhurba | d4d789f | 2017-12-14 14:46:25 -0600 | [diff] [blame] | 69 | run_validation = true |
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 | min_microversion = 3.0 |
| 88 | max_microversion = latest |
| 89 | build_timeout = 120 |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 90 | storage_protocol = ceph |
| 91 | endpoint_type = publicURL |
| 92 | |
| 93 | [volume-feature-enabled] |
| 94 | api_v3 = true |
| 95 | manage_snapshot = true |
| 96 | backup = False |