try to set up dhcpd properly for host

This commit is contained in:
Stephen Smoogen 2020-02-13 20:44:44 +00:00 committed by Pierre-Yves Chibon
parent 228acc231c
commit 46b35d7229

View file

@ -1243,7 +1243,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
host buildvmhost-a64-18-mgmt {
hardware ethernet E8:6A:64:39:19:35;
fixed-address 10.5.130.139;
option host-name "buildvmhost-aarch64-17";
option host-name "buildvmhost-aarch64-18";
}
host buildvmhost-a64-19-mgmt {
hardware ethernet E8:6A:64:97:6B:49;
fixed-address 10.5.130.143;
option host-name "buildvmhost-aarch64-18";
}
host openqa-a64-01-mgmt {
@ -1276,11 +1281,6 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
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";
}
@ -1956,6 +1956,13 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
next-server 10.5.126.41;
filename "/uefi/grubaa64.efi";
}
host buildvmhost-aarch64-19 {
hardware ethernet 00:1B:21:E0:78:B2;
fixed-address 10.5.78.3;
option host-name "buildvmhost-aarch64-19";
next-server 10.5.126.41;
filename "/uefi/grubaa64.efi";
}
host tbc-aarch64-00 {
hardware ethernet 00:1B:21:E0:6E:5B;