Merge "Add script to shutdown VMs and clean environment quickly"

This commit is contained in:
Jenkins 2015-07-28 21:20:19 +00:00 committed by Gerrit Code Review
commit de5b333815
2 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,4 @@ If there are any errors, the script will report them and abort.
If you want to change settings (number of OpenStack nodes, CPU, RAM, HDD), please refer to "config.sh".
To shutdown VMs and clean environment just run "./clean.sh"

5
virtualbox/clean.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# Shutdown installation and clean environment
./actions/prepare-environment.sh || exit 1
./actions/clean-previous-installation.sh || exit 1