Skip to content
Snippets Groups Projects
Commit 8eb3a35c authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6450: fix: Wait for cluster deployment fixed

parent 084a7c09
No related branches found
No related tags found
No related merge requests found
...@@ -628,14 +628,14 @@ Void waitForDeletion(String bezeichner) { ...@@ -628,14 +628,14 @@ Void waitForDeletion(String bezeichner) {
} }
} }
Void waitForOzgCloudStackRollout(String ozgCloudBezeichner) { Void waitForOzgCloudStackRollout(ozgCloudBezeichner) {
for(bezeichner in ozgCloudBezeichner) { for(bezeichner in ozgCloudBezeichner) {
waitForAlfaRollout(bezeichner) waitForAlfaRollout(bezeichner)
} }
} }
Void waitForAdminRollout(String bezeichner) { Void waitForAdminRollout(String bezeichner) {
waitForHealthyApplication(bezeichner, 'application') waitForOzgCloudStackRollout(bezeichner)
waitForHealthyApplication(bezeichner, 'administration') waitForHealthyApplication(bezeichner, 'administration')
waitForHealthyApplication(bezeichner, 'admin-client') waitForHealthyApplication(bezeichner, 'admin-client')
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment