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:
parent
5228c3a5e8
commit
a1666bad6c
1 changed files with 0 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue