]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add NodeProxyCache class
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 6 Oct 2023 11:10:39 +0000 (11:10 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 25 Jan 2024 14:59:35 +0000 (14:59 +0000)
commit9f3fd4c60ff47bc655e39d6a8599e085843ac6bb
tree81a398dff05100a954fdf515269aba51c165f3f1
parentdd3da4ebf0296d9e589fc26246a81bef85a9bed5
mgr/cephadm: add NodeProxyCache class

This is for tracking and caching any node-proxy data.
The node-proxy API now uses this class to serve its data.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit a48c34ef0034de335c1ec5d599272fc9d958a506)
src/pybind/mgr/cephadm/agent.py
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py