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/vgw/base_vcpe_vgw_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/vgw/base_vcpe_vgw_rackspace.env')
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw_rackspace.env | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env index faddf083..3842fc0d 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env +++ b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env @@ -3,13 +3,13 @@ vcpe_flavor_name: 4 GB General Purpose v1 public_net_id: 00000000-0000-0000-0000-000000000000 mux_gw_private_net_id: zdfw1muxgw01_private - mux_gw_private_subnet_id: zdfw1muxgw01_private + mux_gw_private_net_cidr: 10.5.0.0/24 cpe_public_net_id: zdfw1cpe01_public - cpe_public_subnet_id: zdfw1cpe01_public + cpe_public_net_cidr: 10.2.0.0/24 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 - vgw_private_ip_0: 192.168.0.0 + vgw_private_ip_0: 10.5.0.21 vgw_private_ip_1: 10.0.101.30 vgw_name_0: zdcpe11cpe01gw01 vnf_id: vCPE_Infrastructure_GW_demo_app |