Update DHCP config for cloud-noc
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ba22bd753b
commit
e1f5a8ac15
1 changed files with 4 additions and 2 deletions
|
@ -29,13 +29,14 @@ shared-network cloud {
|
|||
allow booting;
|
||||
allow bootp;
|
||||
|
||||
option routers 172.23.0.254;
|
||||
option routers 172.23.1.254;
|
||||
|
||||
host control01 {
|
||||
hardware ethernet 40:5C:FD:A5:7F:C1;
|
||||
hardware ethernet 40:5C:FD:A5:7F:C4;
|
||||
fixed-address 172.23.0.5;
|
||||
option host-name "control01.cloud.fedoraproject.org";
|
||||
next-server 172.23.0.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host control02 {
|
||||
|
@ -43,6 +44,7 @@ shared-network cloud {
|
|||
fixed-address 172.23.0.6;
|
||||
option host-name "control02.cloud.fedoraproject.org";
|
||||
next-server 172.23.0.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue