From: Dan Radez Date: Fri, 15 Apr 2016 13:00:00 +0000 (-0400) Subject: Restricting reusing undercloud. It does not work X-Git-Tag: brahmaputra.3.0~6^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F12339%2F1;p=apex.git Restricting reusing undercloud. It does not work This functionality is not being cherry-picked from master because it will be replaced in master with a proper redeployment functionality that is in process of being tested. Change-Id: I8603c94b79529620e73d32ae5014bbe8a60821ba Signed-off-by: Dan Radez --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 1d2655c6..417031bd 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -519,7 +519,8 @@ function setup_instack_vm { fi else - echo "Found Instack VM, using existing VM" + echo "\n\n${red}Found Undercloud VM, please run opnfv-clean to reset the deployment environment${reset}" + exit 1 fi # if the VM is not running update the authkeys and start it