commit | a77caa9b4af91b3c33dd57f6285db17618d64f5b | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Fri Aug 25 18:19:52 2017 +0200 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Fri Aug 25 18:19:52 2017 +0200 |
tree | f0394a2302d8764c6b68003b6866328d15a208a8 | |
parent | 58f65afa44152140621a96ade7bd80a3e36b81ba [diff] |
install ceph rgw Change-Id: Ie036ca5ab28f5ab246000aca0f7b8b905174b32c
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index 827abbc..23c2e55 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -247,6 +247,10 @@ stage('Install Ceph OSDs') { orchestrate.installCephOsd(saltMaster) } + + if (salt.testTarget(master, 'I@ceph:radosgw')) { + orchestrate.installCephRadosgw(saltMaster) + } } // install k8s