Juju Charm - LXD
Go to file
Ryan Beisner 0437ef285b Disable Xenial test (lvm failing) 2016-02-18 21:27:22 +00:00
hooks Tweak order of host configuration to ensure that it happens post reformat of lxd fs 2015-10-26 21:59:46 +09:00
templates Update upstart/systemd templates 2015-09-10 15:37:05 -04:00
tests Disable Xenial test (lvm failing) 2016-02-18 21:27:22 +00:00
unit_tests add NotImplemented unit_tests 2016-01-28 21:08:32 +00:00
.bzrignore update bzrignore 2016-01-28 21:07:43 +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
Makefile Update Makefile 2016-01-28 21:02:55 +00: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 storage cleaning option 2015-10-02 12:59:06 +01: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
revision Initial commit 2015-07-23 22:29:09 -04: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