akanda-appliance-builder/diskimage-builder
Adam Gandelman 7fbd58f476 Add debug-user element
This adds an element that can be used to set up a separate user for
in the appliance for debugging purposes.

Change-Id: I46777b785f8575acdc50ee19c059b08b89bfed98
2015-05-22 17:12:01 -07:00
..
elements Add debug-user element 2015-05-22 17:12:01 -07:00
README.md update to enable config drive and IP config via user-data 2015-05-06 18:02:55 -04:00

README.md

This directory contains elements necessary to build the Akanda appliance with the diskimage-builder from the OpenStack project.

  1. Install diskimage-builder via:

    pip install diskimage-builder or source at: http://git.openstack.org/cgit/openstack/diskimage-builder

  2. Ensure a few require packages are installed:

  • debootstrap
  • qemu-utils
  1. Add elements to path $ export ELEMENTS_PATH=~/akanda-appliance-builder/diskimage-builder/elements

  2. Build image $ DIB_RELEASE=wheezy DIB_EXTLINUX=1 disk-image-create debian vm akanda

  3. If you're testing with kvm, don't forget to build the nocloud iso image