Enable use of coordination_url in ceilometer
authorYanis Guenane <yanis.guenane@enovance.com>
Thu, 9 Apr 2015 10:24:53 +0000 (12:24 +0200)
committerYanis Guenane <yanis.guenane@enovance.com>
Fri, 5 Jun 2015 21:54:40 +0000 (23:54 +0200)
Since t-h-t can now deploy a Redis cluster, we can rely on it as the
tooz backend for high availability.

Change-Id: If045a273388aa2e725b6de624e09aa9c85248cc4

puppet/manifests/overcloud_controller_pacemaker.pp

index 48e625a..1130518 100644 (file)
@@ -665,6 +665,7 @@ if hiera('step') >= 3 {
   class { '::ceilometer::agent::central' :
     manage_service => false,
     enabled => false,
+    coordination_url => "redis://${redis_vip}:6379",
   }
   class { '::ceilometer::alarm::notifier' :
     manage_service => false,