charm-ceph-osd/metadata.yaml
Ryan Beisner a38333b879 Update series metadata
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: I53e9ff1e1153d086b3eb6d80b2f320c6ae75e880
2018-07-11 14:03:27 -05:00

50 lines
999 B
YAML

name: ceph-osd
summary: Highly scalable distributed storage - Ceph OSD storage
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
provides:
nrpe-external-master:
interface: nrpe-external-master
scope: container
tags:
- openstack
- storage
- file-servers
- misc
series:
- xenial
- bionic
- cosmic
- trusty
description: |
Ceph is a distributed storage and network file system designed to provide
excellent performance, reliability, and scalability.
.
This charm provides the Ceph OSD personality for expanding storage capacity
within a ceph deployment.
extra-bindings:
public:
cluster:
requires:
mon:
interface: ceph-osd
secrets-storage:
interface: vault-kv
storage:
osd-devices:
type: block
multiple:
range: 0-
minimum-size: 1G
osd-journals:
type: block
multiple:
range: 0-
bluestore-db:
type: block
multiple:
range: 0-
bluestore-wal:
type: block
multiple:
range: 0-