aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-25 17:57:38 +0000
committerGerrit Code Review <review@openstack.org>2015-11-25 17:57:38 +0000
commitd35f067ce1dc0bf48251f89cd1dcdeecbf35cc17 (patch)
tree6b59bb43977060186488e594d36047c912f7b057 /environments
parent83fd16ecf46f9848247ea9676cacf195db71da21 (diff)
parent97b12afbadeadac0be348b7cc263b090f6e6f0b8 (diff)
Merge "Inject TLS certificate and keys for the Overcloud"
Diffstat (limited to 'environments')
-rw-r--r--environments/enable-tls.yaml9
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