From c3985998632daf5a1018649292dc6f8f3027acb6 Mon Sep 17 00:00:00 2001 From: agopi Date: Thu, 15 Feb 2018 11:06:36 -0500 Subject: [PATCH] Deploying with ovn turned on for ovn jobs Change-Id: Ifb45a804d1680798d7c390030dfd5019cc7881aa --- ci-scripts/tripleo/microbrow.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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)