puppet-ironic/releasenotes/notes/dnsmasq-sequential-ip-configurable-739924e5ee69a51d.yaml
Harald Jensås 4f67b341ee inspector dnsmasq: make sequential-ip configurable
Add the parameter ``dnsmasq_dhcp_sequential_ip`` to the
ironic::inspector class. When true (the default) dnsmasq
is configured to serve addresses in sequential orders.

Some DHCPv6 clients don't operate well with a DHCP server
that serves addresses sequentially. The new parameter
allow disabling sequential addressing to improve
interoperability with DHCPv6 clients in UEFI firmware.

Closes-Bug: #1941908
Change-Id: Iad32434790a1744249b284937c6b67e9b58a235f
2021-08-28 08:53:36 +09:00

8 lines
297 B
YAML

---
features:
- |
It is now possible to disable sequential ip addressing in the ironic
inspector dnsmasq service. The ``ironic::inspector`` class has the new
parameter ``dnsmasq_dhcp_sequential_ip`` *(defaults to: true)*. Set it
to ``false`` to disable sequential ip addressing.