From b806ae9fb35b051a164bfec6dabcf7086a0256be Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 19 Dec 2018 19:15:09 +0000 Subject: [PATCH] this is to try and see if pxe booting off the 10.5.127 network will work better than 10.5.126 --- .../files/dhcpd.conf.noc01.phx2.fedoraproject.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 a5a7fa3696..f57239c104 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -486,12 +486,19 @@ subnet 10.5.127.0 netmask 255.255.255.0 { fixed-address 10.5.127.157; } + host buildvmhost-04-nfs { + hardware ethernet F8:CA:B8:F7:29:40; + fixed-address 10.5.127.150; + option routers 10.5.127.254; + next-server 10.5.126.41; + filename "pxelinux.0"; + } + host virthost05-nfs { hardware ethernet E4:43:4B:22:CE:EB; fixed-address 10.5.127.229; } - }