Temporary disable ssl on Pike
Due to issue described in PROD-17549 we have to disable
ssl on rabbitmq.
It is temporary solution untill rebbit is not restarted when
all services are running, will be fixed by https://gerrit.mcp.mirantis.net/#/c/15198/
Or untill root cause of reconnect problem is found.
Change-Id: I708f682f64cfd38ca0b062d0761113a5335246e1
diff --git a/classes/cluster/virtual-mcp11-aio/openstack/init.yml b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
index 2a0709a..a87c6d0 100755
--- a/classes/cluster/virtual-mcp11-aio/openstack/init.yml
+++ b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
@@ -129,8 +129,8 @@
barbican_simple_crypto_kek: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=
barbican_integration_enabled: False
galera_ssl_enabled: true
- rabbitmq_ssl_enabled: true
- rabbitmq_port: 5671 # for non-ssl use 5672/for ssl 5671
+ rabbitmq_ssl_enabled: false # untill rabbitmq formula with https://gerrit.mcp.mirantis.net/#/c/15198/ promoted to stable
+ rabbitmq_port: 5672 # for non-ssl use 5672/for ssl 5671
runtest_tempest_cfg_dir: /root/rally_reports/
runtest_tempest_cfg_name: tempest_generated.conf
artifactory_user: artifactory_user