Bug 1820352
Summary: | IPI bare metal deployment fails when using ilo5-virtualmedia with iLO5 nodes: Failed to prepare to deploy. Exception: An auth plugin is required to determine endpoint URL | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Marius Cornea <mcornea> |
Component: | Installer | Assignee: | Julia Kreger <jkreger> |
Installer sub component: | OpenShift on Bare Metal IPI | QA Contact: | Gaoyun Pei <gpei> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | beth.white, derekh, jkreger, yprokule |
Version: | 4.5 | Keywords: | Triaged |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
An incorrect configuration in the ironic container resulted in ironic attempting to leverage Swift for temporary file storage when using Virtual Media with HPE ilo cards.
Consequence:
The deployment with the "ilo5-virtualmedia" url format as supplied to Metal3 would fail.
Fix:
The patch that set the configuration as expected was backported from the upstream project repository.
Result:
Deployments using the "ilo5-virtualmedia" Metal3 URL format to facilitate deployment over virtual media should now be successful.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:25:20 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: |
Description
Marius Cornea
2020-04-02 19:55:09 UTC
Looks like we're missing 3 virtmedia related patches in the downstream ironic-image, I'm setting up an environment to test backports now and will submit the patches once I know nothing else is missing. The missing patch that caused the error in question is a patch that sets +[redfish] +use_swift = false Correction, turns out its only 2 patches that were missing, see Pr here https://github.com/openshift/ironic-image/pull/69 These are needed to remove the use of swift and change the patch where grub looks for grub.cnf, I wasn't able to get a full deploy done but this was down to my network setup The linked PR merged weeks ago, moving to MODIFIED. [kni@provisionhost-0-0 ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.5.0-0.nightly-2020-06-26-215024 True False 15h Cluster version is 4.5.0-0.nightly-2020-06-26-215024 [kni@provisionhost-0-0 ~]$ oc -n openshift-machine-api exec -it metal3-6fd7b4ffb-pnk4r -c metal3-ironic-conductor -- grep -A1 \\[redfish\\] /etc/ironic/ironic.conf [redfish] use_swift = false Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 |