From 569b54f0659cc790c0c9c2eec3a72884b6162626 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 29 Aug 2017 10:38:08 -0400 Subject: Add CLAMP VM to ONAP - Extend Heat templates with CLAMP resources definition - Create installation scripts for CLAMP - Update DNS configuration Change-Id: I1db7f884f8318eceb74dace972f8ad808ac8551d Issue-ID: INT-115 Signed-off-by: Marco Platania --- heat/ONAP/onap_openstack_nofloat.env | 2 ++ 1 file changed, 2 insertions(+) (limited to 'heat/ONAP/onap_openstack_nofloat.env') diff --git a/heat/ONAP/onap_openstack_nofloat.env b/heat/ONAP/onap_openstack_nofloat.env index 0987d580..1ef3c753 100644 --- a/heat/ONAP/onap_openstack_nofloat.env +++ b/heat/ONAP/onap_openstack_nofloat.env @@ -86,6 +86,7 @@ parameters: sdc_ip_addr: 10.0.3.1 sdnc_ip_addr: 10.0.7.1 vid_ip_addr: 10.0.8.1 + clamp_ip_addr: 10.0.12.1 ########################### @@ -125,3 +126,4 @@ parameters: sdc_repo: http://gerrit.onap.org/r/sdc.git sdnc_repo: http://gerrit.onap.org/r/sdnc/oam.git vid_repo: http://gerrit.onap.org/r/vid.git + clamp_repo: http://gerrit.onap.org/r/clamp.git -- cgit 1.2.3-korg