Fix network names in vCPE heat templates 33/7333/1
authorMarco Platania <platania@research.att.com>
Fri, 11 Aug 2017 12:10:51 +0000 (08:10 -0400)
committerMarco Platania <platania@research.att.com>
Fri, 11 Aug 2017 12:10:51 +0000 (08:10 -0400)
Change-Id: I37b3574ec72c15481e2aee5ae8db7e5bff143a88
Signed-off-by: Marco Platania <platania@research.att.com>
heat/vCPE/infra/base_vcpe_infra_rackspace.env
heat/vCPE/vbng/base_vcpe_vbng_rackspace.env
heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml
heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.env
heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.yaml
heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env
heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.yaml
heat/vCPE/vgw/base_vcpe_vgw_rackspace.yaml

index c1a75d2..4de6090 100644 (file)
@@ -6,7 +6,7 @@ parameters:
   cpe_public_net_id: zdfw1cpe01_public
   onap_private_net_id: PUT THE ONAP PRIVATE NETWORK NAME HERE
   onap_private_subnet_id: PUT THE ONAP PRIVATE NETWORK NAME HERE
-  onap_cidr: 10.0.0.0/16
+  onap_private_net_cidr: 10.0.0.0/16
   cpe_signal_net_cidr: 10.4.0.0/24
   cpe_public_net_cidr: 10.2.0.0/24
   vdhcp_private_ip_0: 10.4.0.1
index 6d73cc9..e50d483 100644 (file)
@@ -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
index 2d5f890..d5c0eed 100644 (file)
@@ -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 }
index 519a078..f512bcd 100644 (file)
@@ -2,7 +2,7 @@
   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
-  vbrgemu_bng_private_net_id: zdfw1brgemubng01_private
+  vbrgemu_bng_private_net_id: zdfw1bngin01_private
   vbrgemu_private_net_id: zdfw1vbrgemu01_private
   vbrgemu_bng_private_net_cidr: 10.3.0.0/24
   vbrgemu_private_net_cidr: 192.168.1.0/24
index f1e9c99..c99da2a 100644 (file)
@@ -155,7 +155,7 @@ resources:
   vbrgemu_private_1_port:
     type: OS::Neutron::Port
     properties:
-      network: { get_param: vbrgemu_private_net_id }
+      network: { get_resource: vbrgemu_private_network }
       fixed_ips: [{"subnet": { get_resource: vbrgemu_private_subnet }, "ip_address": { get_param: vbrgemu_private_ip_1 }}]
 
   vbrgemu_0:
index d4f3726..76dd86e 100644 (file)
@@ -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
index 8b08e03..b6e212a 100644 (file)
@@ -45,11 +45,11 @@ parameters:
     type: string
     label: Public network name or ID
     description: Public network that enables remote connection to VNF
-  bng_mux_private_net_id:
+  bng_gmux_private_net_id:
     type: string
     label: vBNG vGMUX private network name or ID
     description: Private network that connects vBNG to vGMUX
-  bng_mux_private_net_cidr:
+  bng_gmux_private_net_cidr:
     type: string
     label: vBNG vGMUX private network CIDR
     description: The CIDR of the vBNG-vGMUX private network
@@ -187,7 +187,7 @@ resources:
   vgmux_private_0_port:
     type: OS::Neutron::Port
     properties:
-      network: { get_resource: bng_mux_private_network }
+      network: { get_resource: bng_gmux_private_network }
       fixed_ips: [{"subnet": { get_resource: bng_gmux_private_subnet }, "ip_address": { get_param: vgmux_private_ip_0 }}]
 
   vgmux_private_1_port:
@@ -222,7 +222,7 @@ resources:
             __bng_mux_net_ipaddr__ : { get_param: vgmux_private_ip_0 }
             __oam_ipaddr__ : { get_param: vgmux_private_ip_1 }
             __mux_gw_net_ipaddr__ : { get_param: vgmux_private_ip_2 }
-            __bng_mux_net_cidr__ : { get_param: bng_mux_private_net_cidr }
+            __bng_mux_net_cidr__ : { get_param: bng_gmux_private_net_cidr }
             __oam_cidr__ : { get_param: onap_private_net_cidr }
             __mux_gw_net_cidr__ : { get_param: mux_gw_private_net_cidr }
             __repo_url_blob__ : { get_param: repo_url_blob }
index 5438a24..8fe5e59 100644 (file)
@@ -161,7 +161,7 @@ resources:
   vgw_private_0_port:
     type: OS::Neutron::Port
     properties:
-      network: { get_param: mux_gw_private_net_id}
+      network: { get_param: mux_gw_private_net_id }
       fixed_ips: [{"subnet": { get_param: mux_gw_private_net_id }, "ip_address": { get_param: vgw_private_ip_0 }}]
 
   vgw_private_1_port: