From 1c92e70bb6fcebdefce51d4734ae8a500a58c689 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mar 05 2020 15:15:43 +0000 Subject: correct non-existant hostname in dhcp --- 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 d4540b4..a220851 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1265,12 +1265,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 { host openqa-a64-01-mgmt { hardware ethernet E8:6A:64:97:6B:41; fixed-address 10.5.130.142; - option host-name "openqa-aarch64-08"; + option host-name "openqa-aarch64-01"; } host openqa-a64-02-mgmt { hardware ethernet E8:6A:64:97:6B:49; fixed-address 10.5.130.143; - option host-name "openqa-aarch64-19"; + option host-name "openqa-aarch64-02"; }