Skip to content
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

Extract Serial Console information via Redfish #194

Open
afritzler opened this issue Dec 5, 2024 · 1 comment
Open

Extract Serial Console information via Redfish #194

afritzler opened this issue Dec 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@afritzler
Copy link
Member

Summary

Currently we extract the serial console access from the MACDB. A more reliable approach would be to get the serial consol access information from the BMC directly via Redfish and store it in the BMC status.

Tasks

  • Extend the BMC status field with serial console specific information
  • Keep the current spec fields for the console details
  • Extract via Redfish the console details if not provided in the spec and add it to the BMC status
  • Add unit tests ensuring the correct behavior
  • Make in the Endpoint reconciler ignoring the serial console details in the MACDB if not present
@afritzler afritzler added the enhancement New feature or request label Dec 5, 2024
@afritzler afritzler moved this from Backlog to Ready in Metal Automation Dec 5, 2024
@stefanhipfel
Copy link
Contributor

Do you have an example?
In our Dell servers there are no relevant information (most likely due to the service being disabled)

"SerialConsole": {
  "ConnectTypesSupported": [],
  "[email protected]": 0,
  "MaxConcurrentSessions": 0,
  "ServiceEnabled": false
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

2 participants