From a893b43c789f3b43cc1d1e53ae0c88d7d5b9471f Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 18 Apr 2018 11:25:38 -0400 Subject: Update DCAE IP and port for VNFs - For Beijing, DCAE (Heat-installed) will be deployed in a single VM. This makes the IP address available to VNF (VNF Heat env file) - Change the port of the DCAE collector to 8081 - Rename DCAE VM in ONAP Heat template Change-Id: I6d95b73de774afd41136ca289a11beb5fddc31a3 Issue-ID: INT-444 Signed-off-by: Marco Platania --- heat/vCPE/vbng/base_vcpe_vbng.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'heat/vCPE/vbng/base_vcpe_vbng.env') 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 -- cgit 1.2.3-korg