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";