-
Notifications
You must be signed in to change notification settings - Fork 3
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 manager information from node BMC #62
Conversation
@davidallendj Looks like this has conflicts that need to be resolved. Adding the "not ready for review" label again until this is fixed. |
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
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.
Looks good to me.
These changes caused me to revisit #59. We should, in the near future, address how we should name things in an easy but flexible way. It's out of scope for this PR, of course, but it would be quite useful in general.
This PR adds additional information to the
collect
output, including theMACAddr
andManagers
properties. TheManagers
property includes information found via the/redfish/v1/Managers
endpoint as well as the manager's ethernet interfaces.