Fix show steps for Deploy 250 Computes
Related-Prod: PROD-36878
Change-Id: If4ef6c447bf70d77a482c02340c7272f108f7c92
diff --git a/tcp_tests/templates/bm-b300-cicd-queens-ovs-maas/vcmp.yml b/tcp_tests/templates/bm-b300-cicd-queens-ovs-maas/vcmp.yml
new file mode 100755
index 0000000..1757424
--- /dev/null
+++ b/tcp_tests/templates/bm-b300-cicd-queens-ovs-maas/vcmp.yml
@@ -0,0 +1,55 @@
+classes:
+- system.nova.compute.cluster
+- system.nova.compute.notification.messagingv2
+- system.ceilometer.agent.telemetry.cluster
+- system.ceilometer.agent.polling.default
+- system.nova.compute.libvirt.ssl
+- system.nova.compute.libvirt.ssl.vnc
+- system.prometheus.exporters.libvirt
+- system.neutron.compute.cluster
+- system.nova.compute.storage.ceph
+- system.ceph.common.cluster
+- cluster.bm-b300-cicd-queens-ovs-maas.ceph.common
+- cluster.bm-b300-cicd-queens-ovs-maas.ceph.keyrings.cinder
+- cluster.bm-b300-cicd-queens-ovs-maas.ceph.keyrings.nova
+- system.linux.network.dynamic_hosts
+- cluster.bm-b300-cicd-queens-ovs-maas.infra
+- cluster.bm-b300-cicd-queens-ovs-maas.openstack.networking.vcmpcompute
+parameters:
+ _param:
+ cluster_vip_address: ${_param:openstack_control_address}
+ cluster_local_address: ${_param:single_address}
+ cluster_node01_hostname: ${_param:openstack_control_node01_hostname}
+ cluster_node01_address: ${_param:openstack_control_node01_address}
+ cluster_node02_hostname: ${_param:openstack_control_node02_hostname}
+ cluster_node02_address: ${_param:openstack_control_node02_address}
+ cluster_node03_hostname: ${_param:openstack_control_node03_hostname}
+ cluster_node03_address: ${_param:openstack_control_node03_address}
+ nova_vncproxy_url: https://${_param:cluster_public_host}:6080
+ galera_ssl_enabled: true
+ openstack_mysql_x509_enabled: True
+ rabbitmq_ssl_enabled: True
+ openstack_rabbitmq_port: 5671
+ openstack_rabbitmq_x509_enabled: True
+ openstack_rabbitmq_port: 5671
+ primary_first_nic: eth1
+ primary_second_nic: eth2
+ ceilometer_agent_ssl_enabled: True
+ cluster_internal_protocol: https
+ nova:
+ compute:
+ reserved_host_memory_mb: 1100
+ workaround:
+ disable_libvirt_livesnapshot: True
+# Set rp_filter to Loose mode to allow requests from VM`s floating address to exported Manila share in tenant network
+# For Ironic deployments it allows Ironic provisioned nodes to reach iscsi target in boot from volume cases
+ linux:
+ system:
+ kernel:
+ sysctl:
+ net.ipv4.conf.all.rp_filter: 2
+## Best practice configure high speed interface for live migrations
+# nova:
+# libvirt:
+# migration_inbound_addr: ${_param:single_address}
+