Yichen Wang 91487faa20 Add support for resuing tenants/users
1. Add support for resuing tenants/users;
2. Add the version checks;
3. KNOWN ISSUE: Single cloud mode is not supported under reusing mode.
(WIP on the solution)

Change-Id: I0607312d341e53df4ad6d869ac4265f074c23cf5
2015-07-17 13:34:58 -07:00
..

KLOUDBUSTER IMAGE BUILD INSTRUCTIONS

There are 2 ways to build the kloudbuster image: * using Vagrant (recommended to build the image on Mac) * using the build-image.sh script (recommended to build the image on Linux)

Build on Mac OSX

Pre-Requisites

Instructions

  • Open a shell window
  • cd to the scale/dib directory (where this README.rst file resides)
  • run vagrant: "vagrant up"

The build should take around 5-7 minutes (may vary depending on the speed of your Internet connection) and you should see the kloudbuster.qcow2 image appear in the current directory.

After the image is built, simply discard the vagrant VM: "vagrant destroy"

Build on Linux

Pre-Requisites

  • must have access to the Internet (to allow download of packages)
  • must install git
  • must install qemu-utils

Instructions

The build should take around 5-7 minutes (may vary depending on the speed of your Internet connection) and you should see the kloudbuster.qcow2 image appear in the current directory.

After the image is built, move the image in a safe location and delete the vmtp directory.