Fix fed-cloud-ppc01 dhcp
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
84397e83d1
commit
13b57cf542
1 changed files with 6 additions and 6 deletions
|
@ -273,10 +273,10 @@ shared-network cloud {
|
||||||
option host-name "fed-cloud15-int";
|
option host-name "fed-cloud15-int";
|
||||||
}
|
}
|
||||||
|
|
||||||
host fed-cloud-ppc01-int {
|
host fed-cloud-ppc01-int {
|
||||||
fixed-address 209.132.184.16;
|
hardware ethernet 40:f2:e9:5d:53:65;
|
||||||
fixed-address 172.24.0.16;
|
fixed-address 172.24.0.16;
|
||||||
option host-name "fed-cloud-ppc01-int";
|
option host-name "fed-cloud-ppc01-int";
|
||||||
}
|
}
|
||||||
|
|
||||||
host fed-cloud-ppc02-int {
|
host fed-cloud-ppc02-int {
|
||||||
|
@ -416,8 +416,8 @@ subnet 209.132.184.0 netmask 255.255.255.0 {
|
||||||
}
|
}
|
||||||
|
|
||||||
host fed-cloud-ppc01 {
|
host fed-cloud-ppc01 {
|
||||||
hardware ethernet 40:f2:e9:5d:53:65;
|
hardware ethernet 40:f2:e9:5d:53:64;
|
||||||
hardware ethernet 40:f2:e9:5d:53:64;
|
fixed-address 209.132.184.16;
|
||||||
option host-name "fed-cloud-ppc01.cloud.fedoraproject.org";
|
option host-name "fed-cloud-ppc01.cloud.fedoraproject.org";
|
||||||
next-server 209.132.184.17;
|
next-server 209.132.184.17;
|
||||||
filename "pxelinux.0";
|
filename "pxelinux.0";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue