aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-08 14:45:04 +0000
committerGerrit Code Review <review@openstack.org>2016-08-08 14:45:04 +0000
commitdb229cd82c86bcadc5cd5290f3a2e107770d0bf1 (patch)
tree3a26889904237ec71f5fb57dff0d0835b2d09fbc
parent1d2e42e04a577bd3f5d56e0063103c54a57e1ec1 (diff)
parentc6165ec08403df7ec012ebd96a780d949caebe2a (diff)
Merge "Set Coordination url for central agent"
-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