diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-15 03:36:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-15 03:36:28 +0000 |
commit | 666af8ba41e0470211f921898e97ba092a8a1800 (patch) | |
tree | 4adf21b62f80d9190f232cd31e3dcad188ef9c61 | |
parent | 681fdb50e06158d38f53cb281b1a3042fe3de929 (diff) | |
parent | fa29c83b518c3e3c8fbbd32daff498da2a3677ab (diff) |
Merge "Add Ceph RGW to capabilities map"
-rw-r--r-- | capabilities-map.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/capabilities-map.yaml b/capabilities-map.yaml index dd85b9d7..cc22ff92 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -472,6 +472,16 @@ topics: description: requires: - environments/puppet-ceph.yaml + - title: Ceph Rados Gateway + description: > + Deploys CephRGW via TripleO, transparently replaces Swift providing a compatible API + which stores data in the Ceph cluster. + environments: + - file: environments/ceph-radosgw.yaml + title: Deploys CephRGW + description: + requires: + - environments/puppet-ceph.yaml - title: Manila with CephFS description: > Deploys Manila and configures it with the CephFS driver. This requires the deployment of |