charm-ceph-osd/metadata.yaml
Samuel Allan b15973407a Add victoria to the UCA codename map
According to https://docs.openstack.org/charm-guide/latest/project/charm-delivery.html#tracks-for-the-openstack-charms-project
octopus is the supported release for OpenStack victoria,
so victoria must be included in the UCA codename map.

Otherwise the charm cannot determine correctly what action
should be taken after upgrading the `source` to victoria.

Closes-Bug: 2071875
Change-Id: Ia756c1df0f9d4b98bbb89586eda0534bcc28b041
2024-07-30 18:17:27 -03:00

48 lines
969 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:
- bionic
- focal
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-