diff options
author | 2017-07-19 12:40:59 -0400 | |
---|---|---|
committer | 2017-07-30 13:26:48 -0400 | |
commit | baaad6f6e5fb15f131858ac0f49e02ec336118bc (patch) | |
tree | c5a233db47dfb3875a7193285f315eb7850b6f00 /puppet/services/etcd.yaml | |
parent | 747e941a9a36a21411449248d7cca712e1894737 (diff) |
Add VPP and Honeycomb services (#104)
- Add VPP and honeycomb service
- Add NeutronOverlayIPVersion setting for IPv6 vxlan tunnel endpoint
Change-Id: If11092e6581445a70e63c8f6c48518698b3cc8fc
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'puppet/services/etcd.yaml')
-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 d2a0e302..bc9e0f5e 100644 --- a/puppet/services/etcd.yaml +++ b/puppet/services/etcd.yaml @@ -36,7 +36,7 @@ outputs: etcd::etcd_name: str_replace: template: - '"%{::fqdn_$NETWORK}"' + '%{::fqdn_$NETWORK}' params: $NETWORK: {get_param: [ServiceNetMap, EtcdNetwork]} # NOTE: bind IP is found in Heat replacing the network name with the local node IP |