diff --git a/ci-scripts/tripleo/microbrow.sh b/ci-scripts/tripleo/microbrow.sh index a07ef0458..d1b96bac8 100755 --- a/ci-scripts/tripleo/microbrow.sh +++ b/ci-scripts/tripleo/microbrow.sh @@ -57,6 +57,13 @@ if [ ! -z ${current_build+x} ] fi fi +#Adding extra vars to deploy cloud with ovn +#if the job is an ovn job +if [[ $TOOL == ovn ]] + then + echo "Deploying cloud with OVN" + export VARS="$VARS --extra-vars deploy_ha_ovn=true" +fi #used to ensure concurrent jobs on the same executor work socketdir=$(mktemp -d /tmp/sockXXXXXX)