From c1188538e6ae09d59b65824e153a184b81479c94 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 14 Oct 2019 20:52:15 +0000 Subject: [PATCH] Add in the ips for other emags --- .../dhcpd.conf.noc01.phx2.fedoraproject.org | 23 +++++++++++++++++++ 1 file changed, 23 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 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"; + } }