updates for new aarch64 carts

This commit is contained in:
Peter Robinson 2017-04-19 12:30:32 +00:00
parent a792c6bac8
commit 9ba2922a80
9 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,4 @@
---
vmhost: aarch64-c21n1.arm.fedoraproject.org
eth0_ip: 10.5.129.171
eth1_ip: 10.5.127.95

View file

@ -0,0 +1,4 @@
---
vmhost: aarch64-c22n1.arm.fedoraproject.org
eth0_ip: 10.5.129.172
eth1_ip: 10.5.127.95

View file

@ -0,0 +1,4 @@
---
vmhost: aarch64-c23n1.arm.fedoraproject.org
eth0_ip: 10.5.129.173
eth1_ip: 10.5.127.95

View file

@ -0,0 +1,4 @@
---
vmhost: aarch64-c40n1.arm.fedoraproject.org
eth0_ip: 10.5.129.174
eth1_ip: 10.5.127.95

View file

@ -0,0 +1,3 @@
---
vmhost: aarch64-c21n1.arm.fedoraproject.org
eth0_ip: 10.5.129.175

View file

@ -0,0 +1,3 @@
---
vmhost: aarch64-c22n1.arm.fedoraproject.org
eth0_ip: 10.5.129.176

View file

@ -0,0 +1,3 @@
---
vmhost: aarch64-c23n1.arm.fedoraproject.org
eth0_ip: 10.5.129.177

View file

@ -0,0 +1,3 @@
---
vmhost: aarch64-c24n1.arm.fedoraproject.org
eth0_ip: 10.5.129.178

View file

@ -2330,5 +2330,37 @@ subnet 10.5.129.0 netmask 255.255.255.0 {
filename "grubaa64.efi"; filename "grubaa64.efi";
} }
host aarch64-c22n1 {
hardware ethernet 14:58:D0:58:25:02;
fixed-address 10.5.129.122;
next-server 10.5.126.41;
option host-name "aarch64-c22n1";
filename "grubaa64.efi";
}
host aarch64-c23n1 {
hardware ethernet 14:58:D0:58:05:72;
fixed-address 10.5.129.123;
next-server 10.5.126.41;
option host-name "aarch64-c23n1";
filename "grubaa64.efi";
}
host aarch64-c24n1 {
hardware ethernet 14:58:D0:58:35:C2;
fixed-address 10.5.129.124;
next-server 10.5.126.41;
option host-name "aarch64-c24n1";
filename "grubaa64.efi";
}
host aarch64-c25n1 {
hardware ethernet 14:58:D0:58:64:82;
fixed-address 10.5.129.125;
next-server 10.5.126.41;
option host-name "aarch64-c25n1";
filename "grubaa64.efi";
}
} }