Fix up dhcp config for community openshift
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ea473d2650
commit
f52cd39625
1 changed files with 18 additions and 18 deletions
|
@ -590,7 +590,7 @@ shared-network pubcloud {
|
|||
allow bootp;
|
||||
|
||||
option domain-name "fedorainfracloud.org";
|
||||
option domain-name-servers 66.35.62.163, 152.19.134.150;
|
||||
option domain-name-servers 8.8.8.8, 8.8.4.4;
|
||||
option routers 38.145.49.254;
|
||||
#option log-servers 209.132.184.2;
|
||||
host virthost-cloud01 {
|
||||
|
@ -601,20 +601,20 @@ shared-network pubcloud {
|
|||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host virthost-os01 {
|
||||
host os-node01 {
|
||||
hardware ethernet 40:5c:fd:a5:7f:c1;
|
||||
fixed-address 38.145.48.11;
|
||||
option host-name "virthost-os01.fedorainfracloud.org";
|
||||
option host-name "os-node01.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host virthost-os02 {
|
||||
host os-node02 {
|
||||
hardware ethernet 40:5C:FD:A5:80:AF;
|
||||
fixed-address 38.145.48.12;
|
||||
option host-name "virthost-os02.fedorainfracloud.org";
|
||||
option host-name "os-node02.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-node03 {
|
||||
|
@ -622,7 +622,7 @@ shared-network pubcloud {
|
|||
fixed-address 38.145.48.13;
|
||||
option host-name "os-node03.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-node04 {
|
||||
|
@ -630,7 +630,7 @@ shared-network pubcloud {
|
|||
fixed-address 38.145.48.14;
|
||||
option host-name "os-node04.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-node05 {
|
||||
|
@ -638,7 +638,7 @@ shared-network pubcloud {
|
|||
fixed-address 38.145.48.15;
|
||||
option host-name "os-node05.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-node06 {
|
||||
|
@ -646,7 +646,7 @@ shared-network pubcloud {
|
|||
fixed-address 38.145.48.16;
|
||||
option host-name "os-node06.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-node07 {
|
||||
|
@ -654,7 +654,7 @@ shared-network pubcloud {
|
|||
fixed-address 38.145.48.17;
|
||||
option host-name "os-node07.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-node08 {
|
||||
|
@ -662,15 +662,15 @@ shared-network pubcloud {
|
|||
fixed-address 38.145.48.18;
|
||||
option host-name "os-node08.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host virthost-os09 {
|
||||
host os-node09 {
|
||||
hardware ethernet 48:4D:7E:05:4E:F1;
|
||||
fixed-address 38.145.48.19;
|
||||
option host-name "virthost-os09.fedorainfracloud.org";
|
||||
option host-name "os-node09.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-node10 {
|
||||
|
@ -678,7 +678,7 @@ shared-network pubcloud {
|
|||
fixed-address 38.145.48.20;
|
||||
option host-name "os-node10.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-node11 {
|
||||
|
@ -686,7 +686,7 @@ shared-network pubcloud {
|
|||
fixed-address 38.145.48.21;
|
||||
option host-name "os-node11.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
filename "coreos/grubx64.efi";
|
||||
}
|
||||
|
||||
host os-storage-node12 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue