diff options
author | Marco Platania <platania@research.att.com> | 2018-07-16 14:32:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-16 14:32:23 +0000 |
commit | e8cb52b80d4fb40810c455d9948e146e0ec79c19 (patch) | |
tree | d1ae18c15254fedb412c7823fda8b0320dc73f4c /heat/vCPE/vgw/base_vcpe_vgw.env | |
parent | 0f3dca97a491e2ee97206ad496e85b5071e1e2f2 (diff) | |
parent | e174762404a1c5c8c238428bc2e33e845a0c5941 (diff) |
Merge "Fix subnet to use dhcp not preload"
Diffstat (limited to 'heat/vCPE/vgw/base_vcpe_vgw.env')
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw.env | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heat/vCPE/vgw/base_vcpe_vgw.env b/heat/vCPE/vgw/base_vcpe_vgw.env index 5a08b91b..7bd918b5 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw.env +++ b/heat/vCPE/vgw/base_vcpe_vgw.env @@ -13,7 +13,8 @@ onap_private_net_cidr: 10.0.0.0/16 vgw_private_ip_0: 10.5.0.21 vgw_private_ip_1: 10.0.101.30 - vgw_private_ip_2: 10.2.0.3 + ## VPP will use DHCP to get the vgw_private_ip_2 on the CPE_PUBLIC subnet + ## vgw_private_ip_2: 10.2.0.3 vgw_name_0: zdcpe1cpe01gw01 vnf_id: vCPE_Infrastructure_GW_demo_app vf_module_id: vCPE_Customer_GW |