From: garciadeblas Date: Mon, 22 Jan 2024 12:16:26 +0000 (+0100) Subject: Disable docker installation in full_install_osm.sh X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=b716681187265de2701481ac46db8a95d467861a;hp=250b0b60a41df04bb79b8c231803a35e1bff6c66;p=osm%2Fdevops.git Disable docker installation in full_install_osm.sh Change-Id: If47dd38fbc3fbb22a7169c86e05769d38a187a8e Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index d0e73171..2f90bcf6 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -723,7 +723,7 @@ OPENSTACK_VM_NAME="server-osm" OPENSTACK_PYTHON_VENV="$HOME/.virtual-envs/osm" INSTALL_ONLY="" TO_REBUILD="" -INSTALL_DOCKER="y" +INSTALL_DOCKER="" INSTALL_JUJU="" INSTALL_NOHOSTCLIENT="" INSTALL_CACHELXDIMAGES=""