From 228acc231c4efef34b4ef7b0b5a27762441d08b0 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 13 Feb 2020 17:44:08 +0000 Subject: [PATCH] fix dhcp correctly with correct ips --- inventory/inventory | 4 ++-- .../dhcpd.conf.noc01.phx2.fedoraproject.org | 20 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index 8adaf5d3c6..6df2ab7f25 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -519,8 +519,8 @@ aarch64-c28n1-oqa.arm.fedoraproject.org aarch64-c29n1-oqa.arm.fedoraproject.org aarch64-c30n1-oqa.arm.fedoraproject.org openqa-aarch64-01.arm.fedoraproject.org -# openqa-aarch64-02.arm.fedoraproject.org -# openqa-aarch64-03.arm.fedoraproject.org +openqa-aarch64-02.arm.fedoraproject.org +openqa-aarch64-03.arm.fedoraproject.org openqa-aarch64-04.arm.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 04d4ee9c22..f0922ba61b 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1249,22 +1249,22 @@ subnet 10.5.130.0 netmask 255.255.255.0 { host openqa-a64-01-mgmt { hardware ethernet E8:6A:64:97:6B:E0; fixed-address 10.5.130.146; - option host-name "openqa-aarch64-03"; + option host-name "openqa-aarch64-01"; } host openqa-a64-02-mgmt { hardware ethernet E8:6A:64:39:18:67; fixed-address 10.5.130.147; - option host-name "openqa-aarch64-04"; + option host-name "openqa-aarch64-02"; } host openqa-a64-03-mgmt { hardware ethernet E8:6A:64:39:18:85; fixed-address 10.5.130.148; - option host-name "openqa-aarch64-05"; + option host-name "openqa-aarch64-03"; } host openqa-a64-04-mgmt { hardware ethernet E8:6A:64:39:19:62; fixed-address 10.5.130.149; - option host-name "openqa-aarch64-06"; + option host-name "openqa-aarch64-04"; } host tbc-a64-07-mgmt { hardware ethernet E8:6A:64:97:6B:7A; @@ -1973,22 +1973,22 @@ subnet 10.5.78.0 netmask 255.255.255.0 { } host openqa-aarch64-02 { hardware ethernet 68:05:CA:8A:F4:29; - fixed-address 10.5.78.244; - option host-name "openqa-aarch64-04"; + fixed-address 10.5.78.7; + option host-name "openqa-aarch64-02"; next-server 10.5.126.41; filename "/uefi/grubaa64.efi"; } host openqa-aarch64-03 { hardware ethernet 68:05:CA:8B:05:8C; - fixed-address 10.5.78.245; - option host-name "openqa-aarch64-05"; + fixed-address 10.5.78.8; + option host-name "openqa-aarch64-03"; next-server 10.5.126.41; filename "/uefi/grubaa64.efi"; } host openqa-aarch64-04 { hardware ethernet 68:05:CA:8A:F2:05; - fixed-address 10.5.78.246; - option host-name "openqa-aarch64-06"; + fixed-address 10.5.78.9; + option host-name "openqa-aarch64-04"; next-server 10.5.126.41; filename "/uefi/grubaa64.efi"; }