aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vCPE/vbng
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-11 08:10:51 -0400
committerMarco Platania <platania@research.att.com>2017-08-11 08:10:51 -0400
commitdab4c5e6fc3e2170896eb2df0196fe0cacbb25e0 (patch)
tree1947ad1d5c41e7f45ea341dc3ee71cfd2b9c0654 /heat/vCPE/vbng
parent53d0828fca41263f09f710046503a742b76da29c (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/vbng')
-rw-r--r--heat/vCPE/vbng/base_vcpe_vbng_rackspace.env2
-rw-r--r--heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml2
2 files changed, 2 insertions, 2 deletions
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: <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
- cpe_signal_net_id: <PUT_YOUR_CPE_SIGNAL_NET_ID_HERE>
+ 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 }