tripleo-heat-templates/releasenotes/notes/change-ironic-tftp-service-21cc25629b15992f.yaml
Julia Kreger 84e1a591d8 Swap xinetd/tftp-server for dnsmasq to support ironic-pxe operations
tftp-server and xinetd are not anticipated to be in RHEL9 and as
such we need to remove their use in order to facilitate a transition
to RHEL9 when the time comes.

In this case, we're anticipating we can just directly launch dnsmasq
instead of in.tftpd directly within the container.

Change-Id: Ie75aa0f2994a4cf662905b912231a12e3bd8afe7
2021-09-14 19:15:41 +00:00

8 lines
289 B
YAML

---
upgrade:
- |
Changes the ironic PXE container TFTP service from ``in.tftpd`` to use
the ``dnsmasq`` TFTP service. This is because the ``in.tftpd`` service
is not anticipated to be carried by Linux distributions moving forward,
and ``dnsmasq`` is actively maintained.