aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-04-19 20:35:41 -0700
committerPatrick Brady <pb071s@att.com>2018-04-20 03:37:27 +0000
commit388a3ee7b560154cabcbc791f8c6fa20df3deca4 (patch)
tree9c9de8c77213538edf3e2b65774a54f28a302967
parentfbeb51879131ef62b27ecfc9d5aef55c22e0ea5c (diff)
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 <pb071s@att.com> Issue-ID: CCSDK-241
-rw-r--r--installation/appc/src/main/scripts/startODL.sh2
1 files changed, 2 insertions, 0 deletions
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"