add buildvmhost macs from aarch64 boxes
This commit is contained in:
parent
e6448d07c7
commit
3e67f232ec
1 changed files with 21 additions and 1 deletions
|
@ -1823,7 +1823,27 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-13 {
|
||||
hardware ethernet 00:1B:21:DE:34:63;
|
||||
fixed-address 10.5.78.13;
|
||||
option host-name "buildvmhost-aarch64-13";
|
||||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
host buildvmhost-aarch64-14 {
|
||||
hardware ethernet 68:05:CA:8E:97:AB;
|
||||
fixed-address 10.5.78.14;
|
||||
option host-name "buildvmhost-aarch64-14";
|
||||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
host buildvmhost-aarch64-15 {
|
||||
hardware ethernet 68:05:CA:8E:AB:B6;
|
||||
fixed-address 10.5.78.15;
|
||||
option host-name "buildvmhost-aarch64-15";
|
||||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
|
||||
|
||||
host arm01-releng02 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue