Drop variables now published elsewhere 25/6825/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Mon, 7 Aug 2017 14:16:50 +0000 (10:16 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Mon, 7 Aug 2017 14:17:40 +0000 (10:17 -0400)
Changes were merged to the os_settings.sh script within portal/deliveries
so drop the redundant assignments in the portal_vm_init.sh script.

Change-Id: If0c61dac343aebf4488525184597807095649307
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
boot/portal_vm_init.sh

index 942fc52..5f34aae 100755 (executable)
@@ -14,14 +14,9 @@ NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt)
 NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt)
 NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt)
 DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt)
-source portal/deliveries/os_settings.sh
 
-# Remove the following lines after merging change to os_settings.sh:
-DB_VOL_NAME=data_vol_portal
-EP_TAG_NAME=portalapps
-DB_TAG_NAME=portaldb
-WMS_TAG_NAME=portalwms
-# End os_settings.sh dupe lines
+# Get container, image and tag names used below
+source portal/deliveries/os_settings.sh
 
 # Unpack property files
 unzip -o portal/deliveries/etc.zip -d /PROJECT/OpenSource/UbuntuEP/