From e76ba9a025768c2fb853307a2083f1e705c95385 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 1 May 2025 13:43:18 -0700 Subject: [PATCH] dhcp: fix some more rdu3 devices Signed-off-by: Kevin Fenzi --- .../dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org index 60ec89341d..30e19fec22 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -1802,7 +1802,7 @@ host bvmhost-x86-05.mgmt.rdu3.fedoraproject.org { } host bvmhost-x86-06.mgmt.rdu3.fedoraproject.org { - hardware ethernet D0:46:0C:62:6A:CC; + hardware ethernet D0:46:0C:61:C5:1E; fixed-address 10.16.160.96; option host-name "bvmhost-x86-06.mgmt.rdu3.fedoraproject.org"; } @@ -1862,7 +1862,7 @@ host 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.184; + fixed-address 10.16.160.185; option host-name "worker03-stg.mgmt.rdu3.fedoraproject.org"; }