-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a bmc resource #545
Comments
Some shallow research suggests that neither Dell nor HPE provide a virtual service processor for testing purposes. |
I'm sure there's a way! That's the fun of this =D -- At least I'd personally think it's fun. I'd look into libvirt and ipmi and bridges that do those perhaps. OpenBMC might give some results. Ask on the internet about mock solutions. Failing all of that, find out what the most inexpensive hardware that does the things we're interested in, and find out how much it would cost. Maybe I can get it sponsored. |
Shallow research but:
From the link above. Stale but might work. https://github.com/stmcginnis/gofish Looks promising too. |
I doubt any of these can be used as is, but they may be helpful for whoever has cycles to grab this. |
@spod If you're feeling motivated, we'd love to have patches =D |
Might be nice to have a bmc resource. It might be useful to wrap bmclib to deal with all the proprietary BMC's out there. Not sure if it has event streams though. I opened an issue here:
bmc-toolbox/bmclib#114
Alternatively or in parallel, it might be nice to wrap openbmc (they seem to have a stream api: https://github.com/openbmc/docs/blob/master/rest-api.md#event-subscription-protocol ) and/or one of the redfish libs.
I didn't look into these, but they came up in googling:
https://github.com/stmcginnis/gofish ??
https://github.com/sailfishdell/sailfish ??
Happy Hacking!
The text was updated successfully, but these errors were encountered: