From: garciadeblas Date: Wed, 18 Dec 2019 10:10:45 +0000 (+0100) Subject: full_install_osm.sh: parse K8s manifest files only when tag different than 7 X-Git-Tag: v7.0.1rc2~1^2~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F8423%2F1;p=osm%2Fdevops.git full_install_osm.sh: parse K8s manifest files only when tag different than 7 Change-Id: I121978b6151659c51f4bb56afb4a1719c105ddb7 Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 42df6e17..6e226cc8 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1303,7 +1303,7 @@ function install_lightweight() { remove_k8s_namespace $OSM_STACK_NAME deploy_cni_provider kube_secrets - [ ! $OSM_DOCKER_TAG == "latest" ] && parse_yaml $OSM_DOCKER_TAG + [ ! $OSM_DOCKER_TAG == "7" ] && parse_yaml $OSM_DOCKER_TAG namespace_vol deploy_osm_services track deploy_osm_services_k8s