Files
sunbeam-charms/charms/cinder-ceph-k8s/metadata.yaml
Liam Young ad6d7fd6bf Switch charm to Bobcat
Switch charm to Bobcat release. Microk8s 1.28 will be the default
for Bobcat. Also ensure images are being collected from
ghcr.io/canonical

Change-Id: Ie938f91cb11d0d630610c2b6df791f9bb0926eb4
2023-10-05 06:17:18 +00:00

52 lines
1.1 KiB
YAML

# Copyright 2021 Canonical Ltd
# See LICENSE file for licensing details.
name: cinder-ceph-k8s
summary: OpenStack volume service - Ceph backend
maintainer: Openstack Charmers <openstack-charmers@lists.ubuntu.com>
description: |
Cinder is the OpenStack project that provides volume management for
instances. This charm provides integration with Ceph storage
backends.
version: 3
bases:
- name: ubuntu
channel: 22.04/stable
assumes:
- k8s-api
- juju >= 3.1
tags:
- openstack
- storage
- misc
source: https://opendev.org/openstack/charm-cinder-ceph-k8s
issues: https://bugs.launchpad.net/charm-cinder-ceph-k8s
containers:
cinder-volume:
resource: cinder-volume-image
resources:
cinder-volume-image:
type: oci-image
description: OCI image for OpenStack Cinder Volume
upstream-source: ghcr.io/canonical/cinder-consolidated:2023.2
requires:
amqp:
interface: rabbitmq
ceph:
interface: ceph-client
database:
interface: mysql_client
limit: 1
provides:
ceph-access:
interface: cinder-ceph-key
storage-backend:
interface: cinder-backend
peers:
peers:
interface: cinder-peer