From: Patrick Brady Date: Fri, 20 Apr 2018 03:35:41 +0000 (-0700) Subject: Install ODL Host Key X-Git-Tag: v1.3.0~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=388a3ee7b560154cabcbc791f8c6fa20df3deca4;p=appc%2Fdeployment.git Install ODL Host Key Make the same change that was made in ccsdk to fix the bug in ODL where the client cannot be accessed after a restart. Change-Id: Id047509172f2883338f4c6fca5bd9ca7d21d0101 Signed-off-by: Patrick Brady Issue-ID: CCSDK-241 --- diff --git a/installation/appc/src/main/scripts/startODL.sh b/installation/appc/src/main/scripts/startODL.sh index 8faddb9..9330f96 100644 --- a/installation/appc/src/main/scripts/startODL.sh +++ b/installation/appc/src/main/scripts/startODL.sh @@ -69,6 +69,8 @@ then ${SDNC_HOME}/bin/installSdncDb.sh echo "Installing APPC database" ${APPC_HOME}/bin/installAppcDb.sh + echo "Installing ODL Host Key" + ${SDNC_HOME}/bin/installOdlHostKey.sh echo "Starting OpenDaylight" ${ODL_HOME}/bin/start echo "Waiting ${SLEEP_TIME} seconds for OpenDaylight to initialize"