Tribaal Swift Storage

  • By Chris Glass
Channel Revision Published Runs on
latest/stable 1 19 Mar 2021
Ubuntu 14.04
latest/edge 1 19 Mar 2021
Ubuntu 14.04
juju deploy tribaal-swift-storage
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • account-server-port | int

    Default: 6002

    Listening port of the swift-account-server.

  • block-device | string

    Default: sdb

    Device to be used to back Swift storage. May be any valid block device or a path and size to a local file (/path/to/file.img|$sizeG), which will be created and used as a loopback device (for testing only). Multiple devices may be specified as a space-separated list of devices. If set to "guess", the charm will attempt to format and mount all extra block devices (this is currently experimental and potentially dangerous).

  • container-server-port | int

    Default: 6001

    Listening port of the swift-container-server.

  • object-server-port | int

    Default: 6000

    Listening port of the swift-object-server.

  • openstack-origin | string

    Default: distro

    Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Cloud Archive release pocket. . Supported Cloud Archive sources include: cloud:precise-folsom, cloud:precise-folsom/updates, cloud:precise-folsom/staging, cloud:precise-folsom/proposed. . Note that updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade.

  • overwrite | string

    Default: false

    If true, charm will attempt to unmount and overwrite existing and in-use block-devices (WARNING).

  • zone | int

    Default: 1

    Swift storage zone to request membership. Relevant only when the swift-proxy charm has been configured for manual zone assignment (the default). This should be changed for every service unit.