* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Depends-On: https://review.opendev.org/c/openstack/charm-manila/+/858765 Change-Id: I4cae0a313230a8617beac36a2dbfe0c019c5e0de
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
name: manila
|
|
summary: A REST API for folder shares
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Shared File Systems 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.
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- jammy
|
|
- kinetic
|
|
subordinate: false
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq
|
|
identity-service:
|
|
interface: keystone
|
|
neutron-plugin:
|
|
interface: neutron-plugin
|
|
scope: container
|
|
manila-plugin:
|
|
interface: manila-plugin
|
|
scope: container
|
|
remote-manila-plugin:
|
|
interface: manila-plugin
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|