OCPEDGE-2383: feat: update sno minimum to 4vcpu#10283
OCPEDGE-2383: feat: update sno minimum to 4vcpu#10283eggfoobar wants to merge 1 commit intoopenshift:mainfrom
Conversation
Signed-off-by: ehila <ehila@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/retest |
|
@eggfoobar: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
|
@eggfoobar: This pull request references OCPEDGE-2383 which is a valid jira issue. 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. |
|
@eggfoobar: This pull request references OCPEDGE-2383 which is a valid jira issue. 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. |
|
/lgtm |
|
/verified by @eggfoobar Verified locally with an ABI cluster stood up via dev-scripts using profile |
|
@eggfoobar: This PR has been marked as verified by 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. |
I don't know what is the Note that the current SNO job is passing, that's because is clearly providing more resources than required (8 VCPU). Since this patch address a general config I'd prefer to have the related official job in sync as well, could you please open also a new PR in dev-scripts to update such value (you can use the same jira card as a reference)? Thanks Important note: dev-scripts is not versioned, that means that the same config will be used regardless of the underlying OCP version. This means that the ds patch should take into account the version where the new requirement was introduced, and apply only if OCP vers is >= 4.22. |
|
Hey @andfasano sounds good, I had verified this locally with the new SNOMIIN_IPV4 using I went ahead and did it again with the suggested params I also went ahead and made the versioning check modification you suggested to the SNOMIN profile, that PR is here openshift-metal3/dev-scripts#1858 |
This lowers the CPU min for SNO to 4vCPU, this allows for deployment in scenarios where smaller computer is required for edge deployments. Utilized with Capabilities this gives users more flexibility with deployments.