Landscape Ceph Radosgw Next

Channel Revision Published Runs on
latest/stable 22 19 Mar 2021
Ubuntu 14.04
latest/edge 22 19 Mar 2021
Ubuntu 14.04
juju deploy landscape-ceph-radosgw-next
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • cache-size | int

    Default: 500

    Number of keystone tokens to hold in local cache.

  • ha-bindiface | string

    Default: eth0

    Default network interface on which HA cluster will bind to communication with the other members of the HA Cluster.

  • ha-mcastport | int

    Default: 5414

    Default multicast port number that will be used to communicate between HA Cluster nodes.

  • key | string

    Key ID to import to the apt keyring to support use with arbitary source configuration from outside of Launchpad archives or PPA's.

  • operator-roles | string

    Default: Member,Admin

    Comma-separated list of Swift operator roles; used when integrating with OpenStack Keystone.

  • os-public-hostname | string

    The hostname or address of the public endpoints created for ceph-radosgw in the keystone identity provider. This value will be used for public endpoints. For example, an os-public-hostname set to 'files.example.com' with will create the following public endpoint for the ceph-radosgw: https://files.example.com:80/swift/v1

  • region | string

    Default: RegionOne

    OpenStack region that the RADOS gateway supports; used when integrating with OpenStack Keystone.

  • revocation-check-interval | int

    Default: 600

    Interval between revocation checks to keystone.

  • source | string

    Optional configuration to support use of additional sources such as: - ppa:myteam/ppa - cloud:trusty-proposed/kilo - http://my.archive.com/ubuntu main The last option should be used in conjunction with the key configuration option. Note that a minimum ceph version of 0.48.2 is required for use with this charm which is NOT provided by the packages in the main Ubuntu archive for precise but is provided in the Ubuntu cloud archive.

  • use-ceph-optimised-packages | boolean

    By default apache2 and libapache2-mod-fastcgi will be installed from the Ubuntu archives. This option allows for an alternate ceph.com install source which contains patched versions with added support for HTTP 100-continue. See the following page for more info: http://ceph.com/docs/dumpling/radosgw/manual-install/#continue-support

  • use-embedded-webserver | boolean

    Newer versions of the Ceph RADOS Gateway support use of an embedded web container instead of Apache + mod-fastcgi, avoiding some of the nuances of using the stock mod-fastcgi packages from Ubuntu. Enable this option to disable use of Apache and enable the embedded web container feature.

  • use-syslog | boolean

    If set to True, supporting services will log to syslog.

  • vip | string

    Virtual IP(s) to use to front API services in HA configuration. If multiple networks are being used, a VIP should be provided for each network, separated by spaces.