Skip to content

Move Server.Status popolation from ServerReconciler to BMCReconciler #339

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

stefanhipfel
Copy link
Contributor

@stefanhipfel stefanhipfel commented May 22, 2025

Proposed Changes

BMC controller now loads Server Status Details (Manufacturer, Storages, CPUs) once during creation of a server CRD and when setting the anntotation "metal.ironcore.dev/operation" : "update-server-details".

BMC controller reconcile loop now only gets called when server was deleted or ops annotation was set.

Fixes:
Redfish Processors are now called separately, only when needed.
In General: Less calls to BMC redfish api

Server Controller Test:
Before: 700 API calls
After: 305 API calls

@afritzler afritzler changed the title load Server Status Details via BMC Controller Move Server.Status popolation from ServerReconciler to BMCReconciler May 22, 2025
@afritzler afritzler added the enhancement New feature or request label May 22, 2025
@stefanhipfel stefanhipfel requested a review from afritzler May 22, 2025 13:05
@afritzler afritzler moved this to In Progress in Roadmap May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants