cloud-noc / dhcp: remove old rhev enteies on 172 net, causing that to get default route and messing up communishift install attempts

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-12 23:00:49 +00:00
parent 5228c3a5e8
commit a1666bad6c

View file

@ -31,30 +31,6 @@ shared-network cloud {
option routers 172.23.1.254;
host rhev01 {
hardware ethernet 48:4D:7E:05:4E:F4;
fixed-address 172.23.1.5;
option host-name "rhev01.cloud.fedoraproject.org";
next-server 172.23.1.1;
filename "pxelinux.0";
}
host rhev02 {
hardware ethernet 48:4D:7E:05:4F:E2;
fixed-address 172.23.1.200;
option host-name "rhev02.cloud.fedoraproject.org";
next-server 172.23.1.1;
filename "pxelinux.0";
}
host rhev03 {
hardware ethernet 48:4D:7E:05:4F:5C;
fixed-address 172.23.1.201;
option host-name "rhev03.cloud.fedoraproject.org";
next-server 172.23.1.1;
filename "pxelinux.0";
}
# Transitional
host arm03-packager00-mgmt {
hardware ethernet fc:2f:40:1b:64:4e;