From 4fc5bc9f023e3b2371624f8d1703f9753906acae Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 17 Feb 2015 15:44:51 +0000 Subject: [PATCH] and we have fed-cloud14 --- .../files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org index 88d0707274..5389bcfb81 100644 --- a/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org @@ -237,6 +237,14 @@ subnet 209.132.184.0 netmask 255.255.255.0 { filename "pxelinux.0"; } + host fed-cloud14 { + hardware ethernet ec:f4:bb:d2:97:7c; + fixed-address 209.132.184.14; + option host-name "fed-cloud14.cloud.fedoraproject.org"; + next-server 209.132.184.17; + filename "pxelinux.0"; + } + host fed-cloud15 { hardware ethernet ec:f4:bb:d2:85:4c; fixed-address 209.132.184.15;