-
Notifications
You must be signed in to change notification settings - Fork 125
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 the iommu
specification for hardware
#3100
Conversation
Thanks for your reviews~ I have updated the PR~ |
Hi, I have updated the PR and add the beaker plugin support. Please help review it. Thank you~ |
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.
I'm not sure about the 'model' part. In beaker, I don't see a way to filter by (maybe I'm missing something).
While other provisioning methods could theoretically support this going forward, I wouldn't expose it to users if there is no use for it now.
We can filter by cpu to at least get the intel/amd/arm.
IIUIC, libvirt and qemu-based plugins, like More discussion in #2392 |
Ok cool, from the discussion I got the impression it'll be only used by beaker provisioning. |
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
Added |
This was discussed on the hacking meeting, and we will go with current version. |
Just did a quick check with the following provision:
how: beaker
hardware:
iommu:
is-supported: true But don't see |
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.
The change looks good, but I don't see any hardware requirement generated in the Beaker job. This would also deserve at least a short release note.
I believe that is cause by the branch being outdated, it's missing this patch: 2bef9dd |
/packit build |
Right, now it works! 👍 |
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.
Added a short release note, fixed & simplified the test in 9deed7e. Now should be good for merge.
/packit build |
Fixes teemtee#2392 Signed-off-by: Han Han <hhan@redhat.com>
/packit build |
/packit build |
Fixes teemtee#2392 Signed-off-by: Han Han <hhan@redhat.com> Co-authored-by: Petr Šplíchal <psplicha@redhat.com>
Pull Request Checklist