ibm-openbmc / dev

Product Development Project Mgmt and Tracking
16 stars 2 forks source link

eBMC LED Management :: Implement LocationIndicatorActive Property for PCie slot LEDs #2088

Open vishwabmc opened 4 years ago

vishwabmc commented 4 years ago

Implement LocationIndicatorActive for PCIe slot LED.

Example: https://gerrit.openbmc-project.xyz/#/c/openbmc/bmcweb/+/36886/

File: https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/pcie.hpp


So, what will this do :

1/. Get the corresponding Inventory for this resource 2/. See if there is any Association by name "indicator_led_group". 3/. If so, read the Asserted property: ( GET ) Example: busctl get xyz.openbmc_project.LED.GroupManager <Data from step-2> xyz.openbmc_project.Led.Group Asserted 4/. for PATCH, set to true or false depending on the input

mzipse commented 3 years ago

refresh

vishwabmc commented 3 years ago

there is no base support for representing PCIESlot schema in bmcweb code.. Need that to be implemented as a first thing.

vishwabmc commented 3 years ago

Opened #2806 to get the PcieSlot schema implemented as a first thing

ChicagoDuan commented 3 years ago

ref: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/42216

gtmills commented 11 months ago

Not in yet