noc01 / dhcpd: add openqa-a64-worker03 to dhcp

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-07-30 17:32:41 -07:00
parent 8e4ecd355a
commit 627c51d892

View File

@@ -1357,3 +1357,11 @@ host buildhw-x86-05 {
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host openqa-a64-worker03 {
hardware ethernet 0C:42:A1:52:1A:DD;
fixed-address 10.16.174.63;
next-server 10.16.163.10;
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}