From 38c78c9d7254db5ecd37b1fec570c7b42fc838e0 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 13 Feb 2020 15:58:08 +0000 Subject: [PATCH] [dhcpd] fix the mac address to the correct ip address so ssh works --- inventory/inventory | 2 +- roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index 379c1a0783..ceaea88e27 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -518,7 +518,7 @@ aarch64-c27n1-oqa.arm.fedoraproject.org aarch64-c28n1-oqa.arm.fedoraproject.org aarch64-c29n1-oqa.arm.fedoraproject.org aarch64-c30n1-oqa.arm.fedoraproject.org -# openqa-aarch64-01.qa.fedoraproject.org +openqa-aarch64-01.qa.fedoraproject.org # openqa-aarch64-02.qa.fedoraproject.org # openqa-aarch64-03.qa.fedoraproject.org # openqa-aarch64-04.qa.fedoraproject.org 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 fc6a19d735..04d4ee9c22 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1966,7 +1966,7 @@ subnet 10.5.78.0 netmask 255.255.255.0 { } host openqa-aarch64-01 { hardware ethernet 68:05:CA:92:CB:12; - fixed-address 10.5.78.243; + fixed-address 10.5.78.6; option host-name "openqa-aarch64-03"; next-server 10.5.126.41; filename "/uefi/grubaa64.efi";