From: Kevin Fenzi <kevin@xxxxxxxxx> We need to add these in so pxe sees the right thing to boot them. Signed-off-by: Kevin Fenzi <kevin@xxxxxxxxx> --- .../files/dhcpd.conf.noc01.phx2.fedoraproject.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org index 1e4c7db..adaced9 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -2272,6 +2272,22 @@ subnet 10.5.78.0 netmask 255.255.255.0 { filename "/uefi/grubaa64.efi"; } + host buildvmhost-aarch64-01 { + hardware ethernet f4:e9:d4:f2:e7:f4; + fixed-address 10.5.78.205; + option host-name "buildvmhost-aarch64-01"; + next-server 10.5.126.41; + filename "/uefi/grubaa64.efi"; + } + + host buildvmhost-aarch64-02 { + hardware ethernet e0:d5:5e:ae:53:e0; + fixed-address 10.5.78.206; + option host-name "buildvmhost-aarch64-02"; + next-server 10.5.126.41; + filename "/uefi/grubaa64.efi"; + } + } -- 1.8.3.1 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx