-
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 support for emulated TPM into virtual provision plugin #2596
Conversation
@frantisekz FYI, getting back to what you started in #2078. TPM seems to be easy enough - I'll also include a test, I have no idea whether this works or not, yet. |
@happz Thanks for tag here. It should work if there aren't any new issues in libvirt (the implementation of tpm is really very thin around the libvirt itself). On the other hand, if you don't hurry with this, I can very easily add support for tpm 1.0 too, so you don't have to care about which version is requested tmt side. |
ca58d93
to
aef8e77
Compare
tpm 1.2 is now supported too : https://pagure.io/testcloud/c/89f1c024ca829543de7f74f89329158c6dee3d83?branch=master You can pass version str to the TPMConfiguration() object, libvirt supports 1.2 or 2.0 (default). Ping me please when you'd need a new testcloud release with this. |
aef8e77
to
adaeda0
Compare
eaad8e4
to
461fd23
Compare
461fd23
to
35518c8
Compare
/packit test |
35518c8
to
ee95609
Compare
ee95609
to
f9842b2
Compare
Sorry, I missed your comment. Yes, it would be nice to have a testcloud release with this feature. I'm closing on adding a test for it in tmt, this PR should be ready for reviews Soon(TM). |
f9842b2
to
eec52fe
Compare
4fb6340
to
43f22ee
Compare
Okey dokey, I'll try to sprint in to have the next release tagged by around friday, I have bunch of wip stuff near the finish line that I'd like to include in. |
8ef36dd
to
375e40e
Compare
testcloud-0.9.11 was released, TPMConfiguration objects now accept version parameter ("1.2" or "2.0" which are the only ones supported by libvirt). |
375e40e
to
ee576ab
Compare
Lovely, thank you! Tested both with testcloud-0.9.10 and testcloud-0.9.12, works perfectly. |
ee576ab
to
9c25dd1
Compare
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.
Nice! Thanks for implementing this.
Based on code introduced in #2078, but honoring HW requirements.
9c25dd1
to
14c9c26
Compare
/packit test |
1 similar comment
/packit test |
Based on code introduced in #2078, but honoring HW requirements.
Pull Request Checklist