Add pxeboot info for new aarch64 bvmhosts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8567770f43
commit
fdb2c3e28f
1 changed files with 20 additions and 0 deletions
|
@ -1702,6 +1702,10 @@ host bvmhost-a64-12 {
|
|||
hardware ethernet 0c:42:a1:4a:0b:f4;
|
||||
fixed-address 10.3.170.23;
|
||||
option host-name "bvmhost-a64-12";
|
||||
filename "uefi/grubaa64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.170.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host bvmhost-a64-13-mgmt {
|
||||
|
@ -1714,6 +1718,10 @@ host bvmhost-a64-13 {
|
|||
hardware ethernet 0c:42:a1:49:9b:d0;
|
||||
fixed-address 10.3.170.24;
|
||||
option host-name "bvmhost-a64-13";
|
||||
filename "uefi/grubaa64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.170.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host bvmhost-a64-14-mgmt {
|
||||
|
@ -1726,6 +1734,10 @@ host bvmhost-a64-14 {
|
|||
hardware ethernet 0c:42:a1:5a:00:b8;
|
||||
fixed-address 10.3.170.25;
|
||||
option host-name "bvmhost-a64-14";
|
||||
filename "uefi/grubaa64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.170.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host bvmhost-a64-15-mgmt {
|
||||
|
@ -1738,6 +1750,10 @@ host bvmhost-a64-15 {
|
|||
hardware ethernet 0c:42:a1:45:6c:fc;
|
||||
fixed-address 10.3.170.26;
|
||||
option host-name "bvmhost-a64-15";
|
||||
filename "uefi/grubaa64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.170.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host bvmhost-a64-16-mgmt {
|
||||
|
@ -1750,6 +1766,10 @@ host bvmhost-a64-16 {
|
|||
hardware ethernet 0c:42:a1:5a:08:b0;
|
||||
fixed-address 10.3.170.27;
|
||||
option host-name "bvmhost-a64-16";
|
||||
filename "uefi/grubaa64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.170.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
## End of file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue