blob: b2973503c92378eb631744e1f0895f9316b2a88c [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'
14iperf_prep_string: "sudo /bin/bash -c 'echo \"91.189.88.161 archive.ubuntu.com\" >> /etc/hosts'"
15internet_at_vms: 'true' # whether Internet is present at OpenStack VMs and iperf can be installed with apt
16iperf_deb_package_dir_path: '/artifacts/mos-spt/'
17iperf_time: 60 # time in seconds to transmit for (iperf -t option)
18ssh_timeout: 500
19skipped_nodes: []