diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-11-25 17:57:38 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-11-25 17:57:38 +0000 |
commit | d35f067ce1dc0bf48251f89cd1dcdeecbf35cc17 (patch) | |
tree | 6b59bb43977060186488e594d36047c912f7b057 /environments | |
parent | 83fd16ecf46f9848247ea9676cacf195db71da21 (diff) | |
parent | 97b12afbadeadac0be348b7cc263b090f6e6f0b8 (diff) |
Merge "Inject TLS certificate and keys for the Overcloud"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml new file mode 100644 index 00000000..5c2506e9 --- /dev/null +++ b/environments/enable-tls.yaml @@ -0,0 +1,9 @@ +parameter_defaults: + SSLCertificate: | + The contents of your certificate go here + SSLIntermediateCertificate: '' + SSLKey: | + The contents of the private key go here + +resource_registry: + OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml |