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

cloud/gcp: update guest OS features to match prod RHEL images #929

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

Commits on Sep 13, 2024

  1. cloud/gcp: update guest OS features to match prod RHEL images

    We need to update these to match what is being set for the rhel9
    and rhel8 images produced by Google (on behalf of Red Hat) today.
    
    Also rework the comments to add context.
    
    ```
    root@24de7c60b75c:~# gcloud compute images describe-from-family --project rhel-cloud rhel-8
    architecture: X86_64
    archiveSizeBytes: '9314286336'
    creationTimestamp: '2024-09-10T13:40:19.727-07:00'
    description: Red Hat, Red Hat Enterprise Linux, 8, x86_64 built on 20240910
    diskSizeGb: '20'
    enableConfidentialCompute: false
    family: rhel-8
    guestOsFeatures:
    - type: UEFI_COMPATIBLE
    - type: VIRTIO_SCSI_MULTIQUEUE
    - type: SEV_CAPABLE
    - type: SEV_SNP_CAPABLE
    - type: SEV_LIVE_MIGRATABLE
    - type: SEV_LIVE_MIGRATABLE_V2
    - type: GVNIC
    - type: IDPF
    id: '2720211119037550684'
    kind: compute#image
    labelFingerprint: 42WmSpB8rSM=
    licenseCodes:
    - '601259152637613565'
    licenses:
    - https://www.googleapis.com/compute/v1/projects/rhel-cloud/global/licenses/rhel-8-server
    name: rhel-8-v20240910
    rawDisk:
      containerType: TAR
      source: ''
    selfLink: https://www.googleapis.com/compute/v1/projects/rhel-cloud/global/images/rhel-8-v20240910
    sourceType: RAW
    status: READY
    storageLocations:
    - asia
    - us
    - eu
    ```
    
    ```
    root@24de7c60b75c:~# gcloud compute images describe-from-family --project rhel-cloud rhel-9
    architecture: X86_64
    archiveSizeBytes: '8386093056'
    creationTimestamp: '2024-09-10T13:40:19.697-07:00'
    description: Red Hat, Red Hat Enterprise Linux, 9, x86_64 built on 20240910
    diskSizeGb: '20'
    enableConfidentialCompute: false
    family: rhel-9
    guestOsFeatures:
    - type: UEFI_COMPATIBLE
    - type: VIRTIO_SCSI_MULTIQUEUE
    - type: SEV_CAPABLE
    - type: SEV_SNP_CAPABLE
    - type: SEV_LIVE_MIGRATABLE
    - type: SEV_LIVE_MIGRATABLE_V2
    - type: GVNIC
    - type: IDPF
    id: '4739446824535658588'
    kind: compute#image
    labelFingerprint: 42WmSpB8rSM=
    licenseCodes:
    - '7883559014960410759'
    licenses:
    - https://www.googleapis.com/compute/v1/projects/rhel-cloud/global/licenses/rhel-9-server
    name: rhel-9-v20240910
    rawDisk:
      containerType: TAR
      source: ''
    selfLink: https://www.googleapis.com/compute/v1/projects/rhel-cloud/global/images/rhel-9-v20240910
    sourceType: RAW
    status: READY
    storageLocations:
    - asia
    - eu
    - us
    ```
    dustymabe committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    951be92 View commit details
    Browse the repository at this point in the history