summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2020-08-03 11:31:52 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2020-08-03 11:31:52 -0700
commitceb0d284b7f8c98244595ec163f6862fee429449 (patch)
tree23821585ea47d295e8482881e870795cdebe140e
parent35e76ad82ddc0fb0390a5f1b9bcc452558b782c4 (diff)
downloadironic-ceb0d284b7f8c98244595ec163f6862fee429449.tar.gz
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
-rw-r--r--zuul.d/ironic-jobs.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml
index 6a8d8b7dd..91f45a2c7 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