Offline procedure preparations, p2
Related-PROD: PROD-36856
Change-Id: I44a1d6217271deb7388bf151cc37c48e281fa4f1
diff --git a/k8s/yamls/tempest_custom.yaml.clean b/k8s/yamls/tempest_custom.yaml.clean
new file mode 100644
index 0000000..83b5acd
--- /dev/null
+++ b/k8s/yamls/tempest_custom.yaml.clean
@@ -0,0 +1,37 @@
+auth:
+ tempest_roles: creator
+ admin_username: cvp.admin
+ admin_project_name: cvp.project
+ admin_password: mcp1234
+identity:
+ disable_ssl_certificate_validation: true
+compute:
+ fixed_network_name: cvp.net.1
+ flavor_ref: 1
+ flavor_ref_alt: 2
+ image_ref: image_ref_uuid
+ image_ref_alt: image_ref_alt_uuid
+ min_compute_nodes: 3
+ volume_device_name: vdb
+ compute_volume_common_az: nova
+object-storage:
+ api_prefix: swift/
+ endpoint_type: internal
+heat_plugin:
+ fixed_network_name: cvp.net.1
+ floating_network_name: public_net_name
+ network_for_ssh: public_net_name
+ fixed_subnet_name: cvp.subnet.1
+ image_ref: cvp.cirros.51
+ minimal_image_ref: cvp.cirros.51
+network:
+ subnet_id: public_subnet_uuid
+ public_network_id: public_net_uuid
+ floating_network_name: public_net_name
+network-feature-enabled:
+ floating_ips: true
+validation:
+ run_validation: true
+ ssh_timeout: 60
+ connect_timeout: 10
+ ping_timeout: 10