kolla-ansible/ansible/roles/ironic
Mark Goddard 91e036cc39 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
(cherry picked from commit 7b9397566a)
2019-07-18 07:16:26 +00:00
..
defaults Use ironic inspector 'dnsmasq' PXE filter by default 2019-04-10 09:24:46 +00:00
handlers Use become for all docker tasks 2019-06-28 11:26:57 +01:00
meta Add Ansible support for Ironic 2015-09-28 16:10:43 -04:00
tasks During deploy, always sync DB 2019-07-12 14:10:00 +01:00
templates Fix ironic inspector iPXE boot with UEFI 2019-07-18 07:16:26 +00:00