From: Andreas Geissler Date: Tue, 26 Sep 2023 14:33:01 +0000 (+0200) Subject: [COMMON] Prioritize the deployment of wrappers X-Git-Tag: 13.0.0-DOC~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=533403925a6b60f4113c4d9e54cd99be36dc9cc5;hp=558b7f2176fe8a86e95b430ffcb32dcefb11d6b9;p=oom.git [COMMON] Prioritize the deployment of wrappers Install the roles-wrapper and repository-wrapper before all other ONAP components to speed up the installation and reduce timeout failures Issue-ID: OOM-3243 Change-Id: I712a324c521a137e6f19803f86c5b3b78cc42e4b Signed-off-by: Andreas Geissler --- diff --git a/kubernetes/helm/plugins/deploy/deploy.sh b/kubernetes/helm/plugins/deploy/deploy.sh index 9d7ffd7d06..3b16bf35d5 100755 --- a/kubernetes/helm/plugins/deploy/deploy.sh +++ b/kubernetes/helm/plugins/deploy/deploy.sh @@ -271,7 +271,7 @@ deploy() { #So cache the results to prevent repeated execution. ALL_HELM_RELEASES=$(helm ls -q) - for subchart in strimzi cassandra mariadb-galera postgres ; do + for subchart in strimzi roles-wrapper repository-wrapper cassandra mariadb-galera postgres ; do SUBCHART_OVERRIDES=$CACHE_SUBCHART_DIR/$subchart/subchart-overrides.yaml SUBCHART_ENABLED=0