Skip to content

Commit

Permalink
image.yaml: aws; add old defaults for new fields
Browse files Browse the repository at this point in the history
see coreos/coreos-assembler#3607

With the above PR, cosa's image-default.yaml adds 3 configuration
fields. The defaults provided differ from before. Overide the new
configuration fields to maintain old defaults.
  • Loading branch information
prestist committed Sep 15, 2023
1 parent 56ec831 commit 943c98d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions image-rhel-9.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ vmware-os-type: rhel8_64Guest
# VMware hardware versions: https://kb.vmware.com/s/article/1003746
# Supported VMware versions: https://lifecycle.vmware.com/
vmware-hw-version: 15

# see https://github.com/coreos/coreos-assembler/pull/3607
# Defaults for AWS
aws-imdsv2-only: false
aws-volume-type: "gp2"
aws-x86-boot-mode: "legacy-bios"

0 comments on commit 943c98d

Please sign in to comment.