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

Bug 1734512

Summary: infrastructures.config missing API fields
Product: OpenShift Container Platform Reporter: Mike Dame <mdame>
Component: Image RegistryAssignee: Mike Dame <mdame>
Status: CLOSED NOTABUG QA Contact: Wenjing Zheng <wzheng>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.1.zCC: aos-bugs
Target Milestone: ---   
Target Release: 4.1.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-14 17:32:30 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 Mike Dame 2019-07-30 17:59:57 UTC
Certain API fields which exist in the release-4.1 branch of openshift/api[1] do not appear to have been propagated to the infrastructures config in release-4.1 of cluster-config-operator[2]. In addition, descriptions which have changed in API are still old in the CRD:

$ oc explain infrastructures.status.apiServerInternalURI
error: field "apiServerInternalURI" does not exist
$ oc explain infrastructures.status.platformStatus
error: field "platformStatus" does not exist

A diff of the changes is available at https://github.com/openshift/cluster-config-operator/pull/82

[1] https://github.com/openshift/api/blob/release-4.1/config/v1/types_infrastructure.go
[2] https://github.com/openshift/cluster-config-operator/blob/release-4.1/manifests/0000_10_config-operator_01_infrastructure.crd.yaml

Comment 1 Mike Dame 2019-07-30 18:01:50 UTC
I noticed this while working on another backport to 4.1 for cluster-config-operator. If it's not valid, please feel free to close and update otherwise you can assign to me as I've already opened the fix in the PR I linked in the description

Comment 2 Mike Dame 2019-08-14 17:32:30 UTC
Closing as this wasn't really technically a bug, but the changes that would fix it did get pulled in with https://github.com/openshift/cluster-config-operator/pull/75 anyway