]> 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 09:09:20 +0000 (10:09 +0100)
commitcd8eab99fade8891f30314c5207db4eb9066a24d
treedaed8041fdfae56882cb74ab7604d3c55fc2c42e
parent5a846949239cd6c5d2e9ed7ca5a0937da090953c
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