Juju Charm - LXD
Go to file
Jenkins 0ed13c080a Merge "Add support for zfs in the charm." 2016-04-13 16:43:14 +00:00
hooks Merge "Add support for zfs in the charm." 2016-04-13 16:43:14 +00:00
templates Update upstart/systemd templates 2015-09-10 15:37:05 -04:00
tests Merge "Add support for zfs in the charm." 2016-04-13 16:43:14 +00:00
unit_tests Add support for zfs in the charm. 2016-04-12 12:32:07 -06:00
.gitignore Fix lxd thinpool creation. 2016-03-23 14:41:04 -06:00
.gitreview Add gitreview prior to migration to openstack 2016-02-24 21:53:32 +00:00
.project Resync helpers, add pydev project files 2015-09-09 09:34:37 +01:00
.pydevproject Resync helpers, add pydev project files 2015-09-09 09:34:37 +01:00
.testr.conf Add basic tox configuration 2016-02-25 16:40:47 +00:00
Makefile Fix lxd thinpool creation. 2016-03-23 14:41:04 -06:00
README.md Add README 2015-10-19 14:09:58 +01:00
charm-helpers-tests.yaml add charm-helpers-tests.yaml 2016-01-28 21:08:00 +00:00
charm-helpers.yaml Initial commit 2015-07-23 22:29:09 -04:00
config.yaml Add support for zfs in the charm. 2016-04-12 12:32:07 -06:00
copyright Initial commit 2015-07-23 22:29:09 -04:00
icon.svg Update icon 2015-11-02 09:33:16 +00:00
metadata.yaml Update maintainer 2015-11-18 10:36:43 +00:00
requirements.txt Fix pbr requirement 2016-04-13 10:24:43 +00:00
revision Initial commit 2015-07-23 22:29:09 -04:00
test-requirements.txt Fix lxd thinpool creation. 2016-03-23 14:41:04 -06:00
tox.ini Fix lxd thinpool creation. 2016-03-23 14:41:04 -06:00

README.md

Overview

LXD is a hypervisor for managing Linux Containers; it provides a simple RESTful API for creation and management of containers.

Usage

The lxd charm can be used in-conjunction with any principle charm to setup and enable use of LXD; its primary use case is with the nova-compute charm to enable LXD based OpenStack Clouds:

juju deploy cs:~openstack-charmers-next/wily/nova-compute
juju set nova-compute virt-type=lxd
juju deploy cs:~openstack-charmers-next/wily/lxd
juju set lxd block-device=/dev/sdb storage-type=lvm
juju add-relation lxd nova-compute

At this point in time, LXD is only supported on Ubuntu 15.10 or above, in-conjunction with OpenStack Liberty (provided as part of Ubuntu 15.10).

For a full OpenStack Liberty deployment using LXD, please refer to the OpenStack LXD bundle.

Contact Information

Report bugs on Launchpad