From 6fcdfcf9bbcb86412581587152c52c86b13c7774 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 6 Nov 2018 11:54:10 -0800 Subject: [PATCH] Mark discovery ramdisk to have an initrd Seems tinycore's kernel needs an indicator that the instance is booting with a ramdisk. CoreOS's builds seemed to tolerate this without issue when it was originally developed. :( Change-Id: I07ecdde3986f7b9720f0e83c47135846cafff2de --- .../templates/inspector-default-boot-ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/bifrost-ironic-install/templates/inspector-default-boot-ipxe.j2 b/playbooks/roles/bifrost-ironic-install/templates/inspector-default-boot-ipxe.j2 index 7541cc7b3..ace3a662d 100644 --- a/playbooks/roles/bifrost-ironic-install/templates/inspector-default-boot-ipxe.j2 +++ b/playbooks/roles/bifrost-ironic-install/templates/inspector-default-boot-ipxe.j2 @@ -5,6 +5,6 @@ dhcp || reboot goto introspect :introspect -kernel {{ ipa_kernel_url }} ipa-inspection-callback-url=http://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface ]['ipv4']['address'] }}:5050/v1/continue systemd.journald.forward_to_console=yes ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} nofb nomodeset vga=normal console=ttyS0 {{ inspector_extra_kernel_options | default('') }} +kernel {{ ipa_kernel_url }} ipa-inspection-callback-url=http://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface ]['ipv4']['address'] }}:5050/v1/continue systemd.journald.forward_to_console=yes ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} nofb nomodeset vga=normal console=ttyS0 {{ inspector_extra_kernel_options | default('') }} initrd=ipa.initramfs initrd {{ ipa_ramdisk_url }} boot