| Ievgeniia Zadorozhna | 7bc5405 | 2024-02-20 00:15:35 +0100 | [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 |     endpoint_type: internal | 
 | 19 | heat_plugin: | 
 | 20 |     fixed_network_name: cvp.net.1 | 
 | 21 |     floating_network_name: public_net_name | 
 | 22 |     network_for_ssh: public_net_name | 
 | 23 |     fixed_subnet_name: cvp.subnet.1 | 
 | 24 | network: | 
 | 25 |     subnet_id: public_subnet_uuid | 
 | 26 |     public_network_id: public_net_uuid | 
 | 27 |     floating_network_name: public_net_name | 
 | 28 | network-feature-enabled: | 
 | 29 |     floating_ips: true | 
 | 30 | validation: | 
 | 31 |     run_validation: true | 
 | 32 |     ssh_timeout: 30 | 
 | 33 |     connect_timeout: 10 | 
 | 34 |     ping_timeout: 10 | 
 | 35 |     image_ssh_user: cirros | 
 | 36 |     image_alt_ssh_user: cirros | 
 | 37 |     image_ssh_password: gocubsgo | 
 | 38 |     image_alt_ssh_password: gocubsgo | 
 | 39 |     ssh_key_type: ecdsa | 
 | 40 | octavia: | 
 | 41 |     availability_zone: nova | 
 | 42 |     availability_zone2: nova | 
 | 43 | volume: | 
 | 44 |     volume_type: volume_type_name | 
 | 45 |     volume_type_multiattach: volume_type_name |