Project

General

Profile

Actions

Feature #37934

closed

mgr/dashboard: Configure all mgr modules in UI

Added by Volker Theile over 5 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
General
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Add the ability to configure all existing mgr modules via UI. It is possible to get all module config options, e.g. via 'ceph mgr dump'. The output contains a list of available modules and their config options.

"available_modules": [
        "dashboard",
        "localpool",
        "prometheus",
        "restful",
        "status",
        "zabbix" 
    ]

and

"name": "telemetry",
            "can_run": true,
            "error_string": "",
            "module_options": {
                "contact": {
                    "name": "contact",
                    "type": "str",
                    "level": "advanced",
                    "flags": 0,
                    "default_value": "None",
                    "min": "",
                    "max": "",
                    "enum_allowed": [],
                    "desc": "",
                    "long_desc": "",
                    "tags": [],
                    "see_also": []
                },

With this information it is easily possible to implement everything generic to configure every available Ceph Mgr module.


Related issues 6 (2 open4 closed)

Related to Dashboard - Feature #36735: mgr/dashboard: Add support for enabling and configuring the disk prediction moduleResolved

Actions
Related to Dashboard - Feature #36291: mgr/dashboard: Add support for enabling and configuring the balancerIn Progress

Actions
Related to Dashboard - Feature #36237: mgr/dashboard: Add support for managing Ceph Mgr modulesResolved

Actions
Related to mgr - Feature #37722: mgr: Allow modules to get/set other module optionsResolvedVolker Theile12/20/2018

Actions
Related to Dashboard - Feature #44351: mgr: expose Module COMMANDs and metadata in MgrMap::ModuleInfo.module_optionsNew

Actions
Has duplicate Dashboard - Feature #35809: mgr/dashboard: Configure Grafana settings through UIDuplicate

Actions
Actions

Also available in: Atom PDF