From eb8097bdc8854c50ec9f3fc14862a14be5287bb5 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Fri, 15 Apr 2016 09:00:00 -0400 Subject: 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 --- ci/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg