From dab4c5e6fc3e2170896eb2df0196fe0cacbb25e0 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 11 Aug 2017 08:10:51 -0400 Subject: Fix network names in vCPE heat templates Change-Id: I37b3574ec72c15481e2aee5ae8db7e5bff143a88 Signed-off-by: Marco Platania --- heat/vCPE/vbng/base_vcpe_vbng_rackspace.env | 2 +- heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'heat/vCPE/vbng') diff --git a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env index 6d73cc9d..e50d4834 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env +++ b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env @@ -7,7 +7,7 @@ onap_private_net_id: onap_private_subnet_id: onap_private_net_cidr: 10.0.0.0/16 - cpe_signal_net_id: + cpe_signal_net_id: zdfw1cpe01_private brgemu_bng_private_net_cidr: 10.3.0.0/24 bng_gmux_private_net_cidr: 10.1.0.0/24 cpe_signal_private_net_cidr: 10.4.0.0/24 diff --git a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml index 2d5f8909..d5c0eed8 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml +++ b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml @@ -176,7 +176,7 @@ resources: properties: name: { get_param: brgemu_bng_private_net_id } - brgemu_bng_in_private_subnet: + brgemu_bng_private_subnet: type: OS::Neutron::Subnet properties: name: { get_param: brgemu_bng_private_net_id } -- cgit