Install ODL Host Key 21/43821/2
authorPatrick Brady <pb071s@att.com>
Fri, 20 Apr 2018 03:35:41 +0000 (20:35 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 20 Apr 2018 03:37:27 +0000 (03:37 +0000)
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

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

index 8faddb9..9330f96 100644 (file)
@@ -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"