diff options
author | Marco Platania <platania@research.att.com> | 2017-08-10 13:29:12 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-10 13:29:12 -0400 |
commit | 93465218ae4db89ff61e63a3ab62bec65828c89a (patch) | |
tree | f0bab393ab7c277da368ed89d29950cccb2dadf2 /heat/vCPE/vbng/base_vcpe_vbng_rackspace.env | |
parent | 5f2d77cb507f41057a5c77b63785e9fec940ac68 (diff) |
Add vCPE use case heat/install scripts
Change-Id: I5ec26dc5bdfa647c15b2db88829b75ed713caf42
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env index ffb2f320..6d73cc9d 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env +++ b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env @@ -6,9 +6,11 @@ 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> + onap_private_net_cidr: 10.0.0.0/16 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 + cpe_signal_private_net_cidr: 10.4.0.0/24 vbng_private_ip_0: 10.3.0.1 vbng_private_ip_1: 10.0.101.10 vbng_private_ip_2: 10.4.0.3
|