kolla-ansible/ansible/roles/ironic
Mark Goddard 7b9397566a Fix ironic inspector iPXE boot with UEFI
The ironic inspector iPXE configuration includes the following kernel
argument:

initrd=agent.ramdisk

However, the ramdisk is actually called ironic-agent.initramfs, so the
argument should be:

initrd=ironic-agent.initramfs

In BIOS boot mode this does not cause a problem, but for compute nodes
with UEFI enabled, it seems to be more strict about this, and fails to
boot.

Change-Id: Ic84f3b79fdd3cd1730ca2fb79c11c7a4e4d824de
Closes-Bug: #1836375
2019-07-12 15:09:56 +01:00
..
defaults Make kolla-ansible support extra volumes 2019-05-17 11:55:04 +08:00
handlers Simplify handler conditionals 2019-06-27 15:57:19 +00:00
meta Add Ansible support for Ironic 2015-09-28 16:10:43 -04:00
tasks During deploy, always sync DB 2019-07-12 08:56:54 +00:00
templates Fix ironic inspector iPXE boot with UEFI 2019-07-12 15:09:56 +01:00