2ae1c68c7c
Adds necessary requirements, osci.yaml, charmcraft.yaml etc for migrationg to charmhub. Additionally, adds xena and yoga tests and updates the charm overlay for appropriate netapp values. local_overlay_enabled is set to True as it now defaults to False. Note that the actual functional tests are still disabled due to [1] 1 - https://bugs.launchpad.net/charm-manila-netapp/+bug/1922214 Change-Id: Ic9354434792ec1faa42406f4f3cf461a96cfc020
30 lines
950 B
YAML
30 lines
950 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:
|
|
- focal
|
|
- jammy
|
|
subordinate: true
|
|
provides:
|
|
manila-plugin:
|
|
interface: manila-plugin
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|