diff options
author | Brian Freeman <bf1936@att.com> | 2017-08-03 16:56:05 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-08-03 17:04:58 -0500 |
commit | 7ef5928d077cedf46b1e0cd9c40f4443bb640706 (patch) | |
tree | a86e0e61f4e2daf7f0c584cc78408ffa07fd1943 /heat/vCPE/vgw | |
parent | 0f0a35c8b21465e2c9c6fd6fe58dd054b49bfcb6 (diff) |
Added webserver and update ONAP OAM CIDR
Change-Id: I831b3cb0313402d1f409dc099137053a7c637164
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'heat/vCPE/vgw')
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw_rackspace.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env index 4ab63bf7..080a999c 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env +++ b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env @@ -8,7 +8,7 @@ cpe_public_subnet_id: zdfw1cpe01_public 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/8 + onap_private_net_cidr: 10.0.0.0/16 vgw_private_ip_0: 192.168.0.0 vgw_private_ip_1: 10.0.101.30 vgw_name_0: zdcpe11cpe01gw01 |