etcd: Get FQDN from hiera instead of puppet fact
The puppet facts will be removed soon and using the hiera value is adviced instead. Change-Id: I318f81abaac997370e950780993dc95cae088327
This commit is contained in:
parent
cee8160ee5
commit
1792712f32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user