Skip to content
Snippets Groups Projects
Commit 19d019bb authored by garciadav's avatar garciadav
Browse files

Remove unneeded dependency


- The lxd-preseed.conf uses btrfs, so zfs is not needed anymore.

Change-Id: Ife9aa65e2746bf2f35f3c96ab05430dcf46acc0b
Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
parent 9cc6c8da
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ function bootstrap_k8s_lxd(){
# 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment