diff options
author | Marco Platania <platania@research.att.com> | 2017-08-11 08:10:51 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-11 08:10:51 -0400 |
commit | dab4c5e6fc3e2170896eb2df0196fe0cacbb25e0 (patch) | |
tree | 1947ad1d5c41e7f45ea341dc3ee71cfd2b9c0654 /heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env | |
parent | 53d0828fca41263f09f710046503a742b76da29c (diff) |
Fix network names in vCPE heat templates
Change-Id: I37b3574ec72c15481e2aee5ae8db7e5bff143a88
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env')
-rw-r--r-- | heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env b/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env index d4f37261..76dd86ef 100644 --- a/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env +++ b/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env @@ -2,12 +2,12 @@ vcpe_image_name: Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM) vcpe_flavor_name: 4 GB General Purpose v1 public_net_id: 00000000-0000-0000-0000-000000000000 - bng_mux_private_net_id: zdfw1bngmux01_private + bng_gmux_private_net_id: zdfw1bngmux01_private mux_gw_private_net_id: zdfw1muxgw01_private onap_private_net_id: <PUT_YOUR_ONAP_NET_ID_HERE> onap_private_subnet_id: <PUT_YOUR_ONAP_NET_ID_HERE> onap_private_net_cidr: 10.0.0.0/16 - bng_mux_private_net_cidr: 10.1.0.0/24 + bng_gmux_private_net_cidr: 10.1.0.0/24 mux_gw_private_net_cidr: 10.5.0.0/24 vgmux_private_ip_0: 10.1.0.20 vgmux_private_ip_1: 10.0.101.20 |