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

Pure go ipmi provider #338

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jacobweinstock
Copy link
Member

What does this PR implement/change/remove?

Checklist

  • Tests added
  • Similar commits squashed

The HW vendor this change applies to (if applicable)

The HW model number, product name this change applies to (if applicable)

The BMC firmware and/or BIOS versions that this change applies to (if applicable)

What version of tooling - vendor specific or opensource does this change depend on (if applicable)

Description for changelog/release notes

@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Patch coverage: 78.57% and project coverage change: +0.13% 🎉

Comparison is base (a1b87e2) 42.67% compared to head (f6b49af) 42.80%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #338      +/-   ##
==========================================
+ Coverage   42.67%   42.80%   +0.13%     
==========================================
  Files          44       44              
  Lines        3691     3705      +14     
==========================================
+ Hits         1575     1586      +11     
- Misses       1937     1940       +3     
  Partials      179      179              
Files Changed Coverage Δ
option.go 20.00% <0.00%> (-1.16%) ⬇️
client.go 61.27% <100.00%> (+2.20%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This provider is written in pure Go and speaks
the ipmi protocol. This means we can communicate
via ipmi without the ipmitool binary available
on the system.

Signed-off-by: Jacob Weinstock <[email protected]>
Add goipmi, supermicro, and a short note about finding the
supported features per provider.

Signed-off-by: Jacob Weinstock <[email protected]>
@jacobweinstock jacobweinstock force-pushed the pure-go-ipmi-provider branch from 9e7702a to f6b49af Compare August 9, 2023 18:35
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

Successfully merging this pull request may close these issues.

1 participant