Stub Storage

  • By Stuart Bishop
Channel Revision Published Runs on
latest/stable 3 19 Mar 2021
Ubuntu 16.04 Ubuntu 14.04
latest/edge 0 19 Mar 2021
Ubuntu 14.04
juju deploy stub-storage
Show information

Platform:

Ubuntu
16.04 14.04

Learn about configurations >

  • provider | string

    Default: local

    The backend storage provider. Will be mounted at root, and can be one of, local, block-storage-broker or nfs. If you set to block-storage-broker, you should provide a suitable value for volume_size.

  • root | string

    Default: /srv/data

    The root path where external directories will be mounted.

  • volume_map | string

    YAML map as e.g. "{postgres/0: vol-0000010, postgres/1: vol-0000016}". A service unit to specific block storage volume-id that should be attached to each unit. This requires that provider is set to block-storage-broker and that volume-ids specified match a listing from nova volume-list. If a related unit does not have a volume-id specified, a new volume of volume_size will be created for that unit.

  • volume_size | int

    Default: 5

    The volume size in GB to request from the block-storage-broker.