X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=21bf1ca737323c14dd6074bc25a55e411b7b652e;hb=refs%2Fchanges%2F60%2F11160%2F3;hp=2ededf21ebf8516690326b469d7ccf0b312c15d3;hpb=f5051cb9a979b5e5478534f03bab3444fe800b45;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 2ededf21..21bf1ca7 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -290,7 +290,7 @@ function install_lxd() { # Install LXD snap sudo apt-get remove --purge -y liblxc1 lxc-common lxcfs lxd lxd-client - sudo snap install lxd + sudo snap install lxd --channel $LXD_VERSION/stable # Configure LXD sudo usermod -a -G lxd `whoami` @@ -1521,6 +1521,7 @@ function parse_docker_registry_url() { DOCKER_REGISTRY_URL=$(echo "$DOCKER_REGISTRY_URL" | awk '{split($1,a,"@"); print a[2]}') } +LXD_VERSION=4.17 JUJU_VERSION=2.9 JUJU_AGENT_VERSION=2.9.12 UNINSTALL=""