Merge "Describe use of Manila/CephFS in capabilites_map"
[apex-tripleo-heat-templates.git] / environments / enable-internal-tls.yaml
1 # A Heat environment file which can be used to enable a
2 # a TLS for in the internal network via certmonger
3 parameter_defaults:
4   EnableInternalTLS: true
5
6   # Required for novajoin to enroll the overcloud nodes
7   ServerMetadata:
8     ipa_enroll: True
9
10 resource_registry:
11   OS::TripleO::Services::HAProxyInternalTLS: ../puppet/services/haproxy-internal-tls-certmonger.yaml
12   OS::TripleO::Services::ApacheTLS: ../puppet/services/apache-internal-tls-certmonger.yaml
13   OS::TripleO::Services::MySQLTLS: ../puppet/services/database/mysql-internal-tls-certmonger.yaml
14   # We use apache as a TLS proxy
15   OS::TripleO::Services::TLSProxyBase: ../puppet/services/apache.yaml
16
17   # Creates nova metadata that will create the extra service principals per
18   # node.
19   OS::TripleO::ServiceServerMetadataHook: ../extraconfig/nova_metadata/krb-service-principals.yaml