Closed bfournie closed 2 weeks ago
@bfournie: This pull request references Jira Issue OCPBUGS-30292, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @zniu1011
The bug has been updated to refer to the pull request using the external bug tracker.
/cc @rwsu @zaneb @andfasano
/lgtm
/test e2e-agent-ha-dualstack
Does this mean that we had a bigger problem, that the user's proxy settings were never passed on to the cluster??
Does this mean that we had a bigger problem, that the user's proxy settings were never passed on to the cluster??
No, the proxy settings were passed fine to the cluster and to the assisted-installer. Its just that updating the noProxy directly in 10_default.conf.env did not forward the updated noproxy to the assisted installer container.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: zaneb
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/hold cancel
@bfournie: This pull request references Jira Issue OCPBUGS-30292, which is valid.
Requesting review from QA contact: /cc @zniu1011
/lgtm
@bfournie: all tests passed!
Full PR test history. Your PR dashboard.
/lgtm
@bfournie: Jira Issue OCPBUGS-30292: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-30292 has been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-terraform-providers This PR has been included in build ose-installer-terraform-providers-container-v4.19.0-202411090336.p0.gc3e9b51.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-altinfra This PR has been included in build ose-installer-altinfra-container-v4.19.0-202411090336.p0.gc3e9b51.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.19.0-202411090336.p0.gc3e9b51.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.19.0-202411090336.p0.gc3e9b51.assembly.stream.el9. All builds following this will include this PR.
If proxy is defined in install-config, add the MachineNetwork that contains the RendezvousIP to the noproxy field in the generated manifests to ensure the Rendezvous host can be accessed.
This is an additional fix beyond https://github.com/openshift/installer/pull/9083 as it was found that when just setting the IP in 10-default-env.conf it did not get passed to the assisted-installer when it was started.