add ceph to cloud deploy pipeline
Change-Id: Ic290a17aea29f0cb6857bad9474b1c6754cffe68
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index d1faac2..3d70c42 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -239,6 +239,12 @@
}
}
+ // install ceph
+ if (common.checkContains('STACK_INSTALL', 'ceph')) {
+ orchestrate.installCephMon(saltMaster)
+ orchestrate.installCephOsd(saltMaster)
+ }
+
// install k8s
if (common.checkContains('STACK_INSTALL', 'k8s')) {