From: Adam Israel Date: Wed, 6 Nov 2019 15:45:43 +0000 (-0500) Subject: Install latest stable version of Juju X-Git-Tag: v7.0.0rc1~33^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=41587489eea6e2619cb2960725e9f9bcf9e557be;p=osm%2Fdevops.git Install latest stable version of Juju Revert a previous commit to pin Juju releases to 2.5 branch. The issue that led to that has since been fixed. Change-Id: I19522c4efcb154b6e80bbf4427ba8021386a91ee Signed-off-by: Adam Israel --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 48f2cae4..1e86fbd7 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -631,7 +631,7 @@ function install_docker_compose() { function install_juju() { echo "Installing juju" - sudo snap install juju --classic --channel=2.5/stable + sudo snap install juju --classic [ -z "$INSTALL_NOLXD" ] && sudo dpkg-reconfigure -p medium lxd echo "Finished installation of juju" return 0