puppet-ironic/releasenotes/notes/iptables-pxe-filter-e4f0ce5fb8e55d09.yaml
Takashi Kajinami 0cd31ddc21 inspector: Add support for iptables PXE filter options
This introduces a new class to manage [pxe] options, which are used by
the iptables PXE filter options.

The configuration of [pxe] dnsmasq_interface option will be moved to
the new class, following the existing implementation to configure
the [dnsmasq_pxe_filter] dhcp_hostsdir option.

Change-Id: If0ec9eecb70d9976de76899fc115fc9facc75fdd
2023-11-05 23:19:12 +09:00

11 lines
327 B
YAML

---
features:
- |
The new ``ironic::inspector::pxe_filter::iptables`` class has been added.
deprecations:
- |
Configuration of the ``[pxe] dnsmasq_interface`` option by
the ``ironic::inspector`` class is deprecated. The option will be
managed by only the ``ironic::inspector::pxe_filter::iptables`` class.