Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml Change-Id: I9ffdb336c39fcc82371ef795471c09479ee12d9a
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
name: manila-generic
|
|
summary: A generic backend configuration charm for manila.
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
The Manila share file system service provides a set of services for management
|
|
of shared file systems in a multi-tenant cloud environment. The service
|
|
resembles OpenStack block-based storage management from the OpenStack Block
|
|
Storage service project. With the Shared File Systems service, you can create
|
|
a remote file system, mount the file system on your instances, and then read
|
|
and write data from your instances to and from your file system.
|
|
|
|
The manila-generic plugin (using the manila-plugin relation) provides the
|
|
configuration information to the manila charm to configure the Manila
|
|
instance such that it can use the generic driver appropriately.
|
|
docs: https://discourse.charmhub.io/t/manila-generic-docs-index/11094
|
|
tags:
|
|
- openstack
|
|
subordinate: true
|
|
provides:
|
|
manila-plugin:
|
|
interface: manila-plugin
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|