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 #1

Updated by Volker Theile over 5 years ago

  • Related to Feature #36735: mgr/dashboard: Add support for enabling and configuring the disk prediction module added
Actions #2

Updated by Volker Theile over 5 years ago

  • Related to Feature #36291: mgr/dashboard: Add support for enabling and configuring the balancer added
Actions #3

Updated by Volker Theile over 5 years ago

  • Related to Feature #36237: mgr/dashboard: Add support for managing Ceph Mgr modules added
Actions #4

Updated by Volker Theile about 5 years ago

  • Assignee set to Volker Theile
Actions #5

Updated by Volker Theile about 5 years ago

  • Description updated (diff)
Actions #6

Updated by Volker Theile about 5 years ago

  • Description updated (diff)
Actions #7

Updated by Lenz Grimmer about 5 years ago

  • Related to Feature #37722: mgr: Allow modules to get/set other module options added
Actions #8

Updated by Lenz Grimmer about 5 years ago

  • Status changed from New to Fix Under Review
  • Target version set to v14.0.0
  • Pull request ID set to 26116
Actions #9

Updated by Volker Theile about 5 years ago

  • Status changed from Fix Under Review to Resolved
Actions #10

Updated by Ricardo Marques almost 5 years ago

  • Has duplicate Feature #35809: mgr/dashboard: Configure Grafana settings through UI added
Actions #11

Updated by Ernesto Puerta about 4 years ago

  • Related to Feature #44351: mgr: expose Module COMMANDs and metadata in MgrMap::ModuleInfo.module_options added
Actions #12

Updated by Ernesto Puerta about 3 years ago

  • Project changed from mgr to Dashboard
  • Category changed from 132 to General
Actions

Also available in: Atom PDF