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