From 407fffe22966c3831b45a18220491eb474f12892 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 5 Jan 2016 20:45:50 +0000 Subject: [PATCH] add a cosmos02 to dhcp --- .../files/dhcpd.conf.noc01.phx2.fedoraproject.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 a839bd2ed8..79beea7653 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1920,6 +1920,19 @@ shared-network qa { next-server 10.5.126.41; filename "pxelinux.0"; + host cosmos02-mgmt { + hardware ethernet OC:C4:7A:36:F2:AA; + fixed-address 10.5.131.211; + } + + host cosmos02 { + hardware ethernet 0C:C4:7A:BC:AE:52; + fixed-address 10.5.131.202; + option host-name "cosmos02"; + next-server 10.5.124.141; + filename "pxelinux.0"; + } + host qa12 { hardware ethernet C8:1F:66:CA:91:17; fixed-address 10.5.131.20;