]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Wed, 18 Feb 2026 08:52:38 +0000 (09:52 +0100)
commit6e5b46c1f6490b46a370c66cae2db5d690e2e162
tree31b9d44e2596c4dcea7015a7cab7a4609037e288
parent64fc7e4daf0b680343c1eacb991618f47c9c77ba
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