etcd: Get FQDN from hiera instead of puppet fact
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 3 Mar 2017 09:08:38 +0000 (11:08 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 3 Mar 2017 09:08:38 +0000 (11:08 +0200)
The puppet facts will be removed soon and using the hiera value is
adviced instead.

Change-Id: I318f81abaac997370e950780993dc95cae088327

puppet/services/etcd.yaml

index ec87a75..7cdd845 100644 (file)
@@ -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