8ba9c98995
Add the 'docs' key and point it at a Discourse topic
previously populated with the charm's README contents.
When the new charm revision is released to the Charmhub,
this Discourse-based content will be displayed there. In
the absense of the this new key, the Charmhub's default
behaviour is to display the value of the charm's
'description' key.
Change-Id: I0fb5e14bd2e58d4abdcce6e230d5c4c1a1d00af7
(cherry picked from commit af700cf326
)
56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
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:
|
|
- focal
|
|
- jammy
|
|
- kinetic
|
|
- lunar
|
|
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.
|
|
docs: https://discourse.charmhub.io/t/ceph-osd-docs-index/10545
|
|
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-
|
|
cache-devices:
|
|
type: block
|
|
multiple:
|
|
range: 0-
|
|
minimum-size: 10G
|