b69381edef
Ensure that EOL releases are removed from metadata and tests, and that the current dev release is enabled in metadata. Dev release tests are enabled separately because of chickens and eggs. Change-Id: I0ebcde2ca99a10a005a6448bca9be7ba40974fd0
41 lines
862 B
YAML
41 lines
862 B
YAML
name: ceph-radosgw
|
|
summary: Highly scalable distributed storage - RADOS HTTP Gateway
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.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.
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- file-servers
|
|
- misc
|
|
series:
|
|
- xenial
|
|
- bionic
|
|
- cosmic
|
|
- trusty
|
|
extra-bindings:
|
|
public:
|
|
admin:
|
|
internal:
|
|
requires:
|
|
mon:
|
|
interface: ceph-radosgw
|
|
identity-service:
|
|
interface: keystone
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
gateway:
|
|
interface: http
|
|
peers:
|
|
cluster:
|
|
interface: swift-ha
|