Add runtest formula and configure it
This patch adds runtest formula and configure it
Change-Id: I8244469979372ba95491d6c5750c6433917a20d1
Related-Prod: PROD-16870
diff --git a/classes/cluster/virtual-mcp11-aio/openstack/init.yml b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
index 0881c16..ef89d69 100755
--- a/classes/cluster/virtual-mcp11-aio/openstack/init.yml
+++ b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
@@ -123,6 +123,8 @@
openstack_public_neutron_subnet_allocation_end: 192.168.130.254
barbican_simple_crypto_kek: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=
barbican_integration_enabled: False
+ runtest_tempest_cfg_dir: /root/rally_reports/
+ runtest_tempest_cfg_name: tempest_generated.conf
galera:
master:
members: ~
@@ -180,3 +182,9 @@
server:
barbican:
enabled: ${_param:barbican_integration_enabled}
+ runtest:
+ enabled: True
+ tempest:
+ enabled: True
+ cfg_dir: ${_param:runtest_tempest_cfg_dir}
+ cfg_name: ${_param:runtest_tempest_cfg_name}