c16a895d4c
Add support for the nrpe subordinate. Check definitions are past from this charm to the nrpe charm Change-Id: Icfeddc6ccbec2869a6f0880b4be0f67289d3b745 Closes-Bug: 1557611
32 lines
763 B
YAML
32 lines
763 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
|
|
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
|