Ceph Dashboard

  • OpenStack Charmers
Channel Revision Published Runs on
latest/edge 62 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 21.10 Ubuntu 20.04
latest/edge 61 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 21.10 Ubuntu 20.04
latest/edge 60 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 21.10 Ubuntu 20.04
latest/edge 59 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 21.10 Ubuntu 20.04
latest/edge 54 03 Jun 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 21.10 Ubuntu 20.04
latest/edge 53 08 May 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 21.10 Ubuntu 20.04
latest/edge 33 30 Jun 2023
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 21.10 Ubuntu 20.04
latest/edge 8 08 Apr 2022
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 21.10 Ubuntu 20.04
quincy/stable 52 22 Mar 2024
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
squid/candidate 62 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
squid/candidate 61 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
squid/candidate 60 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
squid/candidate 59 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
squid/candidate 54 03 Jun 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
squid/candidate 53 08 May 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
reef/stable 51 26 Jun 2024
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
reef/candidate 51 04 Jan 2024
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
pacific/stable 19 23 Sep 2022
Ubuntu 20.04
octopus/stable 28 26 May 2023
Ubuntu 20.04
nautilus/edge 2 16 Mar 2022
Ubuntu 20.04
mimic/edge 2 16 Mar 2022
Ubuntu 20.04
luminous/edge 2 16 Mar 2022
Ubuntu 20.04
juju deploy ceph-dashboard --channel quincy/stable
Show information

Platform:

Ubuntu
24.04 23.10 23.04 22.10 22.04 21.10 20.04

Learn about configurations >

  • audit-api-enabled | boolean

    Log requests made to the dashboard REST API to the Ceph audit log.

  • audit-api-log-payload | boolean

    Default: True

    Include payload in Ceph audit logs. audit-api-enabled must be set to True to enable this.,

  • debug | boolean

    Control debug mode. It is recommended that debug be disabled in production deployments.

  • enable-password-policy | boolean

    Default: True

    Enable password policy

  • grafana-api-url | string

    URL of grafana api. The url must be using https.

  • motd | string

    Message of the day settings. Should be in the format "severity|expires|message". Set to "" to disable.

  • password-policy-check-complexity | boolean

    Default: True

    Check password meets a complexity score of password-policy-min-complexity. See https://docs.ceph.com/en/latest/mgr/dashboard/#password-policy

  • password-policy-check-exclusion-list | boolean

    Default: True

    Reject password if it contains a word from a forbidden list.

  • password-policy-check-length | boolean

    Default: True

    Reject password if it is shorter then password-policy-min-length

  • password-policy-check-oldpwd | boolean

    Default: True

    Reject password if it matches previous password.

  • password-policy-check-repetitive-chars | boolean

    Default: True

    Reject password if password contains consecutive repeating charachters.

  • password-policy-check-sequential-chars | boolean

    Default: True

    Reject password if it contains a sequence of sequential characters. e.g. a password containing '123' or 'efg' would be rejected.

  • password-policy-check-username | boolean

    Default: True

    Reject password if username is included in password.

  • password-policy-min-complexity | int

    Default: 10

    Set minimum password complexity score. See https://docs.ceph.com/en/latest/mgr/dashboard/#password-policy

  • password-policy-min-length | int

    Default: 8

    Set minimum password length.

  • public-hostname | string

    The hostname or address of the public endpoints created for the dashboard

  • saml-base-url | string

    The base URL from where the Ceph dashboard is accessed. Must support the SAML protocol.

  • saml-idp-entity-id | string

    Default: uid

    Unique ID to disambiguate when more than one entity id exists on the IdP metadata.

  • saml-idp-metadata | string

    URL that points to the IdP metadata XML. Can be remote or local.

  • saml-username-attribute | string

    The attribute that is used to get the username from the authentication response.

  • ssl_ca | string

    SSL CA to use with the certificate and key provided - this is only required if you are providing a privately signed ssl_cert and ssl_key.

  • ssl_cert | string

    SSL certificate to install and use for API ports. Setting this value and ssl_key will enable reverse proxying, point Neutron's entry in the Keystone catalog to use https, and override any certificate and key issued by Keystone (if it is configured to do so).

  • ssl_key | string

    SSL key to use with certificate specified as ssl_cert.