X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-configure-clustering.sh;h=42f73e40a3c6ada706b24cc1c74a79b1c1f81b10;hb=e3df9661c6a556bfaab9e3bda8552c326326d844;hp=43df86444261fc64a570de67c8be94231534ebb7;hpb=b4812c0df10d457a090bdc9c08546fc7d9e428a0;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-configure-clustering.sh b/jjb/integration/integration-configure-clustering.sh index 43df86444..42f73e40a 100644 --- a/jjb/integration/integration-configure-clustering.sh +++ b/jjb/integration/integration-configure-clustering.sh @@ -1,10 +1,11 @@ +#!/bin/bash #@IgnoreInspection BashAddShebang # Activate robotframework virtualenv # ${ROBOT_VENV} comes from the integration-install-robotframework.sh # script. -# shellcheck source=${ROBOT_VENV}/bin/activate disable=SC1091 -source ${ROBOT_VENV}/bin/activate -source /tmp/common-functions.sh ${BUNDLEFOLDER} +# shellcheck disable=SC1090,SC1091 +. "${ROBOT_VENV}/bin/activate" +source /tmp/common-functions.sh "${BUNDLEFOLDER}" echo "#################################################" echo "## Configure Cluster and Start ##" @@ -17,6 +18,8 @@ nodes_list=$(get_nodes_list) run_plan "script" +add_jvm_support + create_configuration_script create_startup_script