From: Giulio Fidente Date: Tue, 22 Mar 2016 17:00:03 +0000 (+0100) Subject: Wire redis_password to the tripleo module X-Git-Tag: opnfv-6.0.0~2074 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ff3a72bc378b4cf534fd0610ef9ca15b943dfc0f;p=apex-tripleo-heat-templates.git Wire redis_password to the tripleo module Without this the HAProxy monitoring for Redis would fail to poll the backends. Change-Id: Id0826c6b04e471844c7bef69480af263cf2b3bd4 --- 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}