From 6d8f290229aac17b9e1440d1c38128c202b8c494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 30 Apr 2024 15:35:52 +0200 Subject: [PATCH] c9s: Point image-c9s to image-rhel-9.4 --- image-c9s.yaml | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) mode change 100644 => 120000 image-c9s.yaml diff --git a/image-c9s.yaml b/image-c9s.yaml deleted file mode 100644 index 43122446..00000000 --- a/image-c9s.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# See https://github.com/coreos/coreos-assembler/pull/298 -size: 16 - -# We default to a container image -deploy-via-container: true - -# Disable networking by default on firstboot. We can drop this once cosa stops -# defaulting to `ip=dhcp,dhcp6 rd.neednet=1` when it doesn't see this key. -ignition-network-kcmdline: [] - -# add the requisite OCP metadata to our container image -# but xref https://github.com/openshift/os/issues/1047 -ostree-container-inject-openshift-cvo-labels: true - -# vmware-secure-boot changes the EFI secure boot option. -# set false here due to https://bugzilla.redhat.com/show_bug.cgi?id=2106055 -vmware-secure-boot: false - -# rhel9_64Guest requires hardware version 18 and vSphere 7.0U3 -# https://kb.vmware.com/s/article/88157 -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" diff --git a/image-c9s.yaml b/image-c9s.yaml new file mode 120000 index 00000000..3abbf78c --- /dev/null +++ b/image-c9s.yaml @@ -0,0 +1 @@ +image-rhel-9.4.yaml \ No newline at end of file