fuel-main/virtualbox
Dmitry Borodaenko d81e03ec07 disable RSAAuthentication in VirtualBox scripts
The expect scripts connecting to VirtualBox VMs expect a password
authentication and will break if SSH offers a prompt for SSH key
password.
2013-08-26 12:30:01 +00:00
..
actions license headers for virtualbox scripts 2013-07-27 23:09:47 -07:00
functions disable RSAAuthentication in VirtualBox scripts 2013-08-26 12:30:01 +00:00
iso [vbox] Created folder for iso in virtualbox 2013-07-25 14:48:53 +00:00
README.md [vbox] Created folder for iso in virtualbox 2013-07-25 14:48:53 +00:00
config.sh Select most recent ISO in VirtualBox scripts 2013-08-08 14:34:00 -07:00
launch.sh license headers for virtualbox scripts 2013-07-27 23:09:47 -07:00

README.md

In order to successfully run Fuel Web under VirtualBox, you need to:

  • download the official release (.iso) and place it under 'iso' directory
  • run "./launch.sh". it will automatically pick up the iso, and will 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".