add a 21
This commit is contained in:
parent
dc1975c778
commit
950d31ab2b
3 changed files with 17 additions and 1 deletions
|
@ -183,6 +183,7 @@ buildvmhost-aarch64-17.arm.fedoraproject.org
|
|||
buildvmhost-aarch64-18.arm.fedoraproject.org
|
||||
buildvmhost-aarch64-19.arm.fedoraproject.org
|
||||
buildvmhost-aarch64-20.arm.fedoraproject.org
|
||||
buildvmhost-aarch64-21.arm.fedoraproject.org
|
||||
buildvmhost-a64-osbs-01.arm.fedoraproject.org
|
||||
|
||||
[buildhw]
|
||||
|
|
|
@ -158,6 +158,7 @@ buildvmhost-aarch64-17.arm.fedoraproject.org
|
|||
buildvmhost-aarch64-18.arm.fedoraproject.org
|
||||
buildvmhost-aarch64-19.arm.fedoraproject.org
|
||||
buildvmhost-aarch64-20.arm.fedoraproject.org
|
||||
buildvmhost-aarch64-21.arm.fedoraproject.org
|
||||
buildvmhost-a64-osbs-01.arm.fedoraproject.org
|
||||
openqa-aarch64-01.qa.fedoraproject.org
|
||||
openqa-aarch64-02.qa.fedoraproject.org
|
||||
|
|
|
@ -837,6 +837,14 @@ subnet 10.5.129.0 netmask 255.255.255.0 {
|
|||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
|
||||
host bvh-aarch64-21-br0 {
|
||||
hardware ethernet 50:6B:4B:6B:0A:40;
|
||||
fixed-address 10.5.129.37;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "bvh-aarch64-21-br0.arm.fedoraproject.org";
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
subnet 10.5.130.0 netmask 255.255.255.0 {
|
||||
|
@ -1940,7 +1948,6 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
|
||||
host buildvmhost-aarch64-20 {
|
||||
hardware ethernet 68:05:CA:8A:F4:29;
|
||||
fixed-address 10.5.78.4;
|
||||
|
@ -1948,6 +1955,13 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
host buildvmhost-aarch64-21 {
|
||||
hardware ethernet 68:05:CA:8B:05:8C;
|
||||
fixed-address 10.5.78.5;
|
||||
option host-name "buildvmhost-aarch64-21";
|
||||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
|
||||
host openqa-aarch64-01 {
|
||||
hardware ethernet 00:1b:21:e0:6a:72;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue