aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/ceilometer-agent-central.yaml
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2016-08-03 10:58:00 -0400
committerPradeep Kilambi <pkilambi@redhat.com>2016-08-04 11:51:39 -0400
commitc6165ec08403df7ec012ebd96a780d949caebe2a (patch)
tree32177b4dc883bc6adfbe7a5195847f9b487e8d48 /puppet/services/ceilometer-agent-central.yaml
parent6d211425d7db5328d94638e7684561ff81b5195f (diff)
Set Coordination url for central agent
Use the redis_vip value from hiera. Change-Id: I3b354012c8c054633497a6d80ff325f55e7b7142
Diffstat (limited to 'puppet/services/ceilometer-agent-central.yaml')
-rw-r--r--puppet/services/ceilometer-agent-central.yaml6
1 files changed, 1 insertions, 5 deletions
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