X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fscripts%2Fdeploy.sh;h=56010749b6965ea4df69c874185c592d72b4421a;hb=04e6a32c4db43a1004276f60eed6817a1a93ce4d;hp=0f4ab73d272588916685f33b6e2294d6a3632334;hpb=a57813cc79bd640dbbe984ba62dd9ff67c3b1f28;p=infra%2Fcicd.git diff --git a/jjb/engine/scripts/deploy.sh b/jjb/engine/scripts/deploy.sh index 0f4ab73d..56010749 100755 --- a/jjb/engine/scripts/deploy.sh +++ b/jjb/engine/scripts/deploy.sh @@ -27,6 +27,12 @@ if [[ "$EXECUTION_MODE" == "offline-deployment" && "$PROVISIONER_TYPE" == "heat" exit 0 fi +if [[ "$GERRIT_PROJECT" == "infra/installer/kolla" ]]; then + echo "Info : Setting installer to kolla and scenario to os-nosdn-nofeature" + export INSTALLER_TYPE="kolla" + export DEPLOY_SCENARIO="os-nosdn-nofeature" +fi + if [[ "$EXECUTION_MODE" == "offline-deployment" ]]; then ENGINE_ROOT_DIR="/opt/engine/offline/git/engine" else