-
Notifications
You must be signed in to change notification settings - Fork 77
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
add dell-wsman-reset-components task/base-task/job #557
Conversation
36b1bcb
to
fbd08e4
Compare
@@ -8,7 +8,7 @@ var di = require('di'); | |||
module.exports = DellWsmanDiscoveryJobFactory; |
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.
I think it's better to put wsman-discovery Refine in another PR(Including the unit test). Although this bios reset PR depends on wsman discover function to find a valid node. But from unit test perspective, there is no tight coupling.
"type": "array", | ||
"description": "A list of components that will be reset", | ||
"items": { | ||
"type": "string", |
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.
Use enum could be better.
The parameter could only be bios, diag, drvpack, idrac and lcdata
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.
The component name is case-insensitive, it can be BiOs.
4298a4a
to
0bd3bbd
Compare
BUILD on-tasks #151 : FAILURE |
0bd3bbd
to
79773cd
Compare
Background
Based on the previous investigation result, develop to port Graph.Dell.Racadm.ResetComponents and /Systems/{identifier}/Bios.ResetBios to use WSMAN API.
https://rackhd.atlassian.net/browse/RAC-6481
Done
add dell-wsman-reset-components task/base-task/job
@RackHD/corecommitters @nortonluo