1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
name: storage
summary: Storage subordinate charm to help you persist data.
description: |
Generic storage charm subordinate. Intended to aid in making charms
easier to interface with external storage solutions without having
to speak and understand each type. Presents a single mount point on
the unit, and communicates that back to your service through the data
relation.
maintainer: David Britton <davidpbritton@gmail.com>
subordinate: true
categories:
- file-servers
requires:
data:
interface: block-storage
scope: container
nfs:
interface: mount
block-storage:
interface: volume-request
|