From ceb0d284b7f8c98244595ec163f6862fee429449 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 3 Aug 2020 11:31:52 -0700 Subject: [PATCH] Change UEFI PXE job to use tinyipa The kernel for the UEFI PXE job seems to download without issue, however the required ramdisk does not seem to be making it. As such, changing the job to use TinyCore to see if the smaller helps resolve these issues. Change-Id: Ie248de2269a63a41b634f7205468edabccc53738 --- zuul.d/ironic-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 6a8d8b7dda..91f45a2c76 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -642,6 +642,7 @@ IRONIC_ENABLED_BOOT_INTERFACES: pxe IRONIC_IPXE_ENABLED: False IRONIC_BOOT_MODE: uefi + IRONIC_RAMDISK_TYPE: tinyipa IRONIC_AUTOMATED_CLEAN_ENABLED: False IRONIC_DEFAULT_BOOT_OPTION: netboot IRONIC_VM_SPECS_RAM: 4096