X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_lxd.sh;h=960531de07e3a92f4dbb5d4562ca1cb4b03961f3;hb=97cba16659e0627bff6f555405b8adad0b399b32;hp=0bf6d23713ae23d5b4b20ca97571cf98ddcc471e;hpb=6003632d2c82a93d71a8826c6bcd182e22140bc3;p=osm%2Fdevops.git diff --git a/installers/install_lxd.sh b/installers/install_lxd.sh index 0bf6d237..960531de 100755 --- a/installers/install_lxd.sh +++ b/installers/install_lxd.sh @@ -63,12 +63,6 @@ function install_lxd() { sudo usermod -a -G lxd `whoami` cat ${OSM_DEVOPS}/installers/lxd-preseed.conf | sed 's/^config: {}/config:\n core.https_address: '$OSM_DEFAULT_IP':8443/' | sg lxd -c "lxd init --preseed" sg lxd -c "lxd waitready" - sg lxd -c "lxc profile device set default eth0 mtu $DEFAULT_MTU" - sg lxd -c "lxc network set lxdbr0 bridge.mtu $DEFAULT_MTU" - # sudo systemctl stop lxd-bridge - # sudo systemctl --system daemon-reload - # sudo systemctl enable lxd-bridge - # sudo systemctl start lxd-bridge # Configure LXD to work behind a proxy if [ -n "${OSM_BEHIND_PROXY}" ] ; then