Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
/retitle [release-4.22] OCPBUGS-119956: Allow per-node OVN encap IP override via env-overrides- #3148 |
|
@SchSeba: This pull request references Jira Issue OCPBUGS-119956, 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. |
|
the security failing is not related to my changes.. |
|
/jira refresh |
|
@SchSeba: This pull request references Jira Issue OCPBUGS-119956, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (core-networking-bot@redhat.com), skipping review 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. |
|
/retitle [release-4.22] OCPBUGS-119956: Allow per-node OVN encap IP override via env-overrides |
Teach the ovnkube node startup wrapper to source OVN_ENCAP_IP from the per-node env-overrides ConfigMap and pass it to ovnkube as --encap-ip. Normalize whitespace in the override so single-IP and comma-separated encap IP values are passed safely as one shell argument, and keep coverage for the optional env-overrides mount used for day2 updates. Drop DpuNodeLeaseRenewInterval and DpuNodeLeaseDuration from the env-overrides DaemonSet test; those bootstrap fields do not exist on the release-4.22 OVNConfigBoostrapResult API. (cherry picked from commit 0ac3f7e) Signed-off-by: Sebastian Sch <sebassch@gmail.com>
d6037d0 to
773e6e3
Compare
|
waiting on https://redhat-internal.slack.com/archives/CDCP2LA9L/p1788854122124259?thread_ts=1778514163.567789&cid=CDCP2LA9L and https://redhat-internal.slack.com/archives/CDCP2LA9L/p1788854142187619?thread_ts=1778514163.567789&cid=CDCP2LA9L all information on a specific PR's backport should be on the PR, (eg any conflicts? why wasn't cherry-pick bot used, any new code changes etc, and mostly importantly use -x to cherry-pick from merged commit on newer branches) -same ask goes for 4.21 and 4.20 PRs and all backport PRs really |
|
@SchSeba: This pull request references Jira Issue OCPBUGS-119956, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (core-networking-bot@redhat.com), skipping review request. 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. |
|
QA for this bug and the bugs on newer release can't be the bot - please change it to an engineer from Telco side who did the +1 reviews for you |
|
Scheduling required tests: Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SchSeba, tssurya The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
will add risk assessed post CI results |
|
/retest |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/retest |
|
@SchSeba needs someone to confirm the fix and set |
|
Hi @danwinship, thanks for the comment! we have a lane to confirm it's working as checked by @tssurya already in #3148 (comment) so I think we can mark it as |
|
/retest |
|
@SchSeba : yea that's why the bug has QA assignee who sets the label once all required verifications are done they should add the verified on the PRs |
|
/retest |
|
@elhadjici can you please add the label for the QE here? |
|
/verified by @elhadjici |
|
@elhadjici: 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. |
|
/retest |
|
/retest |
1 similar comment
|
/retest |
|
Hi @tssurya @danwinship will it be possible to override the e2e-gcp-ovn one it's failing on un related stuff about this change and it feels a bit of waste of resources continue the |
please add details around how you verified this when you add the label for others to know |
the rule for override is simple - find the TRT bug or general bug for the test failing in the gcp lane and link it here and I can override it. |
|
@SchSeba: 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-sigs/prow repository. I understand the commands that are listed here. |
Ok thanks for the feedback. After applying the changes, to verify, run the command below on any node and verify that the IP addresses are updated to match the new ones defined in the ConfigMap. |
Teach the ovnkube node startup wrapper to source OVN_ENCAP_IP from the
per-node env-overrides ConfigMap and pass it to ovnkube as --encap-ip.
Normalize whitespace in the override so single-IP and comma-separated
encap IP values are passed safely as one shell argument, and keep
coverage for the optional env-overrides mount used for day2 updates.
Manual cherry-pick because #3147 failed.
Had to drop DpuNodeLeaseRenewInterval and DpuNodeLeaseDuration from the
env-overrides DaemonSet test, bootstrap fields do not exist on
the release-4.22 OVNConfigBoostrapResult API.