From 8e01883f38f8562bec97d20d2237219507de36b3 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 22 Jun 2020 15:24:15 -0400 Subject: [PATCH] correct problem with power8 ips --- .../dhcpd.conf.noc01.iad2.fedoraproject.org | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 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 330e12675e..c0c86bf030 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -776,19 +776,30 @@ host cavium02-mgmt { option host-name "cavium02"; } +host bvmhost-p08-01-mgmt { + hardware ethernet a0:42:3f:32:b2:fb; + fixed-address 10.3.160.121; + option host-name "bvmhost-p08-01"; +} +host bvmhost-p08-02-mgmt { + hardware ethernet 98:BE:94:4B:9C:D2; + fixed-address 10.3.160.122; + option host-name "bvmhost-p08-02"; +} + host bvmhost-p08-03-mgmt { hardware ethernet 40:F2:E9:A5:47:60; - fixed-address 10.3.160.121; + fixed-address 10.3.160.123; option host-name "bvmhost-p08-03"; } host bvmhost-p08-04-mgmt { hardware ethernet 98:BE:94:4B:96:10; - fixed-address 10.3.160.122; + fixed-address 10.3.160.124; option host-name "bvmhost-p08-04"; } host bvmhost-p08-05-mgmt { hardware ethernet 98:BE:94:4B:94:C4; - fixed-address 10.3.160.123; + fixed-address 10.3.160.125; option host-name "bvmhost-p08-05"; } host bvmhost-p09-03-mgmt { @@ -1076,11 +1087,6 @@ host ppc9-04-mgmt { fixed-address 10.3.160.61; option host-name "ppc9-04"; } -host p8-cloud02-mgmt { - hardware ethernet 98:BE:94:4B:A4:80; - fixed-address 10.3.160.62; - option host-name "p8-cloud02"; -} host svault06-mgmt { hardware ethernet D0:94:66:45:A1:66; fixed-address 10.3.160.63;