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/music_install.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'heat/ONAP/cloud-config/music_install.sh') diff --git a/heat/ONAP/cloud-config/music_install.sh b/heat/ONAP/cloud-config/music_install.sh index 38aaa71c..42cc01a3 100644 --- a/heat/ONAP/cloud-config/music_install.sh +++ b/heat/ONAP/cloud-config/music_install.sh @@ -12,11 +12,6 @@ then export https_proxy=$HTTPS_PROXY fi - -# Download scripts from Nexus -update-rc.d music_serv.sh defaults - - # Clone Gerrit repository and run docker containers cd /opt git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO -- cgit 1.2.3-korg