]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: add per-module CLICommand instances to remaining modules
authorSamuel Just <sjust@redhat.com>
Wed, 26 Nov 2025 22:51:54 +0000 (22:51 +0000)
committerSamuel Just <sjust@redhat.com>
Tue, 2 Dec 2025 01:09:27 +0000 (01:09 +0000)
commit9daaea2fdd35dc8967d6ad618561eb6a66fa9991
tree92a46b58d0546f0362a6db461da1aa66e6cb161c
parent82328544b8a8dc13f93cf2a29787c1dbc0fa52e5
pybind/mgr: add per-module CLICommand instances to remaining modules

Signed-off-by: Samuel Just <sjust@redhat.com>
65 files changed:
src/pybind/mgr/alerts/cli.py [new file with mode: 0644]
src/pybind/mgr/alerts/module.py
src/pybind/mgr/balancer/cli.py [new file with mode: 0644]
src/pybind/mgr/balancer/module.py
src/pybind/mgr/cephadm/cli.py
src/pybind/mgr/cli_api/cli.py [new file with mode: 0644]
src/pybind/mgr/cli_api/module.py
src/pybind/mgr/crash/cli.py [new file with mode: 0644]
src/pybind/mgr/crash/module.py
src/pybind/mgr/devicehealth/cli.py [new file with mode: 0644]
src/pybind/mgr/devicehealth/module.py
src/pybind/mgr/diskprediction_local/cli.py [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/module.py
src/pybind/mgr/feedback/cli.py [new file with mode: 0644]
src/pybind/mgr/feedback/module.py
src/pybind/mgr/hello/cli.py [new file with mode: 0644]
src/pybind/mgr/hello/module.py
src/pybind/mgr/influx/cli.py [new file with mode: 0644]
src/pybind/mgr/influx/module.py
src/pybind/mgr/insights/cli.py [new file with mode: 0644]
src/pybind/mgr/insights/module.py
src/pybind/mgr/iostat/cli.py [new file with mode: 0644]
src/pybind/mgr/iostat/module.py
src/pybind/mgr/k8sevents/cli.py [new file with mode: 0644]
src/pybind/mgr/k8sevents/module.py
src/pybind/mgr/localpool/cli.py [new file with mode: 0644]
src/pybind/mgr/localpool/module.py
src/pybind/mgr/mds_autoscaler/cli.py [new file with mode: 0644]
src/pybind/mgr/mds_autoscaler/module.py
src/pybind/mgr/mirroring/cli.py [new file with mode: 0644]
src/pybind/mgr/mirroring/module.py
src/pybind/mgr/nfs/cli.py [new file with mode: 0644]
src/pybind/mgr/nfs/module.py
src/pybind/mgr/osd_perf_query/cli.py [new file with mode: 0644]
src/pybind/mgr/osd_perf_query/module.py
src/pybind/mgr/osd_support/cli.py [new file with mode: 0644]
src/pybind/mgr/osd_support/module.py
src/pybind/mgr/pg_autoscaler/cli.py [new file with mode: 0644]
src/pybind/mgr/pg_autoscaler/module.py
src/pybind/mgr/progress/cli.py [new file with mode: 0644]
src/pybind/mgr/progress/module.py
src/pybind/mgr/prometheus/cli.py [new file with mode: 0644]
src/pybind/mgr/prometheus/module.py
src/pybind/mgr/rbd_support/cli.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/module.py
src/pybind/mgr/rgw/cli.py [new file with mode: 0644]
src/pybind/mgr/rgw/module.py
src/pybind/mgr/rook/cli.py [new file with mode: 0644]
src/pybind/mgr/rook/module.py
src/pybind/mgr/selftest/cli.py [new file with mode: 0644]
src/pybind/mgr/selftest/module.py
src/pybind/mgr/snap_schedule/cli.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/module.py
src/pybind/mgr/stats/cli.py [new file with mode: 0644]
src/pybind/mgr/stats/module.py
src/pybind/mgr/status/cli.py [new file with mode: 0644]
src/pybind/mgr/status/module.py
src/pybind/mgr/telegraf/cli.py [new file with mode: 0644]
src/pybind/mgr/telegraf/module.py
src/pybind/mgr/telemetry/cli.py [new file with mode: 0644]
src/pybind/mgr/telemetry/module.py
src/pybind/mgr/test_orchestrator/cli.py [new file with mode: 0644]
src/pybind/mgr/test_orchestrator/module.py
src/pybind/mgr/volumes/cli.py [new file with mode: 0644]
src/pybind/mgr/volumes/module.py