James Page Lxd
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 11 | 19 Mar 2021 |
juju deploy james-page-lxd
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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 the first block device in the list will be considered.
-
enable-ext4-userns | boolean
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.