Add images required for bringing up a baremetal deployment.#367
Add images required for bringing up a baremetal deployment.#367openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
e284726 to
65d8c22
Compare
| - name: metal3-ironic | ||
| from: | ||
| kind: DockerImage | ||
| name: docker://brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift/ose-ironic:v4.2.0 |
There was a problem hiding this comment.
These should all match the pattern used by the others, like quay.io/openshift/origin-ironic:v4.2.0
If it's not there, maybe we need some mirroring configuration added to openshift/release first
There was a problem hiding this comment.
and remember that these are mostly just placeholders and get replaced with something else when the release image gets built
7933b18 to
2554267
Compare
|
/test e2e-aws It makes sense that this is passing now with just baremetal-operator and ironic-ipa-downloader. Those are the ones I'd expect to be present after reviewing the status of adding all of these to openshift/release. |
3cb89a5 to
85ca754
Compare
| kind: DockerImage | ||
| name: quay.io/openshift/origin-baremetal-operator:v4.2.0 | ||
| - name: ironic-inspector | ||
| from: |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
6ea873c to
db170f8
Compare
|
/test images |
|
/test images |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: michaelgugino The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
https://jira.coreos.com/browse/ART-754 - Ironic Image @enxebre I think these are what you are looking for. |
|
There was an issue that caused ART builds to break. https://bugzilla.redhat.com/show_bug.cgi?id=1737086 PR for the fix: openshift/ironic-image#10 |
Adding images required for a successful Baremetal pod deployment. This is a pre-requisite for #302.