openqa-a64-worker04: add dhcp and host vars

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-07-30 19:18:18 -07:00
parent a8711c244c
commit c48af3dad4
2 changed files with 82 additions and 0 deletions

View File

@@ -1365,3 +1365,11 @@ host openqa-a64-worker03 {
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}
host openqa-a64-worker04 {
hardware ethernet b8:ce:f6:04:74:d9;
fixed-address 10.16.174.64;
next-server 10.16.163.10;
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}