diff options
author | Marco Platania <platania@research.att.com> | 2018-04-18 11:25:38 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-04-18 11:25:38 -0400 |
commit | a893b43c789f3b43cc1d1e53ae0c88d7d5b9471f (patch) | |
tree | 15720011058d3e28445e1705d61c0b635db04daf /heat/vCPE/infra | |
parent | d22659be0fce449c9cbe52f97bb5b66943322074 (diff) |
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 <platania@research.att.com>
Diffstat (limited to 'heat/vCPE/infra')
-rw-r--r-- | heat/vCPE/infra/base_vcpe_infra.env | 4 |
1 files changed, 2 insertions, 2 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 |