Assign IP for ppc02
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
04d27a4704
commit
31723a88f0
1 changed files with 15 additions and 0 deletions
|
@ -278,6 +278,12 @@ shared-network cloud {
|
||||||
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 {
|
||||||
|
hardware ethernet 40:f2:e9:5d:52:71;
|
||||||
|
fixed-address 172.24.0.18;
|
||||||
|
option host-name "fed-cloud-ppc02-int";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -417,6 +423,15 @@ subnet 209.132.184.0 netmask 255.255.255.0 {
|
||||||
filename "pxelinux.0";
|
filename "pxelinux.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host fed-cloud-ppc02 {
|
||||||
|
hardware ethernet 40:f2:e9:5d:52:70;
|
||||||
|
fixed-address 209.132.184.18;
|
||||||
|
option host-name "fed-cloud-ppc02.cloud.fedoraproject.org";
|
||||||
|
next-server 209.132.184.17;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
host arm03-packager00 {
|
host arm03-packager00 {
|
||||||
hardware ethernet fc:2f:40:1b:64:4c;
|
hardware ethernet fc:2f:40:1b:64:4c;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue