X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fetcd.yaml;h=5db8bec024d37085961a652ff310465e431c2d25;hb=e1e8554494d6b05c82aedb9fbb305dd142ff26ac;hp=ec87a75a7163ec5981e15bf124dd14010c2e8f2a;hpb=489761e848ad4be0eb67bc405968ef2870b81f05;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/etcd.yaml b/puppet/services/etcd.yaml index ec87a75a..5db8bec0 100644 --- a/puppet/services/etcd.yaml +++ b/puppet/services/etcd.yaml @@ -19,9 +19,9 @@ parameters: via parameter_defaults in the resource registry. type: json EtcdInitialClusterToken: - default: 'etcd-tripleo' description: Initial cluster token for the etcd cluster during bootstrap. type: string + hidden: true MonitoringSubscriptionEtcd: default: 'overcloud-etcd' type: string @@ -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