From c6165ec08403df7ec012ebd96a780d949caebe2a Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Wed, 3 Aug 2016 10:58:00 -0400 Subject: Set Coordination url for central agent Use the redis_vip value from hiera. Change-Id: I3b354012c8c054633497a6d80ff325f55e7b7142 --- puppet/services/ceilometer-agent-central.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'puppet/services/ceilometer-agent-central.yaml') diff --git a/puppet/services/ceilometer-agent-central.yaml b/puppet/services/ceilometer-agent-central.yaml index 80f656d0..a51ec2df 100644 --- a/puppet/services/ceilometer-agent-central.yaml +++ b/puppet/services/ceilometer-agent-central.yaml @@ -13,10 +13,6 @@ parameters: description: The password for the redis service account. type: string hidden: true - RedisVirtualIPUri: - type: string - default: '' - resources: CeilometerServiceBase: @@ -38,7 +34,7 @@ outputs: - - 'redis://:' - {get_param: RedisPassword} - '@' - - {get_param: RedisVirtualIPUri} + - "%{hiera('redis_vip')}" - ':6379/' step_config: | include ::tripleo::profile::base::ceilometer::agent::central -- cgit 1.2.3-korg