fix dhcp correctly with correct ips

This commit is contained in:
Stephen Smoogen 2020-02-13 17:44:08 +00:00 committed by Pierre-Yves Chibon
parent a62b9beaa1
commit 228acc231c
2 changed files with 12 additions and 12 deletions

View file

@ -519,8 +519,8 @@ aarch64-c28n1-oqa.arm.fedoraproject.org
aarch64-c29n1-oqa.arm.fedoraproject.org
aarch64-c30n1-oqa.arm.fedoraproject.org
openqa-aarch64-01.arm.fedoraproject.org
# openqa-aarch64-02.arm.fedoraproject.org
# openqa-aarch64-03.arm.fedoraproject.org
openqa-aarch64-02.arm.fedoraproject.org
openqa-aarch64-03.arm.fedoraproject.org
openqa-aarch64-04.arm.fedoraproject.org

View file

@ -1249,22 +1249,22 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
host openqa-a64-01-mgmt {
hardware ethernet E8:6A:64:97:6B:E0;
fixed-address 10.5.130.146;
option host-name "openqa-aarch64-03";
option host-name "openqa-aarch64-01";
}
host openqa-a64-02-mgmt {
hardware ethernet E8:6A:64:39:18:67;
fixed-address 10.5.130.147;
option host-name "openqa-aarch64-04";
option host-name "openqa-aarch64-02";
}
host openqa-a64-03-mgmt {
hardware ethernet E8:6A:64:39:18:85;
fixed-address 10.5.130.148;
option host-name "openqa-aarch64-05";
option host-name "openqa-aarch64-03";
}
host openqa-a64-04-mgmt {
hardware ethernet E8:6A:64:39:19:62;
fixed-address 10.5.130.149;
option host-name "openqa-aarch64-06";
option host-name "openqa-aarch64-04";
}
host tbc-a64-07-mgmt {
hardware ethernet E8:6A:64:97:6B:7A;
@ -1973,22 +1973,22 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
}
host openqa-aarch64-02 {
hardware ethernet 68:05:CA:8A:F4:29;
fixed-address 10.5.78.244;
option host-name "openqa-aarch64-04";
fixed-address 10.5.78.7;
option host-name "openqa-aarch64-02";
next-server 10.5.126.41;
filename "/uefi/grubaa64.efi";
}
host openqa-aarch64-03 {
hardware ethernet 68:05:CA:8B:05:8C;
fixed-address 10.5.78.245;
option host-name "openqa-aarch64-05";
fixed-address 10.5.78.8;
option host-name "openqa-aarch64-03";
next-server 10.5.126.41;
filename "/uefi/grubaa64.efi";
}
host openqa-aarch64-04 {
hardware ethernet 68:05:CA:8A:F2:05;
fixed-address 10.5.78.246;
option host-name "openqa-aarch64-06";
fixed-address 10.5.78.9;
option host-name "openqa-aarch64-04";
next-server 10.5.126.41;
filename "/uefi/grubaa64.efi";
}