commit | 8c380039921b6c107e493caec93728d52cee3353 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Fri Oct 06 13:36:03 2017 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Fri Oct 06 13:36:12 2017 +0200 |
tree | 0e8529ee505e3f5dd2d6e46a85734a39820d7746 | |
parent | 1717cbb4308d4b0c8ae590867ed1d7f9c845eea4 [diff] |
adding Ceph connect Change-Id: Id05683a410e448ad9706176ac056578f0ee2b405
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index 99cbe23..ce9e690 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -280,6 +280,10 @@ stage('Install Ceph clients') { orchestrate.installCephClient(saltMaster) } + + stage('Connect Ceph') { + orchestrate.connectCeph(saltMaster) + } } // install k8s