diff options
Diffstat (limited to 'heat/vCPE')
-rw-r--r-- | heat/vCPE/infra/base_vcpe_infra.env | 4 | ||||
-rw-r--r-- | heat/vCPE/vbng/base_vcpe_vbng.env | 4 | ||||
-rw-r--r-- | heat/vCPE/vgmux/base_vcpe_vgmux.env | 4 | ||||
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw.env | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/heat/vCPE/infra/base_vcpe_infra.env b/heat/vCPE/infra/base_vcpe_infra.env index 7a49e9b3..43e05f78 100644 --- a/heat/vCPE/infra/base_vcpe_infra.env +++ b/heat/vCPE/infra/base_vcpe_infra.env @@ -26,8 +26,8 @@ parameters: vweb_name_0: zdcpe1cpe01web01 vnf_id: vCPE_Infrastructure_demo_app vf_module_id: vCPE_Intrastructure - dcae_collector_ip: 10.0.4.102 - dcae_collector_port: 8080 + dcae_collector_ip: 10.0.4.1 + dcae_collector_port: 8081 repo_url_blob: https://nexus.onap.org/content/sites/raw repo_url_artifacts: https://nexus.onap.org/content/groups/staging demo_artifacts_version: 1.2.0 diff --git a/heat/vCPE/vbng/base_vcpe_vbng.env b/heat/vCPE/vbng/base_vcpe_vbng.env index 999887b3..97f5ac9d 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng.env +++ b/heat/vCPE/vbng/base_vcpe_vbng.env @@ -22,8 +22,8 @@ vnf_id: vCPE_Infrastructure_Metro_vBNG_demo_app vf_module_id: vCPE_Intrastructure_Metro_vBNG sdnc_ip_addr: 10.0.7.1 - dcae_collector_ip: 10.0.4.102 - dcae_collector_port: 8080 + dcae_collector_ip: 10.0.4.1 + dcae_collector_port: 8081 repo_url_blob: https://nexus.onap.org/content/sites/raw repo_url_artifacts: https://nexus.onap.org/content/groups/staging demo_artifacts_version: 1.2.0 diff --git a/heat/vCPE/vgmux/base_vcpe_vgmux.env b/heat/vCPE/vgmux/base_vcpe_vgmux.env index 7dda6eda..a76fde6e 100644 --- a/heat/vCPE/vgmux/base_vcpe_vgmux.env +++ b/heat/vCPE/vgmux/base_vcpe_vgmux.env @@ -19,8 +19,8 @@ vnf_id: vCPE_Infrastructure_vGMUX_demo_app vf_module_id: vCPE_Intrastructure_Metro_vGMUX bng_gmux_private_ip: 10.1.0.10 - dcae_collector_ip: 10.0.4.102 - dcae_collector_port: 8080 + dcae_collector_ip: 10.0.4.1 + dcae_collector_port: 8081 repo_url_blob: https://nexus.onap.org/content/sites/raw repo_url_artifacts: https://nexus.onap.org/content/groups/staging demo_artifacts_version: 1.2.0 diff --git a/heat/vCPE/vgw/base_vcpe_vgw.env b/heat/vCPE/vgw/base_vcpe_vgw.env index a2fa81b3..d2f67a91 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw.env +++ b/heat/vCPE/vgw/base_vcpe_vgw.env @@ -19,8 +19,8 @@ vf_module_id: vCPE_Customer_GW mux_ip_addr: 10.5.0.20 vg_vgmux_tunnel_vni: 100 - dcae_collector_ip: 10.0.4.102 - dcae_collector_port: 8080 + dcae_collector_ip: 10.0.4.1 + dcae_collector_port: 8081 repo_url_blob: https://nexus.onap.org/content/sites/raw repo_url_artifacts: https://nexus.onap.org/content/groups/staging demo_artifacts_version: 1.2.0 |