Pguimaraes Ceph Proxy

  • By Pedro Guimarães
  • Cloud
Channel Revision Published Runs on
latest/stable 0 19 Mar 2021
Ubuntu 19.10 Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
juju deploy pguimaraes-ceph-proxy
Show information

Platform:

Ubuntu
19.10 18.04 16.04 14.04

Learn about configurations >

  • admin-key | string

    Admin cephx key for existing Ceph cluster

  • admin-user | string

    Default: client.admin

    A configurable admin user name. Used for scenarios where pools are pre-created and the user given to charm-ceph-proxy simply needs to check the existence of a given pool and error out if one does not exist. Can be used in conjunction with user-keys.

  • auth-supported | string

    Default: cephx

    Which authentication flavour to use. . Valid options are "cephx" and "none". If "none" is specified, keys will still be created and deployed so that it can be enabled later.

  • fsid | string

    fsid of the ceph cluster. To generate a suitable value use `uuid` . This configuration element is mandatory and the service will fail on install if it is not provided.

  • key | string

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

  • loglevel | int

    Default: 1

    Mon and OSD debug level. Max is 20.

  • monitor-hosts | string

    Space-delimited list of existing monitor hosts, in the format {IP / Hostname}:{port} {IP / Hostname}:{port}

  • source | string

    Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Ubuntu Cloud Archive e.g. . cloud:<series>-<openstack-release> cloud:<series>-<openstack-release>/updates cloud:<series>-<openstack-release>/staging cloud:<series>-<openstack-release>/proposed . See https://wiki.ubuntu.com/OpenStack/CloudArchive for info on which cloud archives are available and supported. . NOTE: updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade unless action-managed-upgrade is set to True.

  • use-syslog | boolean

    Setting this to True will allow supporting services to log to syslog.

  • user-keys | string

    A space-separated list of <username>:<cephx-base64-key> pairs used to lookup authentication keys for a specific user instead of trying to create a user and a key via ceph-mon.