[release-4.18] OCPBUGS-77151: Add config override for openflow-probe#2965
Conversation
|
@taanyas: This pull request references Jira Issue OCPBUGS-77151, 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. |
|
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: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/retest-required |
1 similar comment
|
/retest-required |
|
|
||
| if [[ "{{.AdvertisedUDNIsolationMode}}" != "" ]]; then | ||
| ovn_advertised_udn_isolation_mode_flag="--advertised-udn-isolation-mode={{.AdvertisedUDNIsolationMode}}" | ||
| fi |
There was a problem hiding this comment.
This is not part of backporting "config override for openflow-probe". Do we actually want this change backported as well?
There was a problem hiding this comment.
Both commits were cherry-picked from 4.19 -
- e2ba945 - ConfigOverrides infrastructure (PR [release-4.19] OCPBUGS-60761: Allow overriding OVN-Kubernetes configuration #2781)
- 003d471 - OpenflowProbe feature (PR [release-4.20] OCPBUGS-77148: Add config override for openflow-probe #2918)
The AdvertisedUDNIsolationMode code is part of the ConfigOverrides
infrastructure that the openflow-probe feature depends on.
Both commits were included together to maintain consistency with the 4.19 backport.
@pperiyasamy
There was a problem hiding this comment.
Hey @taanyas, the original PR is only for openflow-probe feature and not for advertised-udn-isolation-mode. Since we are only backporting the openflow-probe feature, you can remove the code for enabling advertised-udn-isolation-mode via config overrides.
be27d13 to
987e546
Compare
This change introduces a mechanism to provide hidden or experimental configuration to OVN-Kubernetes through a ConfigMap. This provides a flexible way to enable advanced or experimental OVN-Kubernetes features without modifying the CNO API. A new ConfigMap 'ovn-kubernetes-config-overrides', is now read by the operator during the bootstrap process. The key-value data from this ConfigMap is passed down to the OVN-K components. As an initial implementation, this is used to support the flag 'advertised-udn-isolation-mode' which is to enable user to select the UDN isolation mode between 'loose' and 'strict'. If unset, the default mode is 'strict'. Signed-off-by: Peng Liu <pliu@redhat.com> (cherry picked from commit e2ba945)
987e546 to
7da176f
Compare
|
@taanyas: 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. |
|
/jira refresh |
|
@pperiyasamy: This pull request references Jira Issue OCPBUGS-77151, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
@taanyas can you update PR description with an info about resolved conflicts ? |
|
/assign @SachinNinganure |
|
@taanyas: This pull request references Jira Issue OCPBUGS-77151, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, taanyas 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 |
|
/jira refresh |
|
@arkadeepsen: This pull request references Jira Issue OCPBUGS-77151, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
System handled complex policy setup without ACL explosion /verified by @SachinNinganure |
|
@SachinNinganure: 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. |
99c785c
into
openshift:release-4.18
|
@taanyas: Jira Issue OCPBUGS-77151: Some pull requests linked via external trackers have merged: The following pull request, linked via external tracker, has not merged:
All associated pull requests must be merged or unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-77151 has not been moved to the MODIFIED state. This PR is marked as verified. If the remaining PRs listed above are marked as verified before merging, the issue will automatically be moved to VERIFIED after all of the changes from the PRs are available in an accepted nightly payload. 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. |
|
Fix included in release 4.18.0-0.nightly-2026-04-27-154955 |
Manual cherry-pick of 4.19 commits to release-4.18:
This backport adds ConfigOverrides infrastructure and openflow-probe feature support to release-4.18.
Conflict Resolution
During cherry-picking, merge conflicts were resolved:
Files Changed