-
Notifications
You must be signed in to change notification settings - Fork 118
Backporting Tuned rendering and MCP detection improvements #971
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
Conversation
…ift#928) * NTO: Add MCP name to filter PP (openshift#878) render-bootcmd-mc can only compute the kernel args for a MachineConfigPool that matches the node it is executed on, so we add the MachineConfigPool name as input parameter to filter the applicable PerformanceProfiles. Signed-off-by: Jose Luis Ojosnegros Manchón <[email protected]> * OCPBUGS-22095: Add default MCP objects for rendering (openshift#833) * feat: update render command to create default MCPs added default MCP creation to help correctly render out the resources for performance profile to use Signed-off-by: ehila <[email protected]> upkeep: fix spelling Signed-off-by: ehila <[email protected]> * feat: add default mcpools to tuned renderer Signed-off-by: ehila <[email protected]> --------- Signed-off-by: ehila <[email protected]> * Enhance render sync to include bootstrap rendering tests * Render MC without additional PP This command should render a MC from the available sources. PerformanceProfile is a source, but it is not mandatory. So, as there are scenarios where this command should work with no additional PP let's the command proceed even if there is no PP Signed-off-by: Jose Luis Ojosnegros Manchón <[email protected]> * Render sync --------- Signed-off-by: Jose Luis Ojosnegros Manchón <[email protected]> Signed-off-by: ehila <[email protected]> Co-authored-by: Jose Luis Ojosnegros <[email protected]> Co-authored-by: E Hila <[email protected]>
|
@rbaturov: This pull request references Jira Issue OCPBUGS-27948, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@rbaturov: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rbaturov The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@rbaturov please add bug title once https://issues.redhat.com/browse/OCPBUGS-27948 is cloned for 4.14 |
|
/retest |
|
@rbaturov: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/hold |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@rbaturov is this PR still needed ? |
render-bootcmd-mc can only compute the kernel args for a MachineConfigPool that matches the node it is executed on, so we add the MachineConfigPool name as input parameter to filter the applicable PerformanceProfiles.
OCPBUGS-22095: Add default MCP objects for rendering (OCPBUGS-22095: Add default MCP objects for rendering #833)
feat: update render command to create default MCPs
added default MCP creation to help correctly render out the resources for performance profile to use
upkeep: fix spelling
Enhance render sync to include bootstrap rendering tests
Render MC without additional PP
This command should render a MC from the available sources. PerformanceProfile is a source, but it is not mandatory.
So, as there are scenarios where this command should work with no additional PP let's the command proceed even if there is no PP