From 25c9814296a8eb768572c8b29f14df492f0618b5 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 8 Jul 2020 16:39:24 -0400 Subject: [PATCH] and this will make sure that buildhw-a64-05 comes up correctly even on dhcp --- .../files/dhcpd.conf.noc01.iad2.fedoraproject.org | 5 +++++ 1 file changed, 5 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 fef9cda180..c01dd0fd9a 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -1243,3 +1243,8 @@ host buildhw-a64-04 { fixed-address 10.3.170.124; option host-name "buildhw-a64-04"; } +host buildhw-a64-05 { + hardware ethernet 00:01:73:02:09:c3; + fixed-address 10.3.170.125; + option host-name "buildhw-a64-05"; +}