dhcp_server / noc01: do not set a route on the storage network, or it tries to get ks via that and fails.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-12-04 22:05:47 +00:00 committed by Pierre-Yves Chibon
parent 832d1037cd
commit b87ca6a85c

View file

@ -498,7 +498,6 @@ subnet 10.5.127.0 netmask 255.255.255.0 {
host buildvmhost-04-nfs {
hardware ethernet F8:CA:B8:F7:29:40;
fixed-address 10.5.127.150;
option routers 10.5.127.254;
next-server 10.5.126.41;
filename "pxelinux.0";
}