summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaibhav Jain <vaibhav.jain1@amdocs.com>2017-08-11 19:33:54 +0530
committervaibhav.jain1 <vaibhav.jain1@amdocs.com>2017-08-15 10:46:25 +0530
commitdab8df71bad8694979a3f6381a3facbe7da7554f (patch)
tree777f491a2af8d8d7c8eb1739824db90a24839f8d
parent5060d16c99f68b7a8ae0699dfda8ce673b8954e7 (diff)
Update portal_vm_init.sh to move logback.xml
The logback.xml is moved to base directory from where all other config files are picked. Change-Id: I7c82b968ba15d83aaa61ec8e7878a8415f7d607c Issue-ID: PORTAL-74 Signed-off-by: vaibhav.jain1 <vaibhav.jain1@amdocs.com>
-rwxr-xr-xboot/portal_vm_init.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/portal_vm_init.sh b/boot/portal_vm_init.sh
index 5f34aae8..e03fdedc 100755
--- a/boot/portal_vm_init.sh
+++ b/boot/portal_vm_init.sh
@@ -20,6 +20,8 @@ source portal/deliveries/os_settings.sh
# Unpack property files
unzip -o portal/deliveries/etc.zip -d /PROJECT/OpenSource/UbuntuEP/
+# Copy (ecomp-portal-BE-os) logback.xml for volume mapping
+mv portal/deliveries/os_logback.xml /PROJECT/OpenSource/UbuntuEP/etc/ECOMPPORTALAPP/
# Refresh images
docker login -u $NEXUS_USERNAME -p $NEXUS_PASSWD $NEXUS_DOCKER_REPO