aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-04 11:32:20 +0000
committerGerrit Code Review <review@openstack.org>2017-03-04 11:32:20 +0000
commitccb13e7b4227188275cb3f8e599fa8f6f37639c0 (patch)
treece57968f01abbccc9e4b6d3f429827f14d42abfc /puppet
parent10f33e311a649c0d3f3c801c4bcf05ec4ca8bf0a (diff)
parent1792712f32cee2d6e557e13acef4c2ca58e17a70 (diff)
Merge "etcd: Get FQDN from hiera instead of puppet fact"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/etcd.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/etcd.yaml b/puppet/services/etcd.yaml
index ec87a75a..7cdd8451 100644
--- a/puppet/services/etcd.yaml
+++ b/puppet/services/etcd.yaml
@@ -36,7 +36,7 @@ outputs:
etcd::etcd_name:
str_replace:
template:
- '"%{::fqdn_$NETWORK}"'
+ "%{hiera('fqdn_$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, EtcdNetwork]}
# NOTE: bind IP is found in Heat replacing the network name with the local node IP