From: garciadeblas Date: Wed, 8 Jul 2020 14:13:40 +0000 (+0000) Subject: full_install_osm.sh: fix k8s installation, node must be tainted before juju_addk8s... X-Git-Tag: release-v9.0-start~72 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bfe419af3611107c6b330c0249a6ea365f1aec1b;p=osm%2Fdevops.git full_install_osm.sh: fix k8s installation, node must be tainted before juju_addk8s and install_helm Change-Id: I1c14736ad832f184f7a8f4f9bfa389705511c558 Signed-off-by: garciadeblas (cherry picked from commit ac5bd33c65d4a8a108efd788022d1ef2a994945b) --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index fcb7ec1c..e1c91756 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1184,6 +1184,12 @@ EOF deploy_osm_pla_service fi track deploy_osm_services_k8s + install_k8s_storageclass + track k8s_storageclass + juju_addk8s + track juju_addk8s + install_helm + track install_helm if [ -n "$INSTALL_K8S_MONITOR" ]; then # install OSM MONITORING install_k8s_monitoring