[COMMON] Prioritize the deployment of wrappers 41/136041/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Tue, 26 Sep 2023 14:33:01 +0000 (16:33 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Tue, 26 Sep 2023 14:35:10 +0000 (16:35 +0200)
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 <andreas-geissler@telekom.de>
kubernetes/helm/plugins/deploy/deploy.sh

index 9d7ffd7..3b16bf3 100755 (executable)
@@ -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