Bug 2009000

Summary: legacy RHCOS boot image metadata is not in sync with stream metadata
Product: OpenShift Container Platform Reporter: Micah Abbott <miabbott>
Component: InstallerAssignee: Micah Abbott <miabbott>
Installer sub component: openshift-installer QA Contact: Gaoyun Pei <gpei>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: medium    
Priority: unspecified CC: bgilbert, miabbott, mstaeble
Version: 4.8   
Target Milestone: ---   
Target Release: 4.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
No changes
Story Points: ---
Clone Of:
: 2009018 (view as bug list) Environment:
Last Closed: 2021-09-29 17:25: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:
Bug Depends On:    
Bug Blocks: 2009018, 2009019    

Description Micah Abbott 2021-09-29 16:25:43 UTC
When the most recent RHCOS boot image bump for 4.8 landed, only the stream metadata was changed. This was done since `openshift-installer` itself was updated to use only the stream metadata.

https://github.com/openshift/installer/pull/5227

However, it appears that UPI jobs still rely on the "legacy" metadata:

https://github.com/openshift/installer/blob/release-4.8/images/installer/Dockerfile.upi.ci#L17


While the drift in the different metadata sources shouldn't break the UPI jobs, it creates a different workflow as the IPI jobs will start from a different set of RHCOS artifacts than the UPI jobs.

Comment 1 Micah Abbott 2021-09-29 16:34:34 UTC
@gpei noticed this discrepancy first - https://github.com/openshift/installer/pull/5227#issuecomment-930010185

Comment 2 Micah Abbott 2021-09-29 17:25:46 UTC
This issue only affects 4.8 and will be used as the source for the necessary backport BZs.

Closing as CURRENTRELEASE