-
Notifications
You must be signed in to change notification settings - Fork 12
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
Try IPMI simulator (virtual BMC) again #116
Comments
I created a proof of concept in https://github.com/robertvolkmann/clab-ipmi |
Nice! Is the serial console connection and restarts also working? |
Yes, both are working. |
Sadly on Dell, ipmi is disabled by default. Is there a Redfish simulator available as well ? Just asking |
We could try pyghmi or sushy-tools. |
It's possible to activate IPMI with a PATCH command with |
Thanks for the pointer, i will try hard to stay with redfish only, but if this does not work will need to do that. |
This would give us much higher test coverage as also the ipmi_sim from OpenIPMI seems to be pretty much feature complete.
First steps for trying it out would be:
ipmi_sim
to this deviceipmitool
If this works out, we can think about where we can deploy the metal-bmc to connect the system to the metal-stack. With this, we could start integration tests for go-hal and also refactor go-hal that we have a working default implementation for the IPMI protocol (wider hardware support).
References:
Additional information:
The text was updated successfully, but these errors were encountered: