-
Notifications
You must be signed in to change notification settings - Fork 38
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
oob/bmc: redfish user account management #120
oob/bmc: redfish user account management #120
Conversation
…bmclib 'next' client
a5a6183
to
619d67b
Compare
Codecov Report
@@ Coverage Diff @@
## main #120 +/- ##
==========================================
+ Coverage 86.20% 86.66% +0.45%
==========================================
Files 8 8
Lines 435 435
==========================================
+ Hits 375 377 +2
+ Misses 47 45 -2
Partials 13 13
Continue to review full report at Codecov.
|
Hey @joelrebel. This looks good, thank you. Would you be open to using the latest commit in bmclib? We get a few things that would be nice, like an ipmitool power off fix. |
@jacobweinstock yep, I've bumped bmclib to current HEAD. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the bmclib version. I put one discussion item on the hard-coded timeout.
Description
This implements the bmclib 'next' client interface methods to manage user accounts
using Redfish.
Related bmc-toolbox/bmclib#260
Why is this needed
Enables user account management on Dell BMCs through redfish
How Has This Been Tested?
Tested
CreateUser
,UpdateUser
,DeleteUser
on Dell BMCs using evans.How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: