ironic/releasenotes/notes/bug-2002093-9fcb3613d2daeced.yaml
Hironori Shiina ca921839b2 Stop passing IP address to IPA by PXE
CoreOS version for Ironic Python Agent was upgraded in the Rocky. An
IPA built on CoreOS doesn't boot from PXE. A new validation added to
CoreOS doesn't allow 'ip' parameter passed by PXE when DHCP is used.
This patch changes 'ipappend' parameter in PXE configuration not to
pass 'ip' parameter.

Change-Id: I6d5ca3a51fcbe95bd9e541a6f5ad2f7352c86a6e
Story: 2002093
Task: 19771
2018-05-30 10:58:37 +09:00

10 lines
416 B
YAML

---
upgrade:
- |
To use CoreOS based deploy/cleaning ramdisk built using Ironic Python Agent
from the Rocky release, Ironic should be upgraded to the Rocky release if
PXE is used. Otherwise, a node cannot be deployed or cleaned because the
IPA fails to boot due to an unsupported parameter passed via PXE. See
`bug 2002093 <https://storyboard.openstack.org/#!/story/2002093>`_ for
details.