]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: move the output formatting logic to orchestrator
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 6 Dec 2023 14:25:28 +0000 (14:25 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 25 Jan 2024 15:07:21 +0000 (15:07 +0000)
commitf262579ef0cdebb4bed1b149f11a2db163488707
tree7db2fdfd9709fca356b3ed6adb5a5ef75c62bf29
parente45cf32511750911bc485f901b0d4894fdb3f95b
node-proxy: move the output formatting logic to orchestrator

Implementing this in the cephadm module doesn't follow the general idea
of the orchestrator interface. This is where the output formatting should
be done so let's move the logic to the orchestrator module.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py