commit | 286515dc250dda000523d2009e70bfa8ec70bae8 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Fri Oct 06 13:19:55 2017 +0000 |
committer | Gerrit Code Review <gerrit2@6a1f56eca807> | Fri Oct 06 13:19:55 2017 +0000 |
tree | 1d6daf33aaf87a35ee5a21c15324d6ed1516388c | |
parent | 0566454f281519d3c33594a09f1ae56b02480c81 [diff] | |
parent | 8c380039921b6c107e493caec93728d52cee3353 [diff] |
Merge "adding Ceph connect"
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