Rewrite ceph pipelines for adding and removing nodes
Change-Id: I6d60b01c823d818c2dad9a9883ceaf60f4e2f785
Related-Prod: PROD-35582
diff --git a/update-ceph.groovy b/update-ceph.groovy
index dbb45d5..6cef0b3 100644
--- a/update-ceph.groovy
+++ b/update-ceph.groovy
@@ -89,7 +89,7 @@
for (i in osd_ids) {
salt.runSaltProcessStep(pepperEnv, tgt, 'service.restart', ['ceph-osd@' + i.replaceAll('osd.', '')], null, true)
// wait for healthy cluster
- ceph.waitForHealthy(pepperEnv, tgt, flags, 0, 100)
+ ceph.waitForHealthy(pepperEnv, tgt, flags, 100)
}
if (runHighState) {