diff options
Diffstat (limited to 'boot/portal_vm_init.sh')
-rwxr-xr-x | boot/portal_vm_init.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/boot/portal_vm_init.sh b/boot/portal_vm_init.sh index 942fc52d..5f34aae8 100755 --- a/boot/portal_vm_init.sh +++ b/boot/portal_vm_init.sh @@ -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/ |