From 0538dd0b433737b704349927b7f56cd6f7bce4b7 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Fri, 15 Sep 2023 14:04:00 -0400 Subject: [PATCH] image.yaml: add defaults for aws configs 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..fcb6e3efc 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 +# AWS Defaults +aws-imdsv2-only: false +aws-volume-type: "gp2" +aws-x86-boot-mode: "uefi"