From dab8df71bad8694979a3f6381a3facbe7da7554f Mon Sep 17 00:00:00 2001 From: Vaibhav Jain Date: Fri, 11 Aug 2017 19:33:54 +0530 Subject: [PATCH] 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 --- boot/portal_vm_init.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.16.6