From 7bed17dd63979dac48d3786bb4fb99570c013ebb Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 19 Jun 2015 04:31:10 +0200 Subject: Leave control of Redis balancing in static hieradata Redis balancing is controlled by static hieradata [1] we don't need to override it into manifest. 1. https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/hieradata/controller.yaml#L111 Change-Id: Ie2a5a4cbee0a55f2572f182b18c036efc299dbef --- puppet/manifests/overcloud_controller_pacemaker.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/puppet/manifests/overcloud_controller_pacemaker.pp b/puppet/manifests/overcloud_controller_pacemaker.pp index de9eac51..2327a9d3 100644 --- a/puppet/manifests/overcloud_controller_pacemaker.pp +++ b/puppet/manifests/overcloud_controller_pacemaker.pp @@ -55,7 +55,6 @@ if hiera('step') >= 1 { class { '::tripleo::loadbalancer' : controller_hosts => $controller_node_ips, controller_hosts_names => $controller_node_names, - redis => true, manage_vip => false, haproxy_service_manage => false, } -- cgit 1.2.3-korg