add these back to dhcp config for now
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
6e1721ca8c
commit
8f3f89fc63
1 changed files with 24 additions and 0 deletions
|
@ -31,6 +31,30 @@ 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.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.6;
|
||||
option host-name "rhev01.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.7;
|
||||
option host-name "rhev01.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