buildvmhost-aarch64-01/01: Add dhcp info for 2 thunderx2 aarch64 buildvmhosts.

We need to add these in so pxe sees the right thing to boot them.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-04-25 16:08:04 +00:00
parent f4a1f3c1d5
commit 6a6d410444

View file

@ -2272,6 +2272,22 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
filename "/uefi/grubaa64.efi";
}
host buildvmhost-aarch64-01 {
hardware ethernet f4:e9:d4:f2:e7:f4;
fixed-address 10.5.78.205;
option host-name "buildvmhost-aarch64-01";
next-server 10.5.126.41;
filename "/uefi/grubaa64.efi";
}
host buildvmhost-aarch64-02 {
hardware ethernet e0:d5:5e:ae:53:e0;
fixed-address 10.5.78.206;
option host-name "buildvmhost-aarch64-02";
next-server 10.5.126.41;
filename "/uefi/grubaa64.efi";
}
}