dhcpd: add openqa-p09-worker01/02

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-10-08 17:06:02 -07:00
parent 380b0df57d
commit c351df2da3

View file

@ -1783,4 +1783,22 @@ host bvmhost-x86-riscv01 {
option subnet-mask 255.255.255.0;
}
host openqa-p09-worker01 {
hardware ethernet 40:a6:b7:18:87:24;
fixed-address 10.3.174.42;
option host-name "openqa-p09-worker01.iad2.fedoraproject.org";
next-server 10.3.163.10;
option routers 10.3.174.254;
option subnet-mask 255.255.255.0;
}
host openqa-p09-worker02 {
hardware ethernet 40:a6:b7:18:86:b8;
fixed-address 10.3.174.43;
option host-name "openqa-p09-worker02.iad2.fedoraproject.org";
next-server 10.3.163.10;
option routers 10.3.174.254;
option subnet-mask 255.255.255.0;
}
## End of file