
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: I0a38c624cc501b22c19ec69f4e50d6fbf5f3a24b
31 lines
726 B
YAML
31 lines
726 B
YAML
name: cinder-ceph
|
|
summary: Ceph integration for OpenStack Block Storage
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Cinder is the block storage service for the Openstack project.
|
|
.
|
|
This charm provides a Ceph storage backend for Cinder
|
|
docs: https://discourse.charmhub.io/t/cinder-ceph-docs-index/10999
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- file-servers
|
|
- misc
|
|
series:
|
|
- jammy
|
|
subordinate: true
|
|
provides:
|
|
storage-backend:
|
|
interface: cinder-backend
|
|
scope: container
|
|
ceph-access:
|
|
interface: cinder-ceph-key
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
ceph:
|
|
interface: ceph-client
|
|
ceph-replication-device:
|
|
interface: ceph-client
|