diff options
author | Marco Platania <platania@research.att.com> | 2017-08-08 11:37:49 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-08 11:37:49 -0400 |
commit | 4e560cd743de2cb8d6e302454e9d3f0aefec10c0 (patch) | |
tree | 4b75de072f7fa8490f04635348bea5316568ceb0 /heat/vCPE/vbng/base_vcpe_vbng_rackspace.env | |
parent | 0e3f08f62a8c61f6ee40131df123247c7c614f06 (diff) |
Clean up vCPE Heat templates
Change-Id: I1227bb9751cec36cba2ba5e03d6f0ed302fb1489
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vCPE/vbng/base_vcpe_vbng_rackspace.env')
-rw-r--r-- | heat/vCPE/vbng/base_vcpe_vbng_rackspace.env | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env index 619dec49..ffb2f320 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env +++ b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env @@ -6,12 +6,13 @@ bng_gmux_private_net_id: zdfw1bngmux01_private onap_private_net_id: <PUT_YOUR_ONAP_NET_ID_HERE> onap_private_subnet_id: <PUT_YOUR_ONAP_NET_ID_HERE> + cpe_signal_net_id: <PUT_YOUR_CPE_SIGNAL_NET_ID_HERE> brgemu_bng_private_net_cidr: 10.3.0.0/24 bng_gmux_private_net_cidr: 10.1.0.0/24 - onap_private_net_cidr: 10.0.0.0/16 vbng_private_ip_0: 10.3.0.1 vbng_private_ip_1: 10.0.101.10 - vbng_private_ip_2: 10.1.0.10 + vbng_private_ip_2: 10.4.0.3
+ vbng_private_ip_3: 10.1.0.10 vbng_name_0: zdcpe1cpe01bng01 vnf_id: vCPE_Infrastructure_Metro_vBNG_demo_app vf_module_id: vCPE_Intrastructure_Metro_vBNG |