From 7e09a87ace53c541e81f020f7f1bb6118a318d68 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 12 Feb 2020 16:31:08 +0000 Subject: [PATCH] move mac address of mgmt to working ip address. while it is set as astatic, bios updates seem to reset it to dhcp --- .../files/dhcpd.conf.noc01.phx2.fedoraproject.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 e3aafafe23..40384c1d30 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1249,14 +1249,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 { fixed-address 10.5.130.137; option host-name "buildvmhost-a64-osbs01-01"; } - - - - host tbc-a64-01-mgmt { + host buildvmhost-a64-17-mgmt { hardware ethernet E8:6A:64:39:18:63; - fixed-address 10.5.130.144; - option host-name "tbc-aarch64-01"; + fixed-address 10.5.130.138; + option host-name "buildvmhost-aarch64-17"; } + host tbc-a64-02-mgmt { hardware ethernet E8:6A:64:39:19:35; fixed-address 10.5.130.145;