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
Maksim Malchuk 8436205d92 iPXE - open source boot firmware for VirtualBox
This is the new open source boot firmware for VirtualBox default
Ethernet controller (Intel Corporation 82540EM Gigabit Ethernet
Controller [8086:100e]) set by virtualbox scripts.

This is the leading open source network boot firmware, which
provides a full PXE implementation enhanced with additional features
such as boot from a web server via HTTP which now used by the
Fuel 8.0.

Change-Id: I0b9a3f6f80ba88eb5e7f7db75834f65916af6f66
Depends-On: I26b62414e1cc0193c75f954ed7ed76570a4bf2f6
Doc-Impact: ops-guide
Closes-Bug: 1527474
2015-12-18 09:36:52 +03:00
actions iPXE - open source boot firmware for VirtualBox 2015-12-18 09:36:52 +03:00
drivers iPXE - open source boot firmware for VirtualBox 2015-12-18 09:36:52 +03:00
functions FORWARD rules for public network 2015-12-02 10:52:20 +00:00
iso [vbox] Created folder for iso in virtualbox 2013-07-25 14:48:53 +00:00
README.md Added support to deploy product on remote machine via ssh 2015-09-23 12:54:42 +03:00
clean.sh Add script to delete host-only network interfaces 2015-10-22 18:58:35 +03:00
config.sh iPXE - open source boot firmware for VirtualBox 2015-12-18 09:36:52 +03:00
launch.sh Added support to deploy product on remote machine via ssh 2015-09-23 12:54:42 +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"

To deploy on a remote machine just set environment variable REMOTE_HOST with ssh connection string. The variable REMOTE_PORT allows to specify custom port for ssh.

 REMOTE_HOST=user@user.mos.mirantis.net ./launch_8GB.sh
# or
 REMOTE_HOST=user@user.mos.mirantis.net REMOTE_PORT=23 ./launch_8GB.sh