commit | a7a30551d928f5ae4099f3e74f9877eb77b2f010 | [log] [tgz] |
---|---|---|
author | Anirban Banerjee <anirbanb@meta.com> | Fri Dec 20 19:12:42 2024 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 07 11:15:03 2025 -0500 |
tree | 18bec1465c9b322d78e94e5ade31fb5d400cd7e1 | |
parent | 759c009165c4cdca2e4fcda9408be06d239c431f [diff] |
openbmc-build-scripts: add `libcurl` dependency to test redflish client On some system designs we need a "redfish client" to query metrics from an http(s) server running on an Satellite Management Controller instance, such as the Nvidia HMC[1], and forward those metrics to BMC monitoring the devices. There is a design document proposal available[2]. Adding `libcurl` enables prototyping of the "Redfish client" instances following this design document and run them on the official container. [1]: https://github.com/openbmc/entity-manager/blob/master/configurations/nvidia_hmc.json#L14 [2]: https://gerrit.openbmc.org/c/openbmc/docs/+/75641/9/designs/redfish-client.md#154 Change-Id: I4848fb76edffb09d12891460972f9fb676d0d48a Signed-off-by: Anirban Banerjee <anirbanb@meta.com>