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/vgmux/base_vcpe_vgmux_rackspace.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.yaml') diff --git a/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.yaml b/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.yaml index 8b08e031..b6e212a1 100644 --- a/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.yaml +++ b/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.yaml @@ -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 } -- cgit 1.2.3-korg