dhcp: add worker04.stg to dhcp
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5702e2491b
commit
88fbb2607e
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue