From ca47fa38f037f9c5224a77bcf1bd539642450f0e Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 29 Sep 2015 17:49:31 +0000 Subject: [PATCH] and we have to change a name here --- .../dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org | 4 ++-- 1 file 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 9f808feeb1..e6b45602fa 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -21,11 +21,11 @@ subnet 10.5.126.0 netmask 255.255.255.0 { option host-name "virthost02"; } - host atomic-qa01 { + host autocloud-backend02 { hardware ethernet e4:1f:13:ba:84:d0; fixed-address 10.5.126.122; next-server 10.5.126.41; - option host-name "atomic-qa01"; + option host-name "autocloud-backend02"; filename "pxelinux.0"; }