Hide Forgot
Deployment failed on the specified version: [kni@provisionhost-0-0 ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version False True 109m Unable to apply 4.8.0-0.nightly-2021-12-06-234030: some cluster operators have not yet rolled out
Is there any indication the short form IPv6 address is not being used and is the reason for the failure? Is what is being logged in the ironic log in long form e.g.: 2021-10-04T14:00:29.841756101Z Waiting for fd8a:216d:178e:c1df:0000:0000:0000:0003 to be configured on an interface Different than what is being reported for the interface in short form?
The log shows the following message: Waiting for fd00:1101:0000:0001:0000:0000:0000:0003/64 to be configured on an interface
Deployment on the same version with short-form ipv6 is successful https://auto-jenkins-csb-kniqe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-baremetal-ipi-deployment/10054/console [kni@provisionhost-0-0 ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.nightly-2021-12-06-234030 True False 8m31s Cluster version is 4.8.0-0.nightly-2021-12-06-234030 install-config.yaml: ... provisioningNetworkInterface: enp0s3 provisioningNetworkCIDR: fd00:1101:0:1::/64 bootstrapOSImage: http://registry.ocp-edge-cluster-0.qe.lab.redhat.com:8080/images/rhcos-48.84.202109241901-0-qemu.x86_64.qcow2.gz?sha256=50377ba9c5cb92c649c7d9e31b508185241a3c204b34dd991fcb3cf0adc53983 ....
Thanks Adina. Debugging with Adina showed that the problem is only occurring and logged for ironic-inspector. This is because ironic-conductor and inspector used different images in 4.8 so will need to make the corresponding change to https://github.com/openshift/ironic-inspector-image/blob/release-4.8/scripts/ironic-common.sh#L9
Deployment was successful with version 4.8.0-0.nightly-2021-12-18-022810. Relevant part of install-config was: provisioningNetworkInterface: enp0s3 provisioningNetworkCIDR: fd00:1101:0000:0001:0000:0000:0000:0000/64 bootstrapProvisioningIP: fd00:1101:0000:0001:0000:0000:0000:0002 clusterProvisioningIP: fd00:1101:0000:0001:0000:0000:0000:0003
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.8.25 bug fix update), 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-2021:5209