kayobe/releasenotes/notes/fix-inspector-ipxe-uefi-86f435ebaf4eee08.yaml
Mark Goddard 0ee55e19fa Fix inspector iPXE boot with UEFI compute nodes
The IPA ramdisk fails to boot on UEFI compute nodes with iPXE. We see
the following error on the console, followed by a kernel panic:

Fix kernel panic-not syncing: VFS: unable to mount root fs on unknown
block(0,0)

The cause is the lack of an initrd=ironic-agent.initramfs kernel
argument in inspector.ipxe.

The initrd argument is present in the kolla-ansible version of
inspector.ipxe, and now contains all parameters that we need (since
Rocky), so this change simply removes our custom template, and passes
through the extra kernel argument option configuration value.

Story: 2006214
Task: 35804

Story: 2006213
Task: 35803

Depends-On: https://review.opendev.org/670566
Change-Id: I8a103b7c6d3dd1f0433f922ae90deae9b92c0c78
2019-07-15 09:31:03 +01:00

7 lines
208 B
YAML

---
fixes:
- |
Fixes an issue with hardware inspection of bare metal compute nodes
configured to use UEFI. See `story 2006214
<https://storyboard.openstack.org/#!/story/2006214>`__ for details.