Closed rfredette closed 3 weeks ago
@rfredette: This pull request references Jira Issue OCPBUGS-26603, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/approve /lgtm /hold in case you want a second reviewer.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Miciah
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@rfredette: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-metal-ipi-ovn-ipv6 | 9bc585669fb1f8e379b7fbd7cc04607d3ce1e0ba | link | false | /test e2e-metal-ipi-ovn-ipv6 |
Full PR test history. Your PR dashboard.
/retest
/assign @alebedev87
Will we plan to fix this in origin tests too?
The origin tests do need some fixes for ipv6 support, which is going to be part of this bug fix, but I think changing them to use managed router pods is out of the scope of this issue. I'm not sure what the reason is for using unmanaged pods; maybe it's because they're older tests from when unmanaged router pods were something we supported, but it could also be an intentional choice that I don't yet understand. I'll create a task to look into that, though.
origin test changes here: https://github.com/openshift/origin/pull/29224
LGTM /unhold
/jira refresh
@rfredette: This pull request references Jira Issue OCPBUGS-26603, which is valid.
Requesting review from QA contact: /cc @ShudiLi
@rfredette: Jira Issue OCPBUGS-26603: Some pull requests linked via external trackers have merged:
The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh
.
Jira Issue OCPBUGS-26603 has not been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
Distgit: ose-haproxy-router-base This PR has been included in build ose-haproxy-router-base-container-v4.18.0-202410232040.p0.gef8db0a.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: openshift-enterprise-haproxy-router This PR has been included in build openshift-enterprise-haproxy-router-container-v4.18.0-202410232040.p0.gef8db0a.assembly.stream.el9. All builds following this will include this PR.
When the router is configured for ipv6 or dual stack modes, it already listens on ipv6 ports for normal traffic. This change makes the router listen on ipv6 ports for stats traffic as well.
This is part of the fix for OCPBUGS-26603.