Remove hard-coded image reference
[apex-tripleo-heat-templates.git] / environments / ssl / enable-tls.yaml
1 # *******************************************************************
2 # This file was created automatically by the sample environment
3 # generator. Developers should use `tox -e genconfig` to update it.
4 # Users are recommended to make changes to a copy of the file instead
5 # of the original, if any customizations are needed.
6 # *******************************************************************
7 # title: Enable SSL on OpenStack Public Endpoints
8 # description: |
9 #   Use this environment to pass in certificates for SSL deployments.
10 #   For these values to take effect, one of the tls-endpoints-*.yaml environments
11 #   must also be used.
12 parameter_defaults:
13   # The content of the SSL certificate (without Key) in PEM format.
14   # Mandatory. This parameter must be set by the user.
15   # Type: string
16   SSLCertificate: |
17     The contents of your certificate go here
18
19   # The content of an SSL intermediate CA certificate in PEM format.
20   # Type: string
21   SSLIntermediateCertificate: ''
22
23   # The content of the SSL Key in PEM format.
24   # Mandatory. This parameter must be set by the user.
25   # Type: string
26   SSLKey: |
27     The contents of the private key go here
28
29   # ******************************************************
30   # Static parameters - these are values that must be
31   # included in the environment but should not be changed.
32   # ******************************************************
33   # The filepath of the certificate as it will be stored in the controller.
34   # Type: string
35   DeployedSSLCertificatePath: /etc/pki/tls/private/overcloud_endpoint.pem
36
37   # *********************
38   # End static parameters
39   # *********************
40 resource_registry:
41   OS::TripleO::NodeTLSData: ../../puppet/extraconfig/tls/tls-cert-inject.yaml