dhcp: add worker04.stg to dhcp

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-02-21 16:26:27 -08:00
parent 5702e2491b
commit 88fbb2607e

View file

@ -583,6 +583,14 @@ host worker03-ocp-stg {
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
}
host worker04-ocp-stg {
hardware ethernet ec:f4:bb:e1:d3:78;
fixed-address 10.3.166.122;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-01-stg {
hardware ethernet ec:f4:bb:d2:85:e8;
fixed-address 10.3.166.11;