From 20f5aa7a719b76babe5b566098407a594db3641c Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 6 Aug 2018 14:40:21 -0400 Subject: Refactor ONAP HEAT template config, part 3 - Consolidate serv.sh activation in generic config script - Rename OPEN-O (open-o) -> MULTISERV (multiserv) - Resurce names in Heat template - File names - References in other installation scripts - Rename dcae_c_ -> dcae_ in Heat template - Minor clean up Change-Id: If45a1f1e01933f828aa698c815e0a3f65810a208 Issue-ID: INT-526 Signed-off-by: Marco Platania --- heat/ONAP/cloud-config/mr_install.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'heat/ONAP/cloud-config/mr_install.sh') diff --git a/heat/ONAP/cloud-config/mr_install.sh b/heat/ONAP/cloud-config/mr_install.sh index f2906970..be49b972 100644 --- a/heat/ONAP/cloud-config/mr_install.sh +++ b/heat/ONAP/cloud-config/mr_install.sh @@ -12,14 +12,6 @@ then export https_proxy=$HTTPS_PROXY fi - -# Download scripts from Nexus -# a) scripts for message router (mr) -update-rc.d mr_serv.sh defaults - -# b) scripts for bus controller (dbcl) - - # Clone Gerrit repository and run docker containers cd /opt git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO /opt/startup-vm-message-router -- cgit 1.2.3-korg