52fb257d66
Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests Change-Id: Ic3b8525f6df049d68d959151fd5345cb55db6607
26 lines
587 B
YAML
26 lines
587 B
YAML
name: ceph-nfs
|
|
summary: Gateway for provisioning NFS shares backed by ceph.
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
The NFS gateway is provided by NFS-Ganesha and provides NFS shares
|
|
that are backed by CephFS.
|
|
docs: https://discourse.charmhub.io/t/ceph-nfs-docs-index/11224
|
|
tags:
|
|
- storage
|
|
- misc
|
|
series:
|
|
- noble
|
|
subordinate: false
|
|
min-juju-version: 2.7.6
|
|
extra-bindings:
|
|
public:
|
|
requires:
|
|
ceph-client:
|
|
interface: ceph-client
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: ceph-nfs-peer
|