SDNC-766: Updating OOM startODL.sh 83/88083/1
authorDarraghEgan <darragh.egan@est.tech>
Mon, 20 May 2019 13:24:29 +0000 (13:24 +0000)
committerDarraghEgan <darragh.egan@est.tech>
Mon, 20 May 2019 13:24:29 +0000 (13:24 +0000)
Changes have been made in the sdnc/oam
repo that have not been refelected in
the oom repo and this file needs to be
updated so both scripts will be the same
in each repo.

Issue-ID: SDNC-766
Change-Id: I61ef6a09b9ddc3422c0f85ae89d13eb240361f6a
Signed-off-by: DarraghEgan <darragh.egan@est.tech>
kubernetes/sdnc/resources/config/bin/startODL.sh

index 9b96a32..eb49a69 100755 (executable)
@@ -113,6 +113,7 @@ function enable_odl_cluster(){
 # Install SDN-C platform components if not already installed and start container
 
 ODL_HOME=${ODL_HOME:-/opt/opendaylight/current}
+ODL_ADMIN_USERNAME=${ODL_ADMIN_USERNAME:-admin}
 ODL_ADMIN_PASSWORD=${ODL_ADMIN_PASSWORD:-Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
 SDNC_HOME=${SDNC_HOME:-/opt/onap/sdnc}
 SDNC_BIN=${SDNC_BIN:-/opt/onap/sdnc/bin}
@@ -125,6 +126,7 @@ GEO_ENABLED=${GEO_ENABLED:-false}
 DBINIT_DIR=${DBINIT_DIR:-/opt/opendaylight/current/daexim}
 SDNRWT=${SDNRWT:-false}
 SDNRWT_BOOTFEATURES=${SDNRWT_BOOTFEATURES:-sdnr-wt-feature-aggregator}
+export ODL_ADMIN_PASSWORD ODL_ADMIN_USERNAME
 
 echo "Settings:"
 echo "  ENABLE_ODL_CLUSTER=$ENABLE_ODL_CLUSTER"