Files
sunbeam-charms/charms/cinder-ceph-k8s/metadata.yaml
Hemanth Nakkina 5535cb5a9f [cinder-ceph-k8s] enable image volume cache
Add options in cinder-ceph to enable image volume
cache and set cache max size and max count.
Update cinder conf for cinder-volume service in
cinder-ceph-k8s.

Change-Id: I3847a0a313d1b94ea3be4ec77c3024c804289258
2024-05-08 09:32:49 +05:30

55 lines
1.2 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:2024.1
requires:
amqp:
interface: rabbitmq
ceph:
interface: ceph-client
database:
interface: mysql_client
limit: 1
identity-credentials:
interface: keystone-credentials
optional: true
provides:
ceph-access:
interface: cinder-ceph-key
storage-backend:
interface: cinder-backend
peers:
peers:
interface: cinder-peer