Ceph Proxy
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 77 | 19 Nov 2024 | |
latest/edge | 74 | 08 May 2024 | |
latest/edge | 67 | 23 Jun 2023 | |
latest/edge | 61 | 15 Aug 2022 | |
quincy/stable | 72 | 14 Sep 2023 | |
quincy/stable | 60 | 05 May 2022 | |
squid/candidate | 77 | 19 Nov 2024 | |
squid/candidate | 74 | 08 May 2024 | |
reef/stable | 73 | 01 Dec 2023 | |
reef/candidate | 73 | 06 Nov 2023 | |
pacific/stable | 57 | 05 Aug 2022 | |
octopus/stable | 55 | 23 Jan 2023 | |
nautilus/edge | 46 | 04 Mar 2022 | |
nautilus/edge | 56 | 25 Feb 2022 | |
mimic/edge | 46 | 04 Mar 2022 | |
mimic/edge | 56 | 25 Feb 2022 | |
luminous/edge | 46 | 04 Mar 2022 | |
luminous/edge | 53 | 24 Feb 2022 |
juju deploy ceph-proxy --channel quincy/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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
Default: antelope
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.