]> git.apps.os.sepia.ceph.com Git - ceph.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 16:01:04 +0000 (16:01 +0000)
commit3b3d0e4340af05047bb04360b1eb0ee7974e8672
tree536c20a01de0bbf0332610397ac5a7680f510009
parent4e8b112ea2b2b4e4fa1f617c59e059fde75c00eb
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>
(cherry picked from commit aa170850b8e7f63120169b89e39b21bee2c5287e)
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py