RETIRED, A set of bash scripts that allow to easily deploy Fuel environment and try OpenStack using VirtualBox as a virtualization layer.
Go to file
Serhiy Ovsianikov ad8aaacc91 Slave nodes are not booted
We restart all the NICs of master node after we ensure Cobbler is
ready. Restarting NIC breaks network connection between Cobbler
and outgoing physical network. Added another restart of the docker
container after network restart.

Change-Id: I0bbba2fbad801e109f52ee5fbcf203b8ba7d1dd8
Closes-Bug: #1427227
2015-03-03 09:07:08 +02:00
actions Merge "Call which from virtualbox scripts" 2015-02-17 22:51:52 +00:00
functions Slave nodes are not booted 2015-03-03 09:07:08 +02: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 Added the number of processor cores to fuel master node 2015-02-05 12:21:08 +02:00
launch.sh Call which from virtualbox scripts 2015-02-12 11:31:32 +02: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".