Skip to content

Commit bcd344a

Browse files
committed
internal/cloud/gcp/compute: Add TDX_CAPABLE guest OS feature
Latest RHEL images should be able to run as TDX hosts. See: https://issues.redhat.com/browse/RHEL-70465 See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006
1 parent 7c101fd commit bcd344a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cloud/gcp/compute.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var GuestOsFeaturesRHEL9 []*computepb.GuestOsFeature = []*computepb.GuestOsFeatu
2929
{Type: common.ToPtr(computepb.GuestOsFeature_GVNIC.String())},
3030
{Type: common.ToPtr(computepb.GuestOsFeature_SEV_SNP_CAPABLE.String())},
3131
{Type: common.ToPtr(computepb.GuestOsFeature_SEV_LIVE_MIGRATABLE_V2.String())},
32+
{Type: common.ToPtr(computepb.GuestOsFeature_TDX_CAPABLE.String())},
3233
}
3334

3435
// Guest OS Features for RHEL9.1 images.

0 commit comments

Comments
 (0)