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

Add protocols type as one or more means of BMC access #132

Open
joelrebel opened this issue Aug 9, 2020 · 0 comments
Open

Add protocols type as one or more means of BMC access #132

joelrebel opened this issue Aug 9, 2020 · 0 comments
Milestone

Comments

@joelrebel
Copy link
Member

BMCs can be accessed over one or more of a given set of protocols,

  • HTTPs
  • SSH
  • IPMI
  • Redfish
  • others - GRPC (ubmc)

We add protocols as a type, each BMC can then declare/be probed for the access protocols supported,
this extends bmclib to be able to,

  • Let the caller pick the preferred protocol (if the hardware type/model is known before hand)
  • Let the caller pick the order of protocols attempted
  • IPMI is added as a separate protocol, instead of mixing the concept as a Provider
@joelrebel joelrebel added this to the bmclib v1 milestone Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant