From 7b9f45bc512786bb2c6358b97a2e7f789dadd6ee Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 8 Nov 2018 17:00:16 +0000 Subject: [PATCH] this will give us an ip address for back net --- .../files/dhcpd.conf.noc01.phx2.fedoraproject.org | 7 +++++++ 1 file changed, 7 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 403ac37956..28202826fa 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -476,6 +476,13 @@ subnet 10.5.127.0 netmask 255.255.255.0 { range 10.5.127.230 10.5.127.239; + host virthost05-nfs { + hardware ethernet E4:43:4B:22:CE:EB; + fixed-address 10.5.127.229; + option host-name "virthost05-nfs"; + } + + }