OCPBUGS-12212:[release-4.13]4.13 stack migration#1651
OCPBUGS-12212:[release-4.13]4.13 stack migration#1651openshift-ci[bot] merged 3 commits intoopenshift:release-4.13from
Conversation
Fix the formatting of the log messages (%w is only valid when creating new errors, not when logging) and update the master test suite name since it hasn't been only gateway init operations for a long time. Signed-off-by: Dan Williams <dcbw@redhat.com> (cherry picked from commit b14eb72) (cherry picked from commit eb4e2af)
today, ovnkube-master incorrectly assumes IPv6 is not enabled if no IPv6 is configured for default network, and fails to allocate IPv6 host subnets for secondary layer 3 networks with IPv6 subnets. Fixes: ovn-kubernetes/ovn-kubernetes#3168 Signed-off-by: Yun Zhou <yunz@nvidia.com> (cherry picked from commit df60b30)
…tion Remove the no-longer-used node host subnet annotation to allow the default network controller's node code to proceed. Also redo how the default network controller counts host subnets to make sure we actually have the right number of each IP family, rather than just counting numbers. Because the allocation handling was split out into the ClusterManager, the network controller's addNode() no longer has the guarantees of a correct set of annotations before it runs, as it and the cluster manager run in parallel. Signed-off-by: Dan Williams <dcbw@redhat.com> (cherry picked from commit 0c79228) (cherry picked from commit f05c0cf)
|
@bpickard22: No Bugzilla bug 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 kubernetes/test-infra repository. |
|
@bpickard22: This pull request references Jira Issue OCPBUGS-12212, 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 kubernetes/test-infra repository. |
|
/jira refresh |
|
@bpickard22: This pull request references Jira Issue OCPBUGS-12212, which is valid. The bug has been moved to the POST state. 6 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 kubernetes/test-infra repository. |
|
@bpickard22: This pull request references Jira Issue OCPBUGS-12212, which is valid. 6 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 kubernetes/test-infra repository. |
|
@bpickard22: No Bugzilla bug is referenced in the title of this pull request. Retaining the bugzilla/valid-bug label as it was manually added. 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 kubernetes/test-infra repository. |
|
/retest-required |
|
pre-merge testing and looks good |
|
@zhaozhanqi: The label(s) 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 kubernetes/test-infra repository. |
|
/label qe-approved |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bpickard22, jcaamano 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 |
|
/label cherry-pick-approved |
|
@bpickard22: 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/test-infra repository. I understand the commands that are listed here. |
|
@bpickard22: Jira Issue OCPBUGS-12212: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-12212 has been moved to the MODIFIED state. 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 kubernetes/test-infra repository. |
|
Fix included in accepted release 4.13.0-0.nightly-2023-04-27-232707 |
Clean backport of @dcbw stack migration commits. Had to pull in ovn-kubernetes/ovn-kubernetes#3510, which also was clean and is already in 4.14 as the migration work is based on top of some of the changes there