dhcpd: add openqa-a64-worker02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a31716efb5
commit
380b0df57d
1 changed files with 8 additions and 0 deletions
|
@ -1131,6 +1131,14 @@ host openqa-a64-worker01 {
|
||||||
option routers 10.3.174.254;
|
option routers 10.3.174.254;
|
||||||
option subnet-mask 255.255.255.0;
|
option subnet-mask 255.255.255.0;
|
||||||
}
|
}
|
||||||
|
host openqa-a64-worker02 {
|
||||||
|
hardware ethernet 50:6b:4b:7f:a8:b0 ;
|
||||||
|
fixed-address 10.3.174.62;
|
||||||
|
filename "uefi/grubaa64.efi";
|
||||||
|
next-server 10.3.163.10;
|
||||||
|
option routers 10.3.174.254;
|
||||||
|
option subnet-mask 255.255.255.0;
|
||||||
|
}
|
||||||
|
|
||||||
host buildhw-a64-01 {
|
host buildhw-a64-01 {
|
||||||
hardware ethernet 50:6b:4b:6b:08:50;
|
hardware ethernet 50:6b:4b:6b:08:50;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue