diff options
Diffstat (limited to 'ci/cleanvm.sh')
-rwxr-xr-x | ci/cleanvm.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/cleanvm.sh b/ci/cleanvm.sh index 3756c406..5a5365b2 100755 --- a/ci/cleanvm.sh +++ b/ci/cleanvm.sh @@ -11,7 +11,8 @@ echo " Cleanup Started ..." vm_list=$(sudo virsh list --all) for vm in node1-control node2-compute node3-control node4-control \ - node5-compute bootstrap + node5-compute rack-vir-m1 rack-vir-m2 rack-vir-m3 rack-vir-m4 \ + rack-vir-m1 bootstrap do echo "$vm_list" | grep -q " $vm " || continue sudo virsh destroy $vm |