-
Notifications
You must be signed in to change notification settings - Fork 108
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
internal/cloud/gcp/compute: Add TDX_CAPABLE guest OS feature #4587
Conversation
614af9b
to
ecf5ef5
Compare
Hi @thozza, @ondrejbudai, based on other similar PRs I think you could provide some feedback about this. Would any of you mind having a look? |
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.
Thank you!
I have one tiny suggestion. In addition, I'd like to ask what about the support in c10s? Should the capability be added there as well?
ecf5ef5
to
4577972
Compare
Thanks @thozza!
I would say so, but I need to double confirm. |
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, thanks!
4577972
to
0366b83
Compare
Hi @thozza! I asked the centos-devel mailing list whether centos-stream 10 images should be marked as TDX_CAPABLE or not. However, I haven't received any reply. However, there are many reasons that make me think we should keep this going:
|
Thanks @bgartzi . Would you mind extending this PR or submitting a new one? |
0366b83
to
42dcee1
Compare
Sorry @thozza, I might be missing something. Doesn't the actual patch already imply that c10s images will carry |
Sorry, I didn't check the complete code, only the PR diff chunks. You are right. |
Latest RHEL images (from 9.6 on) should be able to run as TDX guests. CentOS guests also fully support it at the moment. See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006 See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
42dcee1
to
77a04a6
Compare
Thanks for confirming @thozza! |
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.
Shouldn't then we have a case for RHEL-9.6 as well, since it's mentioned in the comment?
No. RHEL 9.6 and later uses |
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.
Right, I missed the first line of the diff, thanks, and sorry for my confusion.
Latest RHEL images (from 9.6 on) should fully support running as TDX guests, as well as latest CentOS images.
See: https://issues.redhat.com/browse/COS-3111
See: coreos/coreos-assembler#4006
See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
This pull request includes:
I couldn't find anything relevant to be changed to address the points above.