fuel-main/virtualbox
Jenkins de5b333815 Merge "Add script to shutdown VMs and clean environment quickly" 2015-07-28 21:20:19 +00:00
..
actions Fix for VBox "No Internet connection on compute nodes" 2015-05-14 20:20:57 +03:00
functions VBox - there are a lot of ssh.exe processes under Cygwin 2015-05-25 10:14:23 +03:00
iso [vbox] Created folder for iso in virtualbox 2013-07-25 14:48:53 +00:00
README.md Merge "Add script to shutdown VMs and clean environment quickly" 2015-07-28 21:20:19 +00:00
clean.sh Add script to shutdown VMs and clean environment quickly 2015-07-28 15:20:25 +00:00
config.sh Fix for VBox "No Internet connection on compute nodes" 2015-05-14 20:20:57 +03:00
launch.sh Fix for VBox "No Internet connection on compute nodes" 2015-05-14 20:20:57 +03:00
launch_8GB.sh Apply different configurations by separate launchers 2014-09-01 18:18:41 +03:00
launch_16GB.sh Apply different configurations by separate launchers 2014-09-01 18:18:41 +03:00

README.md

VirtualBox enviropment kit

Requirements

  • VirtualBox with VirtualBox Extension Pack
  • procps
  • expect
  • Cygwin for Windows host PC
  • Enable VT-x/AMD-V acceleration option on your hardware for 64-bits guests

Run

In order to successfully run Mirantis OpenStack under VirtualBox, you need to:

  • download the official release (.iso) and place it under 'iso/' directory
  • run "./launch.sh" (or "./launch_8GB.sh" or "./launch_16GB.sh" according to your system resources). It will automatically pick up the iso and spin up master node and slave nodes

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"