Update of Packer builder for Vagrant and various clouds
[osm/devops.git] / packer / scripts / lxd-setup.sh
diff --git a/packer/scripts/lxd-setup.sh b/packer/scripts/lxd-setup.sh
deleted file mode 100644 (file)
index a92dd17..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-sudo lxd init --auto --storage-backend zfs --storage-pool lxdpool --storage-create-loop 20
-
-sudo systemctl stop lxd-bridge
-sudo systemctl --system daemon-reload
-
-sudo cp -f /tmp/lxd-bridge /etc/default/lxd-bridge
-sudo systemctl enable lxd-bridge
-sudo systemctl start lxd-bridge
-
-sudo usermod -a -G lxd $(whoami)