From 8e6286b823c082b58d12bd5de239a961e0da015b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 21 Jul 2025 13:17:04 -0700 Subject: [PATCH] noc01 / dhcp: add some hardware for installs Signed-off-by: Kevin Fenzi --- .../dhcpd.conf.noc01.rdu3.fedoraproject.org | 31 +++++++++++++++++-- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.rdu3.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.rdu3.fedoraproject.org index e473bba74b..d3ffa904b6 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.rdu3.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.rdu3.fedoraproject.org @@ -422,10 +422,10 @@ host buildhw-x86-02.mgmt.rdu3.fedoraproject.org { option host-name "buildhw-x86-02.mgmt.rdu3.fedoraproject.org"; } -host autosign02.mgmt.rdu3.fedoraproject.org { +host buildhw-x86-04.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"; + fixed-address 10.16.160.15; + option host-name "buildhw-x86-04.mgmt.rdu3.fedoraproject.org"; } host sign-vault02.mgmt.rdu3.fedoraproject.org { @@ -1348,3 +1348,28 @@ host bvmhost-a64-05.rdu3.fedoraproject.org { fixed-address 10.16.170.28; option host-name "bvmhost-a64-05.rdu3.fedoraproject.org"; } + +host bvmhost-a64-05.rdu3.fedoraproject.org { + hardware ethernet 04:3f:72:d7:7f:f7; + fixed-address 10.16.170.28; + next-server 10.16.163.10; + option routers 10.16.170.254; + option host-name "bvmhost-a64-05.rdu3.fedoraproject.org"; +} + +host buildhw-a64-05.rdu3.fedoraproject.org { + hardware ethernet 0C:42:A1:4A:0B:F5; + fixed-address 10.16.170.125; + next-server 10.16.163.10; + option routers 10.16.170.254; + option host-name "buildhw-a64-05.rdu3.fedoraproject.org"; +} + +host buildhw-x86-05 { + hardware ethernet 6C:FE:54:57:5F:48; + fixed-address 10.16.169.35; + filename "uefi/shim.efi"; + next-server 10.16.163.10; + option routers 10.16.169.254; + option subnet-mask 255.255.255.0; +}