charm-swift-storage/templates
James Page 591c084532 Add support for block device encryption
Add new secrets-storage relation to vault, supporting the
use of block device encryption using dm-crypt/vaultlocker.

Prepared devices are now recorded in the local unit kv
store; this information is used to provide a list of
configured block devices to the swift-proxy charm,
rather than the previous best guess provided by
determine_block_devices.  This allows us to use the
dm-crypt device name, rather than the underlying
block device.

Encrypted block devices are unlocked on boot using
vaultlocker-decrypt systemd units (enabled by vaultlocker);
/etc/fstab entries for such devices make use of a
x-systemd.requires option to ensure that the block device
is unlocked prior to attempting to mount it.

Add new storage binding to allow charm to be used with
Juju storage.

Add new ephemeral-unmount configuration option to allow
cloud ephemeral storage to be used for testing purposes;
update functional testing to use this option.  The behaviour
of 'overwrite' was changed to accomodate the use of
encrypted block devices.

Change-Id: I9b3f8cd2de412ee96e0139dba4d4abdf998ecaf2
2018-05-08 12:52:37 +01:00
..
001-baseconfig [bradm] Removed local_ip binding from base rsync fragments 2014-10-30 17:18:15 +10:00
050-swift-storage.conf fix minor nit in template 2015-11-27 09:28:53 +00:00
account-server.conf Add statsd metrics support to the swift-storage charm 2017-11-05 15:23:38 +11:00
container-server.conf Add statsd metrics support to the swift-storage charm 2017-11-05 15:23:38 +11:00
object-server.conf Add statsd metrics support to the swift-storage charm 2017-11-05 15:23:38 +11:00
swift.conf Fix up port handling, checkin Makefile+setup.cfg+.coveragerc, rename tests/ -> unit_tests/ 2013-07-19 12:52:45 -07:00
vaultlocker.conf.j2 Add support for block device encryption 2018-05-08 12:52:37 +01:00