Merge "Disable xinetd class when creating swift-storage puppet configuration" into...
[apex-tripleo-heat-templates.git] / environments / enable-tls.yaml
1 # ********************************************************************************
2 # DEPRECATED: Use tripleo-heat-templates/environments/ssl/enable-tls.yaml instead.
3 # ********************************************************************************
4 # Use this environment to pass in certificates for SSL deployments.
5 # For these values to take effect, one of the tls-endpoints-*.yaml environments
6 # must also be used.
7 parameter_defaults:
8   HorizonSecureCookies: True
9   SSLCertificate: |
10     The contents of your certificate go here
11   SSLIntermediateCertificate: ''
12   SSLKey: |
13     The contents of the private key go here
14
15 resource_registry:
16   OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml