-
Notifications
You must be signed in to change notification settings - Fork 1k
Add Trusted Platform Model (TPM) support to libvirt provider. #10824
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
base: develop
Are you sure you want to change the base?
Conversation
Qemu does not limit the firmware that TPM can run with. On x86-64 this works with both UEFI & Bios. Signed-off-by: Jerone Young <jyoung@redhat.com>
ekohl
left a comment
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.
While it's being worked on, you can update this line:
Line 2 in 535de14
| gem 'fog-libvirt', '>= 0.14.0' |
Set it to your branch:
gem 'fog-libvirt', github: 'rhjyoung/fog-libvirt', branch: 'develop'See https://bundler.io/guides/gemfile.html for more details.
That will also serve as a reminder that the minimum version there needs to be bumped.
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
Already defined default in fog-libvirt Signed-off-by: Jerone Young <jyoung@redhat.com>
|
How would this work with hammer command line tool ? How would I define something like tpm=true if using hammer command line tool when using libvirt provider ? |

Qemu does not limit the firmware that TPM can run with. On x86-64 this works with both UEFI & Bios. This is also the
same for other architectures.
Fixes Issue:
https://projects.theforeman.org/issues/38892
Awaiting PR from fog-libvirt:
fog/fog-libvirt#185
fog/fog-libvirt#178
Testing requires system using libvirt cluster.
Signed-off-by: Jerone Young jyoung@redhat.com