Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build your own systemvm template (BYO SystemVMs) allows anyone to customize and build their own systemvm template. SystemVM template is an appliance which gets patched by CloudStack's systemvm.iso on a host before it becomes one of the service VMs: ssvm, cpvm or rvm. To make it possible for anyone to BYO systemvm template, we researched and found that it was possible for everyone to install VirtualBox, create and setup a VM, install all the tools and export it. To automate the process we've used veewee, an opensource appliance building tool, that automates the process of appliance building on VirtualBox and we use some tools to export the disk image to various formats.

For latest update, follow the README and build script at:

https://github.com/apache/cloudstack/tree/master/tools/appliance

Scope and Assumptions

Veewee [3] uses some definition with which it would automatically download and install a Linux distro on VirtualBox. Since the previous systemvm templates provided by Citrix was based on Debian, we created veewee definitions that are based on Debian. The definitions are located in: tools/appliance/definitions/*

...