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 support for inline BMC access in Server reconciler #84

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

afritzler
Copy link
Member

@afritzler afritzler commented Jul 16, 2024

Proposed Changes

Instead of relying on an Endpoint and BMC resouce to be present to interact with a Server you can now register a Server directly by providing the BMC access information via .spec.bmc in the Server spec.

Regenerated stale manifests.

Fixes #66

Instead of relying on an `Endpoint` and `BMC` resouce to be present to
interact with a `Server` you can now register a `Server` directly by
providing the BMC access information via `.spec.bmc` in the `Server`
spec.
Copy link
Member

@hardikdr hardikdr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just minor comments inline.

internal/controller/bmcutils.go Outdated Show resolved Hide resolved
internal/controller/bmcutils.go Show resolved Hide resolved
internal/controller/server_controller.go Show resolved Hide resolved
internal/controller/bmcutils.go Show resolved Hide resolved
@afritzler afritzler merged commit 4c66669 into main Jul 16, 2024
8 checks passed
@afritzler afritzler deleted the enh/bmc-inline branch July 16, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement inline BMC access for Server
2 participants