Joel Rebello
Joel Rebello
If its of any use, I've been working on a Go library that wraps around various hardware vendor utilities - https://github.com/metal-toolbox/ironlib/ to expose a common set of interface methods.
@zevweiss does the OpenBMC we're shipping expose redfish endpoints? atleast it seemed like it based on some of your work here https://github.com/bmc-toolbox/bmclib/pull/167/files
@rgl at the moment, iAMT support would be out of scope, although it is an interesting suggestion, if I end up having to deal with such devices - I'll consider...
The IPMI implementation in Actor was done before bmclib got its implemention of the IPMI interface methods. What is your point in this issue, do you have a suggestion for...
Hey @purpleidea Thanks for watching our talk, hope it was useful, Since we're not active users of mgmt at the moment, we're unable to prioritize helping add integration in mgmt...
Hey @abdrabo, In this case it would be ideal to have bmclib limit its interface methods to - Select/Create/Update/Delete and the client invoking bmclib, in this case bmcbutler, takes care...
@abdrabo we've been considering adding Redfish support through - https://github.com/stmcginnis/gofish so feel free to roll ahead with this, if not, I'll get round to it, The approach I suggest here...
@abdrabo https://github.com/bmc-toolbox/bmclib/pull/214 adds in support for a Redfish provider, if you'd like to take a stab at it, note: its based on the [newer](https://github.com/bmc-toolbox/bmclib/blob/master/client.go) bmclib interface and would require some...
is there anything else to be done here or can it be merged?
@mikemrm theres some support for Network configuration changes, and it may just be that we need to expose the configuration parameter for Static/DHCP. https://github.com/bmc-toolbox/bmclib/blob/master/cfgresources/cfgresources.go#L135 Feel free to take a stab...