-
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
Use freeipmi instead of ipmitool in ipmi plugin #58
Comments
Install
Then add user/password into Then, all freeipmi commands can use these settings transparently:
Or even better:
Here is the mapping between clara params and freeipmi commands:
We can also remove all parallel/nodeset logic in IPMI plugin since everything is managed natively by freeipmi. |
|
I've thought a bit more about this. I think we should:
This way, we get:
What do you think? |
I am not sure I understand correctly "Remove the ipmi plugin from clara"... especially, when one of the outcomes is "all advantages of the clara ipmi plugin in terms of user experience". |
How do you get the other outcomes without going through all the 3 steps of the action plan? |
It is not easy to offer the same user experience by removing the plugin and replacing it with something that behaves differently. :-) |
It can obviously behave exactly the same, just replacing |
This needs some tests of freeipmi utilities beforehand and check it can integrate seemlessly.
The text was updated successfully, but these errors were encountered: