summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-03-29 15:40:03 +0100
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commite32e998cc32bc928034e205c889c8c1aa7f6d914 (patch)
tree1479ae2f56eb3a86d78410887cfda8c5369be34d
parent8ff8b4a87588b7f72632e30bc7c46745214af3ec (diff)
prototypes: bifrost: Remove /opt/stack from previous deployments
/opt/stack is being created by bifrost so the destroy-env.sh script should be responsible for cleaning up all the remnants. That way we can use the destroy-env.sh script outside of Jenkins as well. Change-Id: I72d9737cf2446ff3ffc02f195337a6873eceb5c0 Signed-off-by: Markos Chandras <mchandras@suse.de>
-rwxr-xr-xbifrost/scripts/destroy-env.sh3
-rwxr-xr-xxci/xci-deploy.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/bifrost/scripts/destroy-env.sh b/bifrost/scripts/destroy-env.sh
index ce9d5353..d570f10a 100755
--- a/bifrost/scripts/destroy-env.sh
+++ b/bifrost/scripts/destroy-env.sh
@@ -14,6 +14,9 @@ if [[ $(whoami) != "root" ]]; then
exit 1
fi
+# Start fresh
+rm -rf /opt/stack
+
# Delete all libvirt VMs and hosts from vbmc (look for a port number)
for vm in $(vbmc list | awk '/[0-9]/{{ print $2 }}'); do
virsh destroy $vm || true
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index 326d659d..277206dc 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -40,7 +40,7 @@ echo "-------------------------------------------------------------------------"
#-------------------------------------------------------------------------------
echo "Info: Cleaning up the previous deployment"
$XCI_PATH/../bifrost/scripts/destroy-env.sh > /dev/null 2>&1
-/bin/rm -rf /opt/releng /opt/bifrost /opt/openstack-ansible /opt/stack
+/bin/rm -rf /opt/releng /opt/bifrost /opt/openstack-ansible
#-------------------------------------------------------------------------------
# Clone the repositories and checkout the versions