Cray-HPE / gru

A utility for reading and modifying BMCs (e.g. iLO, RMMC) using RedFish (gofish).
MIT License
6 stars 2 forks source link

Include HPE Oem extensions such as boot order and KMS in the bios subcommands #45

Open dev-zero opened 8 months ago

dev-zero commented 8 months ago
SUMMARY

ILO provides additional links in the bios type, such as boot order and KMS settings. It would be great if GRU would support printing them as well.

ISSUE TYPE
ADDITIONAL INFORMATION
dev-zero commented 8 months ago

Just checked again, Redfish was extended at some point to include boot information in /Systems/, as well as /Systems/N/BootOptions. Extending gru with a systems get might be a first step to get this information.