Bug 1758306
Summary: | Bump boot images to pick up signed RPMs | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | W. Trevor King <wking> | |
Component: | Installer | Assignee: | W. Trevor King <wking> | |
Installer sub component: | openshift-installer | QA Contact: | Johnny Liu <jialiu> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | unspecified | |||
Priority: | unspecified | |||
Version: | 4.3.0 | |||
Target Milestone: | --- | |||
Target Release: | 4.3.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1758312 (view as bug list) | Environment: | ||
Last Closed: | 2020-05-13 21:26:40 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: | 1758312 |
Description
W. Trevor King
2019-10-03 19:51:31 UTC
Run a sanity testing using ci build, 4.3.0-0.ci-2019-10-07-225719, and PASS. # oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.3.0-0.ci-2019-10-07-225719 True False 3m45s Cluster version is 4.3.0-0.ci-2019-10-07-225719 # oc debug node/ip-10-0-137-142.us-east-2.compute.internal Starting pod/ip-10-0-137-142us-east-2computeinternal-debug ... To use host binaries, run `chroot /host` Pod IP: 10.0.137.142 If you don't see a command prompt, try pressing enter. sh-4.2# chroot /host sh-4.4# rpm-ostree status State: idle AutomaticUpdates: disabled Deployments: * pivot://registry.svc.ci.openshift.org/ocp/4.3-2019-10-07-225719@sha256:58d0aaf2ffbcf4e8072ac17fc9c5536f853c64f9646feb393235086250e11d57 CustomOrigin: Managed by machine-config-operator Version: 43.80.20191007.0 (2019-10-07T19:58:04Z) pivot://quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:30857847ade065a57e02c9297cafdd6b2a95d086d0d99480980a3a6eaba2a95b CustomOrigin: Image generated via coreos-assembler Version: 43.80.20191002.1 (2019-10-02T23:58:44Z) The bootimage is switched to 43.80.20191002.1. Waiting for 4.3 downstream build for a final verification. Verified this bug with 4.3.0-0.nightly-2019-10-16-010826, and PASS. 1. Trigger ipi install on GCP. 2. Check boot image version. # oc debug node/jialiu-lc5zf-w-a-bcc6x.c.openshift-qe.internal Starting pod/jialiu-lc5zf-w-a-bcc6xcopenshift-qeinternal-debug ... To use host binaries, run `chroot /host` Pod IP: 10.0.32.2 If you don't see a command prompt, try pressing enter. sh-4.2# chroot /host sh-4.4# rpm-ostree status State: idle AutomaticUpdates: disabled Deployments: * pivot://quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b66b48f14fa2b3e680318fd256cf863cc710f5e35e74bf5c8e79796cd810f991 CustomOrigin: Managed by machine-config-operator Version: 43.80.20191015.1 (2019-10-15T14:57:43Z) pivot://quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:30857847ade065a57e02c9297cafdd6b2a95d086d0d99480980a3a6eaba2a95b CustomOrigin: Image generated via coreos-assembler Version: 43.80.20191002.1 (2019-10-02T23:58:44Z) The boot image version is '43.80.20191002.1' which is aligned with https://github.com/openshift/installer/blob/release-4.3/data/data/rhcos.json 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:0062 |