charm-ceph-osd/metadata.yaml
Alex Kavanagh 8b0b24d6c6 Updates for 20.08 cycle start for groovy and libs
- Adds groovy to the series in the metadata
- Classic charms: sync charm-helpers.
- Classic ceph based charms:  also sync charms.ceph
- Reactive charms: trigger a rebuild

Change-Id: I56a59d0c4e72a35b7c4ac5d989e0d005fae20946
2020-06-02 14:28:22 +01:00

52 lines
1003 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
- eoan
- focal
- trusty
- groovy
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-