fuel-main/virtualbox
Serhiy Ovsianikov f096b95511 Backport vbox scripts from fuel 6.0 to 4.1
We have users that use vbox scripts for fuel 4.1. These scripts have
not been updated for a long time. There is a need to do backport
vbox scripts from fuel-6.0 to fuel-4.1.

Change-Id: Iec38136b3f9217bd138b30d87d386b1d5ef65cdd
Closes-Bug: #1405124
2015-02-06 13:11:59 +02:00
..
actions Backport vbox scripts from fuel 6.0 to 4.1 2015-02-06 13:11:59 +02:00
functions Backport vbox scripts from fuel 6.0 to 4.1 2015-02-06 13:11:59 +02:00
iso [vbox] Created folder for iso in virtualbox 2013-07-25 14:48:53 +00:00
README.md Backport vbox scripts from fuel 6.0 to 4.1 2015-02-06 13:11:59 +02:00
config.sh Backport vbox scripts from fuel 6.0 to 4.1 2015-02-06 13:11:59 +02:00
launch.sh Backport vbox scripts from fuel 6.0 to 4.1 2015-02-06 13:11:59 +02:00
launch_4GB.sh Backport vbox scripts from fuel 6.0 to 4.1 2015-02-06 13:11:59 +02:00
launch_8GB.sh Backport vbox scripts from fuel 6.0 to 4.1 2015-02-06 13:11:59 +02:00
launch_16GB.sh Backport vbox scripts from fuel 6.0 to 4.1 2015-02-06 13:11:59 +02:00

README.md

VirtualBox environment 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".