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 5e525d8b41..2d6d66097d 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1259,6 +1259,8 @@ subnet 10.5.130.0 netmask 255.255.255.0 { option host-name "buildvmhost-aarch64-17"; } + + host tbc-a64-01-mgmt { hardware ethernet E8:6A:64:39:18:63; fixed-address 10.5.130.144; @@ -1289,6 +1291,21 @@ subnet 10.5.130.0 netmask 255.255.255.0 { fixed-address 10.5.130.149; option host-name "tbc-aarch64-06"; } + host tbc-a64-07-mgmt { + hardware ethernet E8:6A:64:97:6B:7A; + fixed-address 10.5.130.141; + option host-name "tbc-aarch64-07"; + } + host tbc-a64-08-mgmt { + hardware ethernet E8:6A:64:39:19:62; + fixed-address 10.5.130.142; + option host-name "tbc-aarch64-08"; + } + host tbc-a64-09-mgmt { + hardware ethernet E8:6A:64:97:6B:49; + fixed-address 10.5.130.143; + option host-name "tbc-aarch64-09"; + }