- The lxd-preseed.conf uses btrfs, so zfs is not needed anymore.
Change-Id: Ife9aa65e2746bf2f35f3c96ab05430dcf46acc0b
Signed-off-by: David Garcia <david.garcia@canonical.com>
# Install LXD snap
sudo apt-get remove --purge -y liblxc1 lxc-common lxcfs lxd lxd-client
sudo snap install lxd
- sudo apt-get install zfsutils-linux -y
# Configure LXD
sudo usermod -a -G lxd `whoami`
cat /usr/share/osm-devops/installers/lxd-preseed.conf | sed 's/^config: {}/config:\n core.https_address: '$LXDENDPOINT':8443/' | sg lxd -c "lxd init --preseed"