From 98d7107d6776ef049ea3a9aa827027863c8f210a Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mar 21 2020 18:25:55 +0000 Subject: add in mac address for vmhost03 --- diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org index 6b239b5..969c96a 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1284,6 +1284,11 @@ subnet 10.5.130.0 netmask 255.255.255.0 { fixed-address 10.5.130.126; option host-name "copr-vmhost02-mgmt"; } + host copr-vmhost03-mgmt { + hardware ethernet f4:02:70:cf:c2:ca; + fixed-address 10.5.130.127; + option host-name "copr-vmhost03-mgmt"; + } host retrace03-mgmt { hardware ethernet f4:02:70:fa:79:7e;