Add dnsmasq to ironic-pxe container

In order for us to handle RHEL9's removal of tftp-server, we need
to migrate to another TFTP server to support PXE operations, and
luckily enough, dnsmasq has this capability.

With the package in place, we should be able to invoke it
for the container to run and then eventually remove tftp-server.

Change-Id: I28a3e1200567236d4f78bfddb7899490bbea267f
This commit is contained in:
Julia Kreger 2021-07-28 07:52:32 -07:00
parent f27786254a
commit d3a5fdb6d0
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ tcib_packages:
- python3-mod_wsgi
- syslinux-tftpboot
- tftp-server
- dnsmasq