Closed bfournie closed 2 weeks ago
@bfournie: No Jira issue with key sOCPBUGS-44167 exists in the tracker at https://issues.redhat.com/.
Once a valid jira issue is referenced in the title of this pull request, request a refresh with /jira refresh
.
@bfournie: This pull request references Jira Issue OCPBUGS-44167, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @mhanss
The bug has been updated to refer to the pull request using the external bug tracker.
/retest
/retest
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: andfasano
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/lgtm
/retest-required
Remaining retests: 0 against base HEAD c0938914effb0f416d01f250ea021de0cea0d690 and 2 for PR HEAD 2f10e807d9677d5dde5a842f14dbf2745f063d10 in total
@bfournie: all tests passed!
Full PR test history. Your PR dashboard.
@bfournie: Jira Issue OCPBUGS-44167: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-44167 has been moved to the MODIFIED state.
/cherry-pick release-4.17
@bfournie: #9167 failed to apply on top of branch "release-4.17":
Applying: OCPBUGS-44167: Ensure rendezvousIP is checked against host IP
Using index info to reconstruct a base tree...
M pkg/asset/agent/common.go
Falling back to patching base and 3-way merge...
Auto-merging pkg/asset/agent/common.go
CONFLICT (content): Merge conflict in pkg/asset/agent/common.go
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 OCPBUGS-44167: Ensure rendezvousIP is checked against host IP
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-altinfra This PR has been included in build ose-installer-altinfra-container-v4.18.0-202411052208.p0.g24f72f0.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-terraform-providers This PR has been included in build ose-installer-terraform-providers-container-v4.18.0-202411052208.p0.g24f72f0.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: ose-baremetal-installer This PR has been included in build ose-baremetal-installer-container-v4.18.0-202411052208.p0.g24f72f0.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-artifacts This PR has been included in build ose-installer-artifacts-container-v4.18.0-202411052208.p0.g24f72f0.assembly.stream.el9. All builds following this will include this PR.
The rendezvousIP is currently checked against any substring in the nmstate configuration which can result in validation failure if the next-hop-address matches the rendezvousIP. Ensure that the check is against the host IP.