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
Evgeny Kozhemyakin d853bd7f72 Fixes a bug with filename extension during .vdi creation.
Change-Id: Ib1a7b0256d8961946e844f265667053e5e422d9b
Closes-Bug: 1376429
2014-10-08 14:11:05 +04:00
actions Add ability to specify count of CPU for each slave node 2014-05-12 18:38:39 +00:00
functions Fixes a bug with filename extension during .vdi creation. 2014-10-08 14:11:05 +04:00
iso [vbox] Created folder for iso in virtualbox 2013-07-25 14:48:53 +00:00
README.md Updating README with the "./launch*.sh" options 2014-09-08 12:23:52 +04:00
config.sh Apply different configurations by separate launchers 2014-09-01 18:18:41 +03: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

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