Openstack Charmers Ceph Dashboard

  • By OpenStack Charmers
  • Cloud
Channel Revision Published Runs on
latest/stable 3 07 Dec 2021
Ubuntu 21.04 Ubuntu 20.10 Ubuntu 20.04
juju deploy openstack-charmers-ceph-dashboard
Show information

Platform:

Ubuntu
21.04 20.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

  • 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.