Leave control of Redis balancing in static hieradata
authorGiulio Fidente <gfidente@redhat.com>
Fri, 19 Jun 2015 02:31:10 +0000 (04:31 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Fri, 19 Jun 2015 02:31:10 +0000 (04:31 +0200)
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

index de9eac5..2327a9d 100644 (file)
@@ -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,
   }