-
Notifications
You must be signed in to change notification settings - Fork 207
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
Add images required for bringing up a baremetal deployment. #367
Conversation
e284726
to
65d8c22
Compare
install/image-references
Outdated
- 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[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
Needs 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.