From 9459ec77e4a1e511742b6d4939d8011e6f26a631 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 22 Jun 2020 20:16:40 -0400 Subject: [PATCH] fix ip address for bvmhost-a64-08 and 05 --- .../files/dhcpd.conf.noc01.iad2.fedoraproject.org | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org index c0c86bf030..5c56313d2c 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -834,7 +834,7 @@ host bvmhost-a64-04-mgmt { option routers 10.3.160.254; } host bvmhost-a64-05-mgmt { - hardware ethernet E8:6A:64:39:19:68; + hardware ethernet e8:6a:64:39:18:99; fixed-address 10.3.160.105; option host-name "bvmhost-aarch64-05"; } @@ -849,9 +849,9 @@ host bvmhost-a64-07-mgmt { option host-name "bvmhost-aarch64-07"; } host bvmhost-a64-08-mgmt { - hardware ethernet E8:6A:64:39:18:C3; + hardware ethernet E8:6A:64:39:19:68; fixed-address 10.3.160.108; - option host-name "buildvmhost-aarch64-10"; + option host-name "bvmhost-aarch64-08"; } host bvmhost-a64-09-mgmt { hardware ethernet E8:6A:64:39:18:B2; @@ -883,6 +883,11 @@ host bvmhost-a64-14-mgmt { fixed-address 10.3.160.114; option host-name "bvmhost-a64-14"; } +host bvmhost-a64-15-mgmt { + hardware ethernet E8:6A:64:39:18:C3; + fixed-address 10.3.160.115; + option host-name "bvmhost-a64-15"; +} host bvmhost-a64-osbs01-mgmt { hardware ethernet E8:6A:64:39:18:B3; fixed-address 10.3.160.120;