84e1a591d8
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
8 lines
289 B
YAML
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.
|