add stages for ceph install
Change-Id: I0433105ecd7505e45aba558a7f546460cfb4c623
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index b8ac3b0..fc0a290 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -242,8 +242,13 @@
// install ceph
if (common.checkContains('STACK_INSTALL', 'ceph')) {
- orchestrate.installCephMon(saltMaster)
- orchestrate.installCephOsd(saltMaster)
+ stage('Install Ceph MONs') {
+ orchestrate.installCephMon(saltMaster)
+ }
+
+ stage('Install Ceph OSDs') {
+ orchestrate.installCephOsd(saltMaster)
+ }
}
// install k8s