fuel-main/virtualbox
Bartłomiej Piotrowski ae4b0e9f3a Check free and top availability only on Windows
The regression has been introduced in 7c98912. procps is unavailable
on OS X and the script already reflects that by using sysctl directly.
On the vast majority of Linux distributions both tools are provided
either by procps or busybox.

Change-Id: I222beab7083399b7bf74c9560391da8aa65b7348
Closes-Bug: 1394141
2014-11-25 11:50:49 +01:00
..
actions Check free and top availability only on Windows 2014-11-25 11:50:49 +01:00
functions Fail Fuel Master deployment if puppet or check fails 2014-11-10 19:09:52 +04:00
iso [vbox] Created folder for iso in virtualbox 2013-07-25 14:48:53 +00:00
README.md Changes to improve work under windows 2014-10-09 17:08:51 +03:00
config.sh Parametrize headless option for VirtualBox 2014-10-31 12:50:36 -07:00
launch.sh Virtualbox Scripts minor enhancements 2014-04-07 19:00:08 +04:00
launch_4GB.sh Apply different configurations by separate launchers 2014-09-01 18:18:41 +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

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_4GB.sh", "./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".