diff options
author | 2017-03-27 14:00:46 +0300 | |
---|---|---|
committer | 2017-03-27 14:00:46 +0300 | |
commit | 3bd4a3f94b471ec210630e85877a9eebabb69e72 (patch) | |
tree | b94ae85adf78733034980cebb7f90b7439d7f695 /environments | |
parent | 7d0f27980dd60f4274f353fe7594905d1de45b13 (diff) |
MySQL: 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: Ib7151d67982957369f7c139a3b01274a1a746c4a
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-internal-tls.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environments/enable-internal-tls.yaml b/environments/enable-internal-tls.yaml index 6331f445..2fdecb4f 100644 --- a/environments/enable-internal-tls.yaml +++ b/environments/enable-internal-tls.yaml @@ -12,7 +12,6 @@ resource_registry: OS::TripleO::Services::CertmongerUser: ../puppet/services/certmonger-user.yaml OS::TripleO::Services::HAProxyInternalTLS: ../puppet/services/haproxy-internal-tls-certmonger.yaml - OS::TripleO::Services::MySQLTLS: ../puppet/services/database/mysql-internal-tls-certmonger.yaml # We use apache as a TLS proxy OS::TripleO::Services::TLSProxyBase: ../puppet/services/apache.yaml |