Juju Charm - LXD
Go to file
Frode Nordahl d785c4c1df Update series metadata
Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata.  Dev release tests are enabled separately
because of chickens and eggs.

Change-Id: Id14e77f4b03c1324b0fff305476672b55d607109
2019-04-05 07:56:23 +02:00
actions Update tox.ini files from release-tools gold copy 2016-09-09 19:22:09 +00:00
hooks Sync charm-helpers for Stein release 2019-04-04 10:24:06 +02:00
lib Update tox.ini files from release-tools gold copy 2016-09-09 19:22:09 +00:00
templates Update upstart/systemd templates 2015-09-10 15:37:05 -04:00
tests Update requirements 2018-10-03 13:09:59 -05:00
unit_tests Fix lint in unit tests re: py3-first and py2 compat 2018-11-01 22:39:54 -05:00
.gitignore Remove old nova-compute / mysql relation and patch for nova-lxd bug 2018-09-18 14:46:58 +02: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 Enable xenial/queens amulet tests 2018-02-28 14:54:16 +00:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:11:50 -05:00
.zuul.yaml import zuul job settings from project-config 2018-09-11 13:15:49 -04:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 20:53:03 +02:00
charm-helpers.yaml Sync charm-helpers for Stein release 2019-04-04 10:24:06 +02:00
config.yaml [Trivial Fix] delete dumplicate words config.yaml 2019-01-07 11:24:45 +08:00
copyright Re-license charm as Apache-2.0 2016-07-01 17:30:16 +01:00
icon.svg Update charm icon 2017-08-02 18:25:32 +01:00
LICENSE Re-license charm as Apache-2.0 2016-07-01 17:30:16 +01:00
Makefile Update func tests and sync charm-helpers 2018-11-06 13:13:44 +00:00
metadata.yaml Update series metadata 2019-04-05 07:56:23 +02:00
README.md update readme to refer 'juju config' + fix report bug link 2019-03-11 15:02:40 +00:00
requirements.txt Update requirements 2018-10-03 13:09:59 -05:00
revision Initial commit 2015-07-23 22:29:09 -04:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:11:50 -05:00
tox.ini Replace ostestr with stestr in testing framework. 2019-03-07 17:11:50 -05:00

Overview

LXD is a hypervisor for managing Linux Containers; it provides a simple RESTful API for creation and management of containers. This charm is currently specific to LXD's use with nova-lxd, but that's only by usage, rather than specific design.

Usage with nova-compute and nova-lxd

While the lxd charm can be used with any charm to enable use of LXD, its primary use is with the nova-compute Openstack charm, for provisioning LXD based OpenStack Nova instances.

For example:

juju deploy nova-compute
juju config nova-compute virt-type=lxd
juju deploy lxd
juju config lxd block-devices=/dev/sdb storage-type=lvm
juju add-relation lxd nova-compute

The caveat is that nova-compute is part of a greater ecosystem of many OpenStack service charms. For a full OpenStack Mitaka deployment using LXD, please refer to the OpenStack LXD bundle.

At this time, nova-lxd is only supported on Ubuntu 16.04 or above, with OpenStack Mitaka (provided as part of Ubuntu 16.04).

Contact Information

Report bugs on Launchpad