diff options
Diffstat (limited to 'heat/vCPE/vbng')
-rw-r--r-- | heat/vCPE/vbng/base_vcpe_vbng_rackspace.env | 2 | ||||
-rw-r--r-- | heat/vCPE/vbng/base_vcpe_vbng_rackspace.yaml | 2 |
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 } |