Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

This docoument contains the design specification for LXC support in Cloudstack.

Status

Code complete, testing and adding documentation. See last section below for detailsfeature has been merged to master branch.

References

Feature Specification

...

Environment setup and testing

Obtaining latest code

The code for LXC support is on github on the lxc branchLXC code has been merged to the master branch for Cloudstack:

Code Block
git clone -b lxc git@github.com:gilt/incubator-https://git-wip-us.apache.org/repos/asf/cloudstack.git

Follow directions in /docs/en-US/build-rpm.xml to build RPMs for Cloudstack.

...

Import the latest system VM image:

Code Block
/web/cloudstack/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://jenkins.cloudstack.org/view/master/job/build-systemvm-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvmtemplate-2013-04-14-master-kvm.qcow2.bz2 -h kvm -F

...