fix(dhcp): correct pfv-tsys6-oob reservation MAC to live iDRAC6 [#460]

The reservation carried a4:ba:db:0b:df:a0 (core-switch OUI, mis-migrated
from pfv-netboot) so tsys6's iDRAC could never lease its reserved address.
Replaced with the in-band-verified BMC MAC; deployed to both failover
nodes, validated, restarted.

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
This commit is contained in:
2026-08-27 11:23:09 -05:00
parent df2a60e8b2
commit d2f4214b8c
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -110,7 +110,10 @@ subnet 192.168.0.0 netmask 255.255.252.0 {
fixed-address 192.168.3.197;
}
host pfv-tsys6-oob {
hardware ethernet a4:ba:db:0b:df:a0;
# 2026-08-27 #460: was a4:ba:db:0b:df:a0 (core-switch OUI mis-migrated from
# pfv-netboot, never matched tsys6 iDRAC); corrected to live iDRAC6 MAC
# 00:21:9b:a2:7c:5b read in-band via ipmitool lan print
hardware ethernet 00:21:9b:a2:7c:5b;
fixed-address 192.168.3.196;
}
host brother-label-printer {