puppet-ironic/releasenotes/notes/dhcpv6-pxe-boot-client-arch-ba8857e4f1386710.yaml
Bob Fournier 3af8943002 Use client architecture and set bootfile-url for DHCPv6 in inspector
For DHCPv6 PXE boot, the Client Architecture option uses code 61,
see https://tools.ietf.org/html/rfc5970#section-3.3. Use this
to determine if booting over EFI and set the DHCPv6 bootfile-url
when booting PXE over EFI.

Change-Id: I096ac412c015c3ac488d712010aafe52b572cfad
2019-10-17 22:02:07 -04:00

9 lines
314 B
YAML

---
fixes:
- |
For DHCPv6 PXE boot, the Client Architecture option code (61)
as defined in https://tools.ietf.org/html/rfc5970#section-3.3 is
different than the one for DHCP. This is used to determine
if booting over EFI. This change sets the DHCPv6 bootfile-url
when booting PXE over EFI.