ironic/releasenotes/notes/pxe-filter-b57b7f5f2b1e1974.yaml
Dmitry Tantsur 89fe0396af
Add inspection PXE filter service
The logic to handle dnsmasq hostfiles is moved from ironic-inspector
with only cosmetic changes. The logic to purge the hostsdir is not
copied since it relies on running commands with root privileges.
A documentation example is added instead.

The change is missing the RPC call to notify the filter about changes.
It will be done in a follow-up.

Change-Id: Ie32018c760c39873ead1da54cfaeae87eaaaf043
2024-02-28 18:13:56 +01:00

8 lines
311 B
YAML

---
features:
- |
Adds a new service ``ironic-pxe-filter`` that is designed to work with
the ``agent`` inspect interface to conduct "unmanaged" inspection. It is
adapted from the ironic-inspector's ``dnsmasq`` PXE filter and can be used
as its replacement. See documentation for more details.