diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-03-22 18:00:03 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-03-24 13:48:15 +0000 |
commit | ff3a72bc378b4cf534fd0610ef9ca15b943dfc0f (patch) | |
tree | 5cac307e2857c78d394878381d3c9cc53c182995 | |
parent | 50fb54c02bb5b4c4f8cfc460e789d901069d800a (diff) |
Wire redis_password to the tripleo module
Without this the HAProxy monitoring for Redis would fail to poll
the backends.
Change-Id: Id0826c6b04e471844c7bef69480af263cf2b3bd4
-rw-r--r-- | puppet/controller.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 9caeedc7..2e01c0cf 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -1649,6 +1649,7 @@ resources: tripleo::loadbalancer::service_certificate: {get_attr: [NodeTLSData, deployed_ssl_certificate_path]} tripleo::loadbalancer::haproxy_stats_user: {get_input: haproxy_stats_user} tripleo::loadbalancer::haproxy_stats_password: {get_input: haproxy_stats_password} + tripleo::loadbalancer::redis_password: {get_input: redis_password} tripleo::packages::enable_install: {get_input: enable_package_install} tripleo::packages::enable_upgrade: {get_input: enable_package_upgrade} |