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
Branches
Tags
No related merge requests found
......@@ -628,14 +628,14 @@ Void waitForDeletion(String bezeichner) {
}
}
Void waitForOzgCloudStackRollout(String ozgCloudBezeichner) {
Void waitForOzgCloudStackRollout(ozgCloudBezeichner) {
for(bezeichner in ozgCloudBezeichner) {
waitForAlfaRollout(bezeichner)
}
}
Void waitForAdminRollout(String bezeichner) {
waitForHealthyApplication(bezeichner, 'application')
waitForOzgCloudStackRollout(bezeichner)
waitForHealthyApplication(bezeichner, 'administration')
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