Ceph Dashboard

  • By OpenStack Charmers
Channel Revision Published Runs on
latest/edge 51 04 Jan 2024
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
quincy/stable 52 22 Mar 2024
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
squid/candidate 51 22 Apr 2024
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
reef/stable 49 01 Dec 2023
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
23.04 22.10 22.04 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.