InstallCerts.py Script Fails to Execute Successfully
[sdnc/oam.git] / installation / sdnc / src / main / scripts / startODL.sh
index f6fa43a..6f9bdad 100755 (executable)
@@ -171,7 +171,11 @@ then
 fi
 
 cp /opt/opendaylight/current/certs/* /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)
+mkdir -p /opt/opendaylight/data/log
 nohup python ${SDNC_BIN}/installCerts.py &
 
 exec ${ODL_HOME}/bin/karaf server