Add in dhcpd hosts for building
This commit is contained in:
parent
ba011a33ef
commit
d340152cea
2 changed files with 14 additions and 6 deletions
|
@ -386,10 +386,17 @@ shared-network pubcloud {
|
|||
next-server 38.145.48.10;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
host copr-vmhost02 {
|
||||
hardware ethernet f4:02:70:d0:04:4a ;
|
||||
fixed-address 38.145.48.32;
|
||||
option host-name "copr-vmhost02.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "/uefi/grubx64.efi";
|
||||
}
|
||||
|
||||
host retrace03 {
|
||||
hardware ethernet f4:02:70:fa:79:84;
|
||||
fixed-address 38.145.48.31;
|
||||
fixed-address 38.145.48.35;
|
||||
option host-name "retrace03.fedorainfracloud.org";
|
||||
next-server 38.145.48.10;
|
||||
filename "/uefi/grubx64.efi";
|
||||
|
|
|
@ -1273,6 +1273,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
option host-name "openqa-aarch64-02";
|
||||
}
|
||||
|
||||
host qa-vmhost01-mgmt {
|
||||
hardware ethernet f4:02:70:cf:c2:ca;
|
||||
fixed-address 10.5.130.175;
|
||||
option host-name "copr-vmhost03-mgmt";
|
||||
}
|
||||
|
||||
|
||||
host copr-vmhost01-mgmt {
|
||||
hardware ethernet f4:02:70:d3:11:90;
|
||||
|
@ -1284,11 +1290,6 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
fixed-address 10.5.130.126;
|
||||
option host-name "copr-vmhost02-mgmt";
|
||||
}
|
||||
host copr-vmhost03-mgmt {
|
||||
hardware ethernet f4:02:70:cf:c2:ca;
|
||||
fixed-address 10.5.130.127;
|
||||
option host-name "copr-vmhost03-mgmt";
|
||||
}
|
||||
|
||||
host retrace03-mgmt {
|
||||
hardware ethernet f4:02:70:fa:79:7e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue