Apache: Use conditional instead of nested stack for TLS-specific bits
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 27 Mar 2017 10:23:53 +0000 (13:23 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 27 Mar 2017 10:33:17 +0000 (13:33 +0300)
commit7d0f27980dd60f4274f353fe7594905d1de45b13
tree765a88bdd5236a9d035eab50902cca559a978de0
parent69c213e3e3e9ba6635cbda055ec1542ac0b53d30
Apache: 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: Ia7ee632383542ac012c20448ff1b4435004e57e3
environments/enable-internal-tls.yaml
overcloud-resource-registry-puppet.j2.yaml
puppet/services/apache-internal-tls-certmonger.yaml [deleted file]
puppet/services/apache.yaml