From 47f297297b86c78d380ffaf48ad705a0a85e20f4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 2 May 2025 15:26:13 -0700 Subject: [PATCH] dhcp / rdu3: add power10 mgmt Signed-off-by: Kevin Fenzi --- .../files/dhcpd.conf.noc01.iad2.fedoraproject.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 30e19fec22..fe513ef438 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -1957,4 +1957,14 @@ host centos-x86-02.mgmt.rdu3.fedoraproject.org { option host-name "centos-x86-02.mgmt.rdu3.fedoraproject.org"; } +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"; +} ## End of file