commit | 78f119a1793afb0210c8d6dfaa8dec1bc9d0d3ce | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Mon Jul 12 15:43:48 2021 +0300 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Mon Jul 12 15:43:48 2021 +0300 |
tree | 5bd75eb113e7618a1ed8a2f27b8fcacb049fa37d | |
parent | 206e9e4c407f8d3f450f083404991f7aa0bb7959 [diff] |
PROD-36385 Add standalone deployment to released and bm configurations Change-Id: I9822b6998130c869dc6659522f4e17bdfb7baf5c
diff --git a/tcp_tests/templates/bm-cicd-queens-ovs-maas/salt-context-cookiecutter-openstack_ovs.yaml b/tcp_tests/templates/bm-cicd-queens-ovs-maas/salt-context-cookiecutter-openstack_ovs.yaml index e2f4d14..62e2064 100644 --- a/tcp_tests/templates/bm-cicd-queens-ovs-maas/salt-context-cookiecutter-openstack_ovs.yaml +++ b/tcp_tests/templates/bm-cicd-queens-ovs-maas/salt-context-cookiecutter-openstack_ovs.yaml
@@ -816,6 +816,7 @@ openstack_mysql_x509_enabled: 'True' rabbitmq_ssl_enabled: 'True' openstack_rabbitmq_x509_enabled: 'True' + openstack_rabbitmq_standalone_mode: 'True' openstack_internal_protocol: 'https' tenant_telemetry_enabled: 'True' gnocchi_aggregation_storage: ceph
diff --git a/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml b/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml index 83ea6b3..6e575b1 100644 --- a/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml +++ b/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml
@@ -293,6 +293,7 @@ galera_ssl_enabled: 'True' openstack_mysql_x509_enabled: 'True' rabbitmq_ssl_enabled: 'True' + openstack_rabbitmq_standalone_mode: 'True' openstack_rabbitmq_x509_enabled: 'True' openstack_internal_protocol: 'https' openstack_create_public_network: 'True'