diff options
author | Giulio Fidente <gfidente@redhat.com> | 2017-02-14 11:56:29 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2017-02-14 11:56:29 +0100 |
commit | fa29c83b518c3e3c8fbbd32daff498da2a3677ab (patch) | |
tree | 9c4a5210969606d414e08f5edc5110a5233219bb | |
parent | 5339b918b1a4eb7a45b3ffd39ac6246062b39de9 (diff) |
Add Ceph RGW to capabilities map
This will provide an option in the UI to deploy Ceph RGW as a
replacement for Swift.
Change-Id: If2281edce49d2981f891c95ebb507e3a4b9e438e
-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 9ae772eb..59e58833 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -466,6 +466,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 |