Remove unneeded dependency 14/9614/1
authorDavid Garcia <david.garcia@canonical.com>
Thu, 20 Aug 2020 10:14:18 +0000 (12:14 +0200)
committerDavid Garcia <david.garcia@canonical.com>
Thu, 20 Aug 2020 10:14:18 +0000 (12:14 +0200)
- The lxd-preseed.conf uses btrfs, so zfs is not needed anymore.

Change-Id: Ife9aa65e2746bf2f35f3c96ab05430dcf46acc0b
Signed-off-by: David Garcia <david.garcia@canonical.com>
installers/charmed_install.sh

index 3895ce8..228a0e0 100755 (executable)
@@ -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"