InstallCerts.py Script Fails to Execute Successfully 19/106119/1
authorajay_dp001 <ajay.deep.singh@est.tech>
Thu, 16 Apr 2020 09:16:19 +0000 (14:46 +0530)
committerDan Timoney <dtimoney@att.com>
Thu, 16 Apr 2020 13:11:04 +0000 (13:11 +0000)
Issue-ID: SDNC-1155

Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: If7b1c8c9027a446763a4909892bccf8edabfb49f
(cherry picked from commit f07d44bb5543518e2c8d64371c76200f3c8e1298 [formerly b703352599826343643cbf8895cca8dce5232c14])

Former-commit-id: c7c339bd298d088bcf1e2c929adb625715836456

installation/sdnc/src/main/scripts/startODL.sh

index 4738851..6f9bdad 100755 (executable)
@@ -171,7 +171,7 @@ then
 fi
 
 cp /opt/opendaylight/current/certs/* /tmp
-cp -r /opt/app/osaaf/local/. /tmp
+cp /var/custom-certs/* /tmp
 
 # Create ODL data log directory (it nornally is created after karaf
 # is started, but needs to exist before installCerts.py runs)