Openstack Charmers Next Lxd

  • By OpenStack Charmers - Testing Charms
  • Cloud
Channel Revision Published Runs on
latest/stable 1125 07 Jun 2021
Ubuntu 19.04 Ubuntu 18.10 Ubuntu 18.04 Ubuntu 16.04
latest/edge 579 19 Mar 2021
Ubuntu 16.04
juju deploy openstack-charmers-next-lxd
Show information

Platform:

Ubuntu
19.04 18.10 18.04 16.04

Learn about configurations >

  • block-devices | string

    A space-separated list of devices to use to back the LXD storage. Items in this list should be valid block device paths. Entries that are not found will be ignored. . Currently, only the first block device in the list will be considered.

  • enable-ext4-userns | boolean

    Default: True

    Enable use of EXT4 in LXD containers for block storage support.

  • ephemeral-unmount | string

    Cloud instances provide ephemeral storage which is normally mounted on /mnt. . Providing this option will force an unmount of the ephemeral device so that it can be used for LXD container storage. This is useful for testing purposes (cloud deployment is not a typical use case).

  • overwrite | boolean

    If enabled, the charm will attempt to overwrite block devices containing previous filesystems or LVM, assuming it is not in use.

  • source | string

    Repository from which to install LXD. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported release pocket

  • storage-type | string

    Default: btrfs

    LXD container storage type: btrfs, zfs, or lvm

  • use-source | boolean

    Use LXD source from github.