]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: handle nested Redfish paths for components
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 3 Feb 2026 12:22:03 +0000 (13:22 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 5 Feb 2026 16:40:11 +0000 (17:40 +0100)
commit4ffb29a291a84857e9c7769524188543cb718774
tree76d7bb2c5d03ec95033ea136e7a43f5a454f5fe7
parent366d709e0fa8beb33b74ff749af68c0994251b74
node-proxy: handle nested Redfish paths for components

Add a _resolve_path() helper to support components whose data
lives under nested Redfish paths when assembling component data.

For instance, power is exposed at 'PowerSubsystem/PowerSupplies'

Fixes: https://tracker.ceph.com/issues/74749
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-node-proxy/ceph_node_proxy/atollon.py
src/ceph-node-proxy/ceph_node_proxy/baseredfishsystem.py
src/ceph-node-proxy/ceph_node_proxy/redfish.py