github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/dummy-storage/metadata.yaml (about)

     1  name: dummy-storage
     2  maintainer:
     3    - Christopher Lee <chris.lee@canonical.com>
     4    - Burton Swan <burton.swan@canonical.com>
     5  summary: Dummy charm that utilises storage.
     6  description: This dummy-storage charm is used for testing persistent storage.
     7  categories:
     8    - misc
     9  series:
    10    - trusty
    11    - xenial
    12    - artful
    13    - bionic
    14  storage:
    15    single-fs:
    16      type: filesystem
    17      description: Single instance storage of filesystem type.
    18      minimum-size: 10M
    19      location: /srv/single-fs
    20      multiple:
    21        range: 0-1
    22    multi-fs:
    23      type: filesystem
    24      description: Multiple storage instances of filesystem type.
    25      minimum-size: 10M
    26      location: /srv/multi-fs
    27      multiple:
    28        range: 0-2
    29    single-blk:
    30      type: block
    31      description: Single instance storage of block type.
    32      minimum-size: 10M
    33      multiple:
    34        range: 0-1
    35    multi-blk:
    36      type: block
    37      description: Multiple storage instances of block type.
    38      minimum-size: 10M
    39      multiple:
    40        range: 0-2