d45860ca9e
Bionic, being the next LTS, is important to enable for dev and test as early as possible ahead of 18.02. Zesty goes EOL in Jan 2018. The next stable charms release (18.02) will not provide Zesty series support, as it was an interim (non-LTS) release. Change-Id: I5585cb843ddf5d941c618829004bce3cf0bb1a82
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
|
|
- artful
|
|
- 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
|