Bug 1852959
| Summary: | baremetal cluster-api provider should set providerID on Machines/Nodes | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Steven Hardy <shardy> |
| Component: | Bare Metal Hardware Provisioning | Assignee: | Steven Hardy <shardy> |
| Bare Metal Hardware Provisioning sub component: | cluster-api-provider | QA Contact: | Daniel <dmaizel> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | dhellmann, rbryant |
| Version: | 4.6 | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Target Release: | 4.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-27 16:11:46 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
Steven Hardy
2020-07-01 16:31:14 UTC
Ok so just for reference I created an AWS cluster to confirm what the spec looks like, it's a string ID so I think we can create an arbitrary identifier e.g "baremetal:<ID>" in the CAPBM to address this.
Machine:
spec:
metadata:
creationTimestamp: null
providerID: 'aws:///us-west-2a/i-0123456789'
Node:
spec:
providerID: 'aws:///us-west-2a/i-0123456789'
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 (OpenShift Container Platform 4.6 GA Images), 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:4196 |