diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-04 11:32:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-04 11:32:20 +0000 |
commit | ccb13e7b4227188275cb3f8e599fa8f6f37639c0 (patch) | |
tree | ce57968f01abbccc9e4b6d3f429827f14d42abfc /puppet/services | |
parent | 10f33e311a649c0d3f3c801c4bcf05ec4ca8bf0a (diff) | |
parent | 1792712f32cee2d6e557e13acef4c2ca58e17a70 (diff) |
Merge "etcd: Get FQDN from hiera instead of puppet fact"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/etcd.yaml | 2 |
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 |