kloudbuster/kb_dib/README.rst
Yichen Wang 988a99e7a1 Add support to upload official image from OpenStack
1. Add support to upload official image from OpenStack;
2. Move dib and kb_server to upper level directory;
3. Fix the issue of dumping pecan server logs using Rest API;

Change-Id: I636fe4a1a2213d72c37fc09f37e1f70b2ca8c394
2015-09-02 10:32:38 -07:00

1.6 KiB

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.