ansible/roles/dhcp_server/files/dhcpd.conf.noc01.rdu3.fedoraproject.org
2025-05-29 17:07:05 +01:00

1083 lines
33 KiB
Org Mode

#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.example
# see dhcpd.conf(5) man page
#
server-identifier 10.16.163.10
ddns-update-style none;
authoritative;
option space pxelinux;
option pxelinux.magic code 208 = string;
option pxelinux.configfile code 209 = text;
option pxelinux.pathprefix code 210 = text;
option pxelinux.reboottime code 211 = unsigned integer 32;
option architecture-type code 93 = unsigned integer 16;
subnet 10.16.161.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "mgmt.rdu3.fedoraproject.org";
option routers 10.16.161.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.161.200 10.16.161.249;
}
subnet 10.16.163.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.163.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.163.200 10.16.163.239;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.164.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.164.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.164.220 10.16.164.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.165.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.165.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.165.220 10.16.165.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.166.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.166.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.166.220 10.16.166.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.167.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.167.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.167.220 10.16.167.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.168.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.168.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.168.220 10.16.168.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.169.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.169.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.169.200 10.16.169.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
option routers 10.16.169.254;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.170.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.170.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.170.200 10.16.170.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.171.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.171.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.171.200 10.16.171.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.172.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.172.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.172.220 10.16.172.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.173.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.173.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.173.220 10.16.173.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.174.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.174.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.174.220 10.16.174.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.175.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.175.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.175.220 10.16.175.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.176.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "rdu3.fedoraproject.org";
option routers 10.16.176.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.176.220 10.16.176.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.16.163.10;
if option architecture-type = 00:07 or option architecture-type = 00:09 {
filename "uefi/grubx64.efi";
} else if option architecture-type = 00:0b {
filename "uefi/grubaa64.efi";
} else {
filename "pxelinux/pxelinux.0";
}
}
}
subnet 10.16.160.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "mgmt.rdu3.fedoraproject.org";
option routers 10.16.160.254;
option domain-name-servers 10.16.163.33, 10.16.163.34;
option log-servers 10.16.163.39;
option ntp-servers 10.16.163.31, 10.16.163.32;
range 10.16.160.200 10.16.160.249;
}
# rdu3 mgmt interfaces
host autosign01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:CE:FC;
fixed-address 10.16.160.134;
option host-name "autosign01.mgmt.rdu3.fedoraproject.org";
}
host sign-vault01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C5:BA;
fixed-address 10.16.160.132;
option host-name "sign-vault01.mgmt.rdu3.fedoraproject.org";
}
host buildhw-x86-01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C9:7A;
fixed-address 10.16.160.12;
option host-name "buildhw-x86-01.mgmt.rdu3.fedoraproject.org";
}
host buildhw-x86-02.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C9:C2;
fixed-address 10.16.160.13;
option host-name "buildhw-x86-02.mgmt.rdu3.fedoraproject.org";
}
host autosign02.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:CE:F6;
fixed-address 10.16.160.130;
option host-name "autosign02.mgmt.rdu3.fedoraproject.org";
}
host sign-vault02.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:65:B6;
fixed-address 10.16.160.133;
option host-name "sign-vault02.mgmt.rdu3.fedoraproject.org";
}
host buildhw-x86-03.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C8:F6;
fixed-address 10.16.160.14;
option host-name "buildhw-x86-03.mgmt.rdu3.fedoraproject.org";
}
host qvmhost-x86-01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:CF:02 ;
fixed-address 10.16.160.135;
option host-name "qvmhost-x86-01.mgmt.rdu3.fedoraproject.org";
}
host backup01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:D0:04;
fixed-address 10.16.160.99;
option host-name "backup01.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:6A:CC;
fixed-address 10.16.160.91;
option host-name "bvmhost-x86-01.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-02.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:D0:0A;
fixed-address 10.16.160.92;
option host-name "bvmhost-x86-02.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-03.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C8:FC;
fixed-address 10.16.160.93;
option host-name "bvmhost-x86-03.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-04.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:CA:1C;
fixed-address 10.16.160.94;
option host-name "bvmhost-x86-04.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-05.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C8:B4;
fixed-address 10.16.160.95;
option host-name "bvmhost-x86-05.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-06.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C5:1E;
fixed-address 10.16.160.96;
option host-name "bvmhost-x86-06.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-01-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C4:E2;
fixed-address 10.16.160.191;
option host-name "bvmhost-x86-01-stg.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-02-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C7:3A;
fixed-address 10.16.160.192;
option host-name "bvmhost-x86-02-stg.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-03-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C4:BE;
fixed-address 10.16.160.193;
option host-name "bvmhost-x86-03-stg.mgmt.rdu3.fedoraproject.org";
}
host worker01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:64:AE;
fixed-address 10.16.160.180;
option host-name "worker01.mgmt.rdu3.fedoraproject.org";
}
host worker02.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:64:84;
fixed-address 10.16.160.181;
option host-name "worker02.mgmt.rdu3.fedoraproject.org";
}
host worker03.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:64:A2;
fixed-address 10.16.160.182;
option host-name "worker03.mgmt.rdu3.fedoraproject.org";
}
host worker04.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:CF:E6;
fixed-address 10.16.160.51;
option host-name "worker04.mgmt.rdu3.fedoraproject.org";
}
host worker05.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:65:AA;
fixed-address 10.16.160.40;
option host-name "worker05.mgmt.rdu3.fedoraproject.org";
}
host worker01-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C3:98;
fixed-address 10.16.160.183;
option host-name "worker01-stg.mgmt.rdu3.fedoraproject.org";
}
host worker02-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:63:40;
fixed-address 10.16.160.184;
option host-name "worker02-stg.mgmt.rdu3.fedoraproject.org";
}
host worker03-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:62:A4;
fixed-address 10.16.160.185;
option host-name "worker03-stg.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C8:C0;
fixed-address 10.16.160.71;
option host-name "vmhost-x86-01.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-02.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C4:B8;
fixed-address 10.16.160.72;
option host-name "vmhost-x86-02.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-03.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:65:C8;
fixed-address 10.16.160.73;
option host-name "vmhost-x86-03.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-04.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:5F:8C;
fixed-address 10.16.160.74;
option host-name "vmhost-x86-04.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-05.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:67:1E;
fixed-address 10.16.160.75;
option host-name "vmhost-x86-05.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-01-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:68:F8;
fixed-address 10.16.160.57;
option host-name "vmhost-x86-01-stg.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-02-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:5F:AA;
fixed-address 10.16.160.33;
option host-name "vmhost-x86-02-stg.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-03-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:61:72;
fixed-address 10.16.160.34;
option host-name "vmhost-x86-03-stg.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-04-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C7:FA;
fixed-address 10.16.160.35;
option host-name "vmhost-x86-04-stg.mgmt.rdu3.fedoraproject.org";
}
host vmhost-x86-05-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:60:B8;
fixed-address 10.16.160.36;
option host-name "vmhost-x86-05-stg.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-x86-riscv01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:69:82 ;
fixed-address 10.16.160.55;
option host-name "bvmhost-x86-riscv01.mgmt.rdu3.fedoraproject.org";
}
host openqa-x86-worker01.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:62:63:46;
fixed-address 10.16.160.137;
option host-name "openqa-x86-worker01.mgmt.rdu3.fedoraproject.org";
}
host openqa-x86-worker02.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C9:02;
fixed-address 10.16.160.138;
option host-name "openqa-x86-worker02.mgmt.rdu3.fedoraproject.org";
}
host openqa-x86-worker03.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:CE:12;
fixed-address 10.16.160.58;
option host-name "openqa-x86-worker03.mgmt.rdu3.fedoraproject.org";
}
host openqa-x86-worker04.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:C4:5E;
fixed-address 10.16.160.53;
option host-name "openqa-x86-worker04.mgmt.rdu3.fedoraproject.org";
}
host openqa-x86-worker05.mgmt.rdu3.fedoraproject.org {
hardware ethernet D0:46:0C:61:CA:22;
fixed-address 10.16.160.54;
option host-name "openqa-x86-worker05.mgmt.rdu3.fedoraproject.org";
}
host centos-x86-01.mgmt.rdu3.fedoraproject.org {
hardware ethernet A8:3C:A5:4C:C1:C1;
fixed-address 10.16.160.69;
option host-name "centos-x86-02.mgmt.rdu3.fedoraproject.org";
}
host centos-x86-02.mgmt.rdu3.fedoraproject.org {
hardware ethernet A8:3C:A5:4C:22:BF;
fixed-address 10.16.160.70;
option host-name "centos-x86-02.mgmt.rdu3.fedoraproject.org";
}
# power10 in rdu3
host bvmhost-p10-01.mgmt.rdu3.fedoraproject.org {
hardware ethernet 08:94:ef:85:2e:a6;
fixed-address 10.16.160.139;
option host-name "bvmhost-p10-01.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-p10-02.mgmt.rdu3.fedoraproject.org {
hardware ethernet 08:94:ef:85:3d:82;
fixed-address 10.16.160.140;
option host-name "bvmhost-p10-02.mgmt.rdu3.fedoraproject.org";
}
# aarch64 in rdu3
host bvmhost-a64-01.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:20:b2;
fixed-address 10.16.160.101;
option host-name "bvmhost-a64-01.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-a64-02.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:25:a2;
fixed-address 10.16.160.102;
option host-name "bvmhost-a64-02.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-a64-03.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:23:02;
fixed-address 10.16.160.103;
option host-name "bvmhost-a64-03.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-p10-04.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:25:82;
fixed-address 10.16.160.104;
option host-name "bvmhost-p10-04.mgmt.rdu3.fedoraproject.org";
}
host buildhw-a64-01.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:24:36;
fixed-address 10.16.160.112;
option host-name "buildhw-a64-01.mgmt.rdu3.fedoraproject.org";
}
host buildhw-a64-02.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:21:a6;
fixed-address 10.16.160.113;
option host-name "buildhw-a64-02.mgmt.rdu3.fedoraproject.org";
}
host openqa-a64-worker01.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:24:92;
fixed-address 10.16.160.114;
option host-name "openqa-a64-worker01.mgmt.rdu3.fedoraproject.org";
}
host openqa-a64-worker02.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:25:66;
fixed-address 10.16.160.142;
option host-name "openqa-a64-worker02.mgmt.rdu3.fedoraproject.org";
}
host bvmhost-a64-01-stg.mgmt.rdu3.fedoraproject.org {
hardware ethernet d8:5e:d3:e6:25:9a;
fixed-address 10.16.160.119;
option host-name "bvmhost-a64-01-stg.mgmt.rdu3.fedoraproject.org";
}
## End of file
host bvmhost-x86-01 {
hardware ethernet c4:70:bd:a4:09:84;
fixed-address 10.16.169.11;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-02 {
hardware ethernet c4:70:bd:aa:5d:04;
fixed-address 10.16.169.12;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-03 {
hardware ethernet c4:70:bd:c8:cf:96;
fixed-address 10.16.169.13;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-04 {
hardware ethernet c4:70:bd:c8:cf:fc;
fixed-address 10.16.169.14;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-05 {
hardware ethernet c4:70:bd:a4:0c:0c;
fixed-address 10.16.169.15;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-06 {
hardware ethernet E4:43:4B:AC:E1:54 ;
fixed-address 10.16.169.16;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-01-stg {
hardware ethernet c4:70:bd:a4:0b:a0;
fixed-address 10.16.167.11;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.167.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-02-stg {
hardware ethernet c4:70:bd:aa:5c:3e;
fixed-address 10.16.167.12;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.167.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-03-stg {
hardware ethernet c4:70:bd:b7:7c:76;
fixed-address 10.16.167.13;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.167.254;
option subnet-mask 255.255.255.0;
}
host worker01 {
hardware ethernet c4:70:bd:b7:7c:1c;
fixed-address 10.16.163.123;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host worker02 {
hardware ethernet c4:70:bd:b7:7b:1a;
fixed-address 10.16.163.124;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host worker03 {
hardware ethernet c4:70:bd:b7:7b:50;
fixed-address 10.16.163.125;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host worker04 {
hardware ethernet c4:70:bd:b7:7b:aa;
fixed-address 10.16.163.127;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host worker05 {
hardware ethernet c4:70:bd:b7:7c:64;
fixed-address 10.16.163.128;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host worker01-stg {
hardware ethernet c4:70:bd:b7:7c:82;
fixed-address 10.16.166.118;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.166.254;
option subnet-mask 255.255.255.0;
}
host worker02-stg {
hardware ethernet c4:70:bd:b7:7b:e6;
fixed-address 10.16.166.119;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.166.254;
option subnet-mask 255.255.255.0;
}
host worker03-stg {
hardware ethernet c4:70:bd:c8:c6:66;
fixed-address 10.16.166.120;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.166.254;
option subnet-mask 255.255.255.0;
}
host autosign01 {
hardware ethernet EC:F4:BB:D2:85:48 ;
fixed-address 10.16.169.28;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host sign-vault01 {
hardware ethernet c4:70:bd:c8:ce:ca;
option host-name "sign-vault01";
fixed-address 10.16.169.26;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host buildhw-x86-01 {
hardware ethernet c4:70:bd:c8:ce:dc;
fixed-address 10.16.169.31;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-01 {
hardware ethernet c4:70:bd:c8:cc:60;
fixed-address 10.16.163.11;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-02 {
hardware ethernet c4:70:bd:b7:7b:fe;
fixed-address 10.16.163.12;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-03 {
hardware ethernet c4:70:bd:aa:6a:c6;
fixed-address 10.16.163.13;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-04 {
hardware ethernet c4:70:bd:aa:6a:9c;
fixed-address 10.16.163.14;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-05 {
hardware ethernet c4:70:bd:aa:70:24;
fixed-address 10.16.163.15;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-01-stg {
hardware ethernet c4:70:bd:aa:71:14;
fixed-address 10.16.166.11;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.166.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-02-stg {
hardware ethernet c4:70:bd:aa:69:ca;
fixed-address 10.16.166.12;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.166.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-03-stg {
hardware ethernet c4:70:bd:aa:6a:72;
fixed-address 10.16.166.13;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.166.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-04-stg {
hardware ethernet c4:70:bd:aa:6a:ae;
fixed-address 10.16.166.14;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.166.254;
option subnet-mask 255.255.255.0;
}
host vmhost-x86-05-stg {
hardware ethernet c4:70:bd:aa:71:2c;
fixed-address 10.16.166.15;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.166.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-riscv01 {
hardware ethernet c4:70:bd:b7:7a:72;
fixed-address 10.16.168.11;
option host-name "bvmhost-x86-riscv01.rdu3.fedoraproject.org";
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.168.254;
option subnet-mask 255.255.255.0;
}
host openqa-x86-worker01 {
hardware ethernet E4:43:4B:A7:98:66 ;
fixed-address 10.16.174.21;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}
host openqa-x86-worker02 {
hardware ethernet E4:43:4B:23:E8:CC ;
fixed-address 10.16.174.22;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}
host openqa-x86-worker03 {
hardware ethernet c4:70:bd:c8:c7:98;
fixed-address 10.16.174.23;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}
host openqa-x86-worker04 {
hardware ethernet E4:43:4B:24:10:AA ;
fixed-address 10.16.174.24;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}
host openqa-x86-worker05 {
hardware ethernet c4:70:bd:c8:c7:6e;
fixed-address 10.16.174.25;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}
host autosign02 {
hardware ethernet c4:70:bd:c8:c7:62;
fixed-address 10.16.169.47;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host sign-vault02 {
hardware ethernet c4:70:bd:c8:cf:cc;
option host-name "sign-vault02";
fixed-address 10.16.169.27;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host buildhw-x86-03 {
hardware ethernet c4:70:bd:c8:cf:a8;
fixed-address 10.16.169.33;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.169.254;
option subnet-mask 255.255.255.0;
}
host qvmhost-x86-01 {
hardware ethernet c4:70:bd:c8:cf:d2;
fixed-address 10.16.174.11;
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}
host backup01 {
hardware ethernet c4:70:bd:c8:c7:68;
fixed-address 10.16.163.40;
option host-name "backup01.rdu3.fedoraproject.org";
filename "uefi/shimx64.efi";
next-server 10.16.163.10;
option routers 10.16.163.254;
option subnet-mask 255.255.255.0;
}