Enabling logback file to be loaded using oom configmap 85/100085/1
authora.sreekumar <ajith.sreekumar@est.tech>
Wed, 8 Jan 2020 12:55:20 +0000 (12:55 +0000)
committera.sreekumar <ajith.sreekumar@est.tech>
Wed, 8 Jan 2020 13:05:32 +0000 (13:05 +0000)
Change-Id: I746ee57003175ae9e3f903ee3e5948ed1875dceb
Issue-ID: POLICY-2308
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
packages/apex-pdp-package-full/src/main/package/scripts/apexOnapPf.sh

index 7c12e22..56ab61b 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash -x
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2019 Nordix Foundation.
+#  Copyright (C) 2019-2020 Nordix Foundation.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -69,6 +69,11 @@ if [[ -f "${HOME}"/config/policy-keystore ]]; then
     cp -f "${HOME}"/config/policy-keystore "${APEX_HOME}"/etc/ssl/
 fi
 
+if [[ -f "${HOME}"/config/logback.xml ]]; then
+    echo "overriding logback.xml"
+    cp -f "${HOME}"/config/logback.xml "${APEX_HOME}"/etc/
+fi
+
 if [ $(whoami) == "$APEX_USER" ]
 then
    $APEX_HOME/bin/apexApps.sh onappf $*