Bug 1915802
| Summary: | Ironic not getting proxy configurations required for reaching redfish endpoints | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Mario Vázquez <mavazque> | ||||
| Component: | Bare Metal Hardware Provisioning | Assignee: | Beth White <beth.white> | ||||
| Bare Metal Hardware Provisioning sub component: | cluster-baremetal-operator | QA Contact: | Amit Ugol <augol> | ||||
| Status: | CLOSED DUPLICATE | Docs Contact: | |||||
| Severity: | unspecified | ||||||
| Priority: | unspecified | CC: | aos-bugs, djuran, mavazque, pablo.iranzo, sdasu, shsaxena, stbenjam, tsedovic | ||||
| Version: | 4.6 | Keywords: | Triaged | ||||
| Target Milestone: | --- | Flags: | sdasu:
needinfo-
|
||||
| Target Release: | 4.7.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2021-01-19 17:31:29 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1831748 | ||||||
| Attachments: |
|
||||||
|
Description
Mario Vázquez
2021-01-13 13:02:48 UTC
We moved the BMC to a different network to avoid requiring the proxy for accessing them. Then we found a different problem after the cluster is deployed. The global proxy setting is set correctly, but the metal3 pod as its running with the hostnetwork seems to not use the proxy setting, which means that it cannot download the RHCOS images due to missing proxy. The init container metal3-machine-os-downloader fails. We tried to rsh into the container and as expected, when setting the https proxy everything works as expected: sh-4.4# curl https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/latest/rhcos-4.6.8-x86_64-openstack.x86_64.qcow2.gz sh-4.4# sh-4.4# sh-4.4# https_proxy=http://192.168.1.10:3128 curl https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/latest/rhcos-4.6.8-x86_64-openstack.x86_64.qcow2.gz -O % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 844M 0 864k 0 0 850k 0 0:16:57 0:00:01 0:16:56 849k^C The must-gather attached to the case doesn't indicate there's any cluster-wide proxy settings set. Can you share the full install-config the customer used? And if that's not the most recently must-gather, please provide an updated must-gather, or installer log bundle. Thanks! I found it, sorry - it's there in ./cluster-scoped-resources/config.openshift.io/proxies/cluster.yaml, and I see it's not on the Metal3 pod. Still investigating why, but you don't need to ask for a new must-gather. This will be fixed in CBO in 4.7 and not in MAO for 4.6. *** This bug has been marked as a duplicate of bug 1916772 *** The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |