aboutsummaryrefslogtreecommitdiffstats
path: root/environments/enable-internal-tls.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-03-27 12:11:27 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-03-27 13:33:12 +0300
commit69c213e3e3e9ba6635cbda055ec1542ac0b53d30 (patch)
tree71cec1db620ec7c751355c9e47358be4ee3abca3 /environments/enable-internal-tls.yaml
parent82db6ab608b29e455fb2036aeb36537148b97cf9 (diff)
Rabbitmq: Use conditional instead of nested stack for TLS-specific bits
Usually a nested stack is used that contains the TLS-everywhere bits (config_settings and metadata_settings). Nested stacks are very resource intensive. So, instead of doing using nested stacks, this patch changes that to use a conditional, and output the necessary config_settings and metadata_settings this way in an attempt to save resources. Change-Id: Ic25f84a81aefef91b3ab8db2bc864853ee82c8aa
Diffstat (limited to 'environments/enable-internal-tls.yaml')
-rw-r--r--environments/enable-internal-tls.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/environments/enable-internal-tls.yaml b/environments/enable-internal-tls.yaml
index e245a6af..b16d451a 100644
--- a/environments/enable-internal-tls.yaml
+++ b/environments/enable-internal-tls.yaml
@@ -14,7 +14,6 @@ resource_registry:
OS::TripleO::Services::HAProxyInternalTLS: ../puppet/services/haproxy-internal-tls-certmonger.yaml
OS::TripleO::Services::ApacheTLS: ../puppet/services/apache-internal-tls-certmonger.yaml
OS::TripleO::Services::MySQLTLS: ../puppet/services/database/mysql-internal-tls-certmonger.yaml
- OS::TripleO::Services::RabbitMQTLS: ../puppet/services/rabbitmq-internal-tls-certmonger.yaml
# We use apache as a TLS proxy
OS::TripleO::Services::TLSProxyBase: ../puppet/services/apache.yaml