97b12afbad
This is a first implementation of adding TLS termination to the load balancer in the controllers. The implementation was made so that the appropriate certificate/private key in PEM format is copied to the appropriate controller(s) via a software deployment resource. And the path is then referenced on the HAProxy configuration, but this part was left commented out because we need to be able to configure the keystone endpoints in order for this to work properly. Change-Id: I0ba8e38d75a0c628d8132a66dc25a30fc5183c79
10 lines
269 B
YAML
10 lines
269 B
YAML
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
|