Ievgeniia Zadorozhna | 8402302 | 2021-12-30 13:00:41 +0200 | [diff] [blame] | 1 | --- |
| 2 | # parameters for glance image test |
| 3 | IMAGE_SIZE_MB: 9000 |
| 4 | |
| 5 | # parameters for vm2vm test |
| 6 | CMP_HOSTS: [] |
| 7 | image_name: "Ubuntu-18.04" |
| 8 | flavor_name: 'spt-test' |
| 9 | flavor_ram: 1536 |
| 10 | flavor_vcpus: 1 |
| 11 | flavor_disk: 5 |
| 12 | nova_timeout: 300 |
| 13 | external_network: 'public' |
Ievgeniia Zadorozhna | fa13ba6 | 2022-06-18 02:03:09 +0300 | [diff] [blame^] | 14 | custom_mtu: 'defaut' # 'default' or some value like 8950 |
Ievgeniia Zadorozhna | 8402302 | 2021-12-30 13:00:41 +0200 | [diff] [blame] | 15 | iperf_prep_string: "sudo /bin/bash -c 'echo \"91.189.88.161 archive.ubuntu.com\" >> /etc/hosts'" |
| 16 | internet_at_vms: 'true' # whether Internet is present at OpenStack VMs and iperf can be installed with apt |
Ievgeniia Zadorozhna | e142674 | 2022-06-16 17:27:24 +0300 | [diff] [blame] | 17 | iperf_deb_package_dir_path: '/opt/packages/' |
Ievgeniia Zadorozhna | 8402302 | 2021-12-30 13:00:41 +0200 | [diff] [blame] | 18 | iperf_time: 60 # time in seconds to transmit for (iperf -t option) |
| 19 | ssh_timeout: 500 |
| 20 | skipped_nodes: [] |