mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
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:
@@ -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";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user