-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
baremetal: bootstrap VM using old version of ironic #2282
Comments
/label platform/baremetal |
Looks like that's due to |
Ok I think this is actually due to openshift-metal3/dev-scripts@65a987c#diff-2407feeeedf4de6f5b077ee1746f344b - we still need to set OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE or the installer uses the default (origin) pullspec |
Closing, we'll track this via openshift-metal3/dev-scripts#775 |
Since #2234 landed we're seeing issues starting ironic-inspector on the bootstrap VM, we can see the image referenced is:
However attempts to start the ironic-inspector container fail like this, indicating that it's an old version of ironic:
This has already been discussed in openshift/ironic-inspector-image#17, and with the nightly release payload we've previously been getting an ART build (which contains the right version of ironic), vs a CI build (which currently does not ref openshift/release#4835 openshift/release#4836 openshift/release#4837)
On the cluster we were getting an image from quay.io/openshift-release-dev/ocp-v4.0-art-dev - this was tested and proven to work OK, hence the revert in openshift/ironic-inspector-image#17 - it seems like we may have to re-revert that, but it breaks introspection and prevents any testing of workers, so not ideal
The text was updated successfully, but these errors were encountered: