diff options
author | Marco Platania <platania@research.att.com> | 2017-10-02 11:07:46 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-10-02 11:07:46 -0400 |
commit | 6845736186c5319dc2a22bc01386f1aff3af5b89 (patch) | |
tree | ce73c7d005c85bf25560dff2362c90568a624484 | |
parent | 16fcf6623fc9a1cff66db477d1a700e604ff2465 (diff) |
Update IPs in the vCPE templates
Change-Id: I737fe38d4a095c9bad98b47b5dc7081dd761ef51
Issue-ID: UCA-32
Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r-- | heat/vCPE/infra/base_vcpe_infra.env | 2 | ||||
-rw-r--r-- | heat/vCPE/vbrgemu/base_vcpe_vbrgemu.env | 2 | ||||
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw.env | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/heat/vCPE/infra/base_vcpe_infra.env b/heat/vCPE/infra/base_vcpe_infra.env index 1d5ce3a8..1d820705 100644 --- a/heat/vCPE/infra/base_vcpe_infra.env +++ b/heat/vCPE/infra/base_vcpe_infra.env @@ -13,7 +13,7 @@ parameters: cpe_public_net_cidr: 10.2.0.0/24 vdhcp_private_ip_0: 10.4.0.1 vdhcp_private_ip_1: 10.0.101.1 - vaaa_private_ip_0: 10.4.0.2 + vaaa_private_ip_0: 10.4.0.4 vaaa_private_ip_1: 10.0.101.2 vdns_private_ip_0: 10.2.0.1 vdns_private_ip_1: 10.0.101.3 diff --git a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.env b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.env index c4496a76..47b66c6d 100644 --- a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.env +++ b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.env @@ -7,7 +7,7 @@ vbrgemu_bng_private_net_cidr: 10.3.0.0/24 vbrgemu_private_net_id: zdfw1vbrgemu01_private vbrgemu_private_net_cidr: 192.168.1.0/24 - vbrgemu_private_ip_0: 10.3.0.2 + vbrgemu_private_ip_0: 10.3.0.4 vbrgemu_private_ip_1: 192.168.1.1 sdnc_ip: 10.0.7.1 vbrgemu_name_0: zdcpe1cpe01brgemu01 diff --git a/heat/vCPE/vgw/base_vcpe_vgw.env b/heat/vCPE/vgw/base_vcpe_vgw.env index 7c719221..f1cadb83 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw.env +++ b/heat/vCPE/vgw/base_vcpe_vgw.env @@ -13,7 +13,7 @@ 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.2 + 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 |