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/vFWCL/vPKG/base_vpkg.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'heat/vFWCL/vPKG/base_vpkg.env') diff --git a/heat/vFWCL/vPKG/base_vpkg.env b/heat/vFWCL/vPKG/base_vpkg.env index 57662eee..ff8d4626 100644 --- a/heat/vFWCL/vPKG/base_vpkg.env +++ b/heat/vFWCL/vPKG/base_vpkg.env @@ -1,6 +1,6 @@ parameters: - image_name: PUT THE VM IMAGE NAME HERE - flavor_name: PUT THE VM FLAVOR NAME HERE + image_name: PUT THE VM IMAGE NAME HERE (UBUNTU 1404) + flavor_name: PUT THE VM FLAVOR NAME HERE (m1.medium suggested) public_net_id: PUT THE PUBLIC NETWORK ID HERE unprotected_private_net_id: zdfw1fwl01_unprotected unprotected_private_subnet_id: zdfw1fwl01_unprotected_sub -- cgit 1.2.3-korg