Alex | f7f0a15 | 2022-10-10 16:17:32 -0500 | [diff] [blame] | 1 | auth: |
| 2 | tempest_roles: creator |
| 3 | admin_username: cvp.admin |
| 4 | admin_project_name: cvp.project |
| 5 | admin_password: mcp1234 |
| 6 | identity: |
| 7 | disable_ssl_certificate_validation: true |
| 8 | compute: |
| 9 | fixed_network_name: cvp.net.1 |
| 10 | flavor_ref: 1 |
| 11 | flavor_ref_alt: 2 |
| 12 | image_ref: image_ref_uuid |
| 13 | image_ref_alt: image_ref_alt_uuid |
| 14 | min_compute_nodes: 3 |
| 15 | volume_device_name: vdb |
| 16 | compute_volume_common_az: nova |
| 17 | object-storage: |
| 18 | api_prefix: swift/ |
| 19 | endpoint_type: internal |
| 20 | heat_plugin: |
| 21 | fixed_network_name: cvp.net.1 |
| 22 | floating_network_name: public_net_name |
| 23 | network_for_ssh: public_net_name |
| 24 | fixed_subnet_name: cvp.subnet.1 |
Alex | c85212b | 2022-11-08 12:27:01 -0600 | [diff] [blame] | 25 | image_ref: image_ref_name |
| 26 | minimal_image_ref: image_ref_name |
Alex | f7f0a15 | 2022-10-10 16:17:32 -0500 | [diff] [blame] | 27 | network: |
| 28 | subnet_id: public_subnet_uuid |
| 29 | public_network_id: public_net_uuid |
| 30 | floating_network_name: public_net_name |
| 31 | network-feature-enabled: |
| 32 | floating_ips: true |
| 33 | validation: |
| 34 | run_validation: true |
Alex | 3594573 | 2023-04-07 10:03:59 -0500 | [diff] [blame^] | 35 | ssh_timeout: 30 |
Alex | f7f0a15 | 2022-10-10 16:17:32 -0500 | [diff] [blame] | 36 | connect_timeout: 10 |
| 37 | ping_timeout: 10 |
Alex | 3594573 | 2023-04-07 10:03:59 -0500 | [diff] [blame^] | 38 | image_ssh_user: cirros |
| 39 | image_alt_ssh_user: cirros |
| 40 | image_ssh_password: gocubsgo |
| 41 | image_alt_ssh_password: gocubsgo |
Alex | c85212b | 2022-11-08 12:27:01 -0600 | [diff] [blame] | 42 | octavia: |
| 43 | availability_zone: nova |
Alex | 3594573 | 2023-04-07 10:03:59 -0500 | [diff] [blame^] | 44 | availability_zoine2: nova |
| 45 | ssh_key_type: ecdsa |
| 46 | volume: |
| 47 | volume_type: volume_type_name |
| 48 | volume_type_multiattach: volume_type_name |