mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 23:41:43 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user