Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bgartzi
Copy link

@bgartzi bgartzi commented Jan 31, 2025

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:

  • adequate testing for the new functionality or fixed issue
  • adequate documentation informing people about the change such as
    • submit a PR for the READMEs listed here
    • submit a PR for the osbuild.org website repository if this PR changed any behavior not covered by the automatically updated READMEs

I couldn't find anything relevant to be changed to address the points above.

@bgartzi
Copy link
Author

bgartzi commented Feb 13, 2025

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?
Thanks! :)

Copy link
Member

@thozza thozza left a 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?

Comment on lines +35 to +37
// Guest OS Features for RHEL9.2 images.
// The TDX support was added since RHEL-9.6.
var GuestOsFeaturesRHEL92 []*computepb.GuestOsFeature = []*computepb.GuestOsFeature{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: I think that the comment should state for RHEL images up to 9.5 and I'd suggest to also name the variable GuestOsFeaturesRHEL95

@thozza thozza requested review from a team, mvo5, achilleas-k and thozza and removed request for a team February 13, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants