From 2cdb577e484cc08134a88cc4aaa2c1cb865fedfa Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sat, 11 Apr 2020 15:25:08 +0000 Subject: [PATCH] two hosts who had wrong dhcp addresses --- .../files/dhcpd.conf.noc01.phx2.fedoraproject.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 749c48e8ba..9efc815ef9 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1263,6 +1263,11 @@ subnet 10.5.130.0 netmask 255.255.255.0 { fixed-address 10.5.130.143; option host-name "openqa-aarch64-02"; } + host spare-aarc64-22-mgmt { + hardware ethernet e8:6a:64:39:18:99; + fixed-address 10.5.130.144; + option host-name "spare-aarch64-02"; + } host buildvmhost-a64-20-mgmt { hardware ethernet E8:6A:64:39:18:67; fixed-address 10.5.130.147; @@ -1314,7 +1319,7 @@ subnet 10.5.130.0 netmask 255.255.255.0 { option host-name "cloudfx01-06"; } host cloudfx01-07-mgmt { - hardware ethernet 40:5C:FD:A5:80:90; + hardware ethernet 40:5c:fd:a5:87:b7; fixed-address 10.5.130.157; option host-name "cloudfx01-07"; }