From 52eb2e7eadcb8145c22be0028ee5fba51c9d5e43 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 23 Jan 2024 09:41:39 +0000 Subject: [PATCH] node-proxy: collect `LocationIndicatorActive` property (storage) This makes node-proxy collect the `LocationIndicatorActive` property for storage component. This can be needed for the Blinkenlight feature. Signed-off-by: Guillaume Abrioux (cherry picked from commit d4cfc5a96c9e6d04dedb21e7788325d7b00c533a) --- src/ceph-node-proxy/ceph_node_proxy/redfishdellsystem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ceph-node-proxy/ceph_node_proxy/redfishdellsystem.py b/src/ceph-node-proxy/ceph_node_proxy/redfishdellsystem.py index 0424bb38bd1..83b73657b1a 100644 --- a/src/ceph-node-proxy/ceph_node_proxy/redfishdellsystem.py +++ b/src/ceph-node-proxy/ceph_node_proxy/redfishdellsystem.py @@ -95,6 +95,7 @@ class RedfishDellSystem(BaseRedfishSystem): fields = ['Description', 'CapacityBytes', 'Model', 'Protocol', + 'LocationIndicatorActive', 'SerialNumber', 'Status', 'PhysicalLocation'] entities = self.get_members(data=self._system['Systems'], -- 2.39.5