067f4aea69
* sync charm-helpers to classic charms * change openstack-origin/source default to antelope * align testing with antelope * add new antelope bundles * add antelope bundles to tests.yaml * add antelope tests to osci.yaml and .zuul.yaml * update build-on and run-on bases Change-Id: I4645af85c618f3da2a9a8b4030e48ce25233a560
31 lines
962 B
YAML
31 lines
962 B
YAML
name: manila-netapp
|
|
summary: NetApp ONTAP backend configuration 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.
|
|
|
|
This charm configures a Manila backend using the NetApp Clustered Data
|
|
ONTAP driver.
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- file-servers
|
|
series:
|
|
- jammy
|
|
- kinetic
|
|
- lunar
|
|
subordinate: true
|
|
provides:
|
|
manila-plugin:
|
|
interface: manila-plugin
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|