Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1802179

Summary: Machine-API-Operator should contain generic image placeholders for install
Product: OpenShift Container Platform Reporter: Michael McCune <mimccune>
Component: Cloud ComputeAssignee: Alberto <agarcial>
Cloud Compute sub component: Other Providers QA Contact: Jianwei Hou <jhou>
Status: CLOSED ERRATA Docs Contact:
Severity: unspecified    
Priority: unspecified CC: vlaad
Version: 4.4   
Target Milestone: ---   
Target Release: 4.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Feature: Change Machine-API-Operator deployment manifests to use generic tags for images. Reason: The old image tags contained version specific information that were not needed by the release tooling, additionally they made the manifests more confusing to interpret. Result: The deployment manifests are now clearer to read and more consistent with other OpenShift component manifests.
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-15 16:08:57 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 Michael McCune 2020-02-12 14:24:36 UTC
Description of problem:

The install scripts for machine-api-operator contain image versions that are unnecessary due to replacement by the release-creation[0] tooling. They should be replaced with generic placeholders so that the install scripts are less brittle and confusing.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Jianwei Hou 2020-02-19 08:32:18 UTC
Moving to verified as the PR is merged.

I checked the payload and the intended change is in(for example https://github.com/openshift/machine-api-operator/pull/491/files#diff-914422247d609d82ebcd82e1372af023). The images are replaced and I had a functional cluster.