~corey.bryant/charms/trusty/ceph-radosgw/ch-sync

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: ceph-radosgw
summary: Highly scalable distributed storage - RADOS HTTP Gateway
maintainer: James Page <james.page@ubuntu.com>
description: |
 Ceph is a distributed storage and network file system designed to provide
 excellent performance, reliability, and scalability.
 .
 This charm provides the RADOS HTTP gateway supporting S3 and Swift protocols
 for object storage.
categories:
  - misc
requires:
  mon:
    interface: ceph-radosgw
  identity-service:
    interface: keystone
  ha:
    interface: hacluster
    scope: container
provides:
  gateway:
    interface: http
peers:
  cluster:
    interface: swift-ha