From 943c98d49ed6778dece2f2e4fd8c1266166d64ec Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Fri, 15 Sep 2023 14:04:00 -0400 Subject: [PATCH] image.yaml: aws; add old defaults for new fields see https://github.com/coreos/coreos-assembler/pull/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. --- image-rhel-9.2.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/image-rhel-9.2.yaml b/image-rhel-9.2.yaml index 17c8d9cc8..8f3d0d78e 100644 --- a/image-rhel-9.2.yaml +++ b/image-rhel-9.2.yaml @@ -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"