dhcp: adjust for new openqa workers
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9a4027b096
commit
60cc37ecd0
1 changed files with 21 additions and 11 deletions
|
@ -473,14 +473,15 @@ host vmhost-x86-09 {
|
|||
}
|
||||
|
||||
|
||||
host oshift4-x86-fe-01 {
|
||||
host openqa-x86-worker03 {
|
||||
hardware ethernet ec:f4:bb:d2:86:58;
|
||||
fixed-address 10.3.163.20;
|
||||
fixed-address 10.3.174.23;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.163.254;
|
||||
option routers 10.3.174.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host oshift4-x86-fe-02 {
|
||||
hardware ethernet EC:F4:BB:E1:C2:D8;
|
||||
fixed-address 10.3.163.21;
|
||||
|
@ -521,14 +522,6 @@ host oshift4-x86-be-03 {
|
|||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host oshift4-x86-be-04 {
|
||||
hardware ethernet 24:6E:96:B1:C8:00;
|
||||
fixed-address 10.3.163.26;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host oshift4-x86-be-05 {
|
||||
hardware ethernet 24:6E:96:B1:4C:70;
|
||||
fixed-address 10.3.163.27;
|
||||
|
@ -1641,5 +1634,22 @@ host vmhost-iad-11-mgmt {
|
|||
option host-name "vmhost-iad-11-mgmt";
|
||||
}
|
||||
|
||||
host openqa-x86-worker05 {
|
||||
hardware ethernet ec:f4:bb:d2:25:68;
|
||||
fixed-address 10.3.174.25;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.174.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host openqa-x86-worker06 {
|
||||
hardware ethernet 24:6e:96:b1:c8:00;
|
||||
fixed-address 10.3.174.26;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.174.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
## End of file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue