Offline procedure preparations, p3

     Related-PROD: PROD-36856

Change-Id: Id27983047f5a71cc459df4a50ac9429f999e47cf
diff --git a/k8s/yamls/spt_global_config.yaml.clean b/k8s/yamls/spt_global_config.yaml.clean
new file mode 100644
index 0000000..751ef62
--- /dev/null
+++ b/k8s/yamls/spt_global_config.yaml.clean
@@ -0,0 +1,22 @@
+---
+# parameters for glance image test
+IMAGE_SIZE_MB: 9000
+
+# parameters for vm2vm test
+CMP_HOSTS: []
+image_name: "cvp.ubuntu.2004" # Use Ubuntu 20.04 LTS image
+flavor_name: 'spt-test'
+flavor_ram: 1536
+flavor_vcpus: 1
+flavor_disk: 5
+nova_timeout: 300
+external_network: 'public-network-name'
+custom_mtu: 'mtu-value' # 'default' or some value like 8950
+iperf_prep_string: "sudo /bin/bash -c 'echo \"91.189.88.161        archive.ubuntu.com\" >> /etc/hosts'"
+internet_at_vms: 'false' # whether Internet is present at OpenStack VMs and iperf can be installed with apt
+iperf_deb_package_dir_path: '/opt/packages/'
+iperf_time: 60 # time in seconds to transmit for (iperf -t option)
+multiple_threads_number: 10
+multiple_threads_iperf_utility: "iperf3" # set "iperf" for v2, "iperf3" for v3
+ssh_timeout: 500
+skipped_nodes: []