From 388a3ee7b560154cabcbc791f8c6fa20df3deca4 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 19 Apr 2018 20:35:41 -0700 Subject: 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 --- installation/appc/src/main/scripts/startODL.sh | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit 1.2.3-korg