Wire redis_password to the tripleo module
authorGiulio Fidente <gfidente@redhat.com>
Tue, 22 Mar 2016 17:00:03 +0000 (18:00 +0100)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 24 Mar 2016 13:48:15 +0000 (13:48 +0000)
Without this the HAProxy monitoring for Redis would fail to poll
the backends.

Change-Id: Id0826c6b04e471844c7bef69480af263cf2b3bd4

puppet/controller.yaml

index 9caeedc..2e01c0c 100644 (file)
@@ -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}