From 1c6d59fc200528425bb1b67ececcf72fe088931a Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 29 Jul 2015 21:31:05 +0000 Subject: [PATCH] and we need to make the ip corrct. --- roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org | 2 +- roles/dhcp_server/files/dhcpd.conf.noc03.phx2.fedoraproject.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 395e058e2e..d6ef3b0a15 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -23,7 +23,7 @@ subnet 10.5.126.0 netmask 255.255.255.0 { host atomic-qa01 { hardware ethernet e4:1f:13:ba:84:d0; - fixed-address 10.5.126.144; + fixed-address 10.5.126.122; next-server 10.5.126.41; option host-name "atomic-qa01"; filename "pxelinux.0"; diff --git a/roles/dhcp_server/files/dhcpd.conf.noc03.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc03.phx2.fedoraproject.org index c2ce1afdf3..46558ffd65 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc03.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc03.phx2.fedoraproject.org @@ -27,7 +27,7 @@ subnet 10.5.126.0 netmask 255.255.255.0 { host atomic-qa01 { hardware ethernet e4:1f:13:ba:84:d0; - fixed-address 10.5.126.144; + fixed-address 10.5.126.122; next-server 10.5.126.41; option host-name "atomic-qa01"; filename "pxelinux.0";