diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-09-05 14:12:58 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-09-06 10:22:06 +0000 |
commit | 6bed7525fcfe32108ab797e88c5bf73c0f8fff83 (patch) | |
tree | b898b5b911d727db74c70dc63aed235ab7adfe4d /docker | |
parent | 0fd2fdaa9035d2af09b3eddd88b60c8f1a0e54f6 (diff) |
Mount public certificate in haproxy init container
It's being mounted on the actual haproxy container, but not the init
one.
Change-Id: I66b69e0bb3642dbfeec767ef5216d515786b5b19
Closes-Bug: #1715132
(cherry picked from commit 03622e89ac3037b4d69d913586823e689b210688)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/services/pacemaker/haproxy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/services/pacemaker/haproxy.yaml b/docker/services/pacemaker/haproxy.yaml index 2e5c7424..3cdc5255 100644 --- a/docker/services/pacemaker/haproxy.yaml +++ b/docker/services/pacemaker/haproxy.yaml @@ -88,6 +88,7 @@ outputs: - get_param: InternalTLSCAFile - get_param: HAProxyInternalTLSKeysDirectory - get_param: HAProxyInternalTLSCertsDirectory + - get_param: DeployedSSLCertificatePath tripleo::profile::pacemaker::haproxy_bundle::internal_certs_directory: {get_param: HAProxyInternalTLSCertsDirectory} tripleo::profile::pacemaker::haproxy_bundle::internal_keys_directory: {get_param: HAProxyInternalTLSKeysDirectory} # disable the use CRL file until we can restart the container when the file expires |