kloudbuster/scale/dib
Yichen Wang ae03ef1d35 Add support to do periodical report
Change-Id: If6a38a3c9d53d25d812cc88748e927589cc88f21
2015-06-19 14:18:11 -07:00
..
elements/kloudbuster Add support to do periodical report 2015-06-19 14:18:11 -07:00
README.rst Build image using diskimage-builder/vagrant 2015-06-03 18:53:29 -07:00
Vagrantfile Build image using diskimage-builder/vagrant 2015-06-03 18:53:29 -07:00
build-image.sh Add support to do VM placements based on roles 2015-06-04 15:20:32 -07:00

README.rst

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.