002bfbc7a0
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: Icb647aa0a11dd94c8397c5d371e5dfbc8a282294
29 lines
940 B
YAML
29 lines
940 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
|
|
subordinate: true
|
|
provides:
|
|
manila-plugin:
|
|
interface: manila-plugin
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|