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 a847701f9c..272025f553 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1176,6 +1176,29 @@ subnet 10.5.130.0 netmask 255.255.255.0 { option host-name "buildvmhost-aarch64-19"; } + host buildvmhost-aarch64-20 { + hardware ethernet E8:6A:64:39:18:67; + fixed-address 10.5.130.140; + option host-name "buildvmhost-aarch64-20"; + } + + host buildvmhost-aarch64-21 { + hardware ethernet E8:6A:64:39:18:85; + fixed-address 10.5.130.141; + option host-name "buildvmhost-aarch64-21"; + } + + host buildvmhost-aarch64-22 { + hardware ethernet E8:6A:64:39:18:B3; + fixed-address 10.5.130.142; + option host-name "buildvmhost-aarch64-22"; + } + + host buildvmhost-aarch64-23 { + hardware ethernet E8:6A:64:39:19:62; + fixed-address 10.5.130.143; + option host-name "buildvmhost-aarch64-23"; + } }