add in mgmt addresses for copr boxes

This commit is contained in:
Stephen Smoogen 2020-03-21 19:36:33 +00:00 committed by Pierre-Yves Chibon
parent d340152cea
commit 51ad052cb8
2 changed files with 18 additions and 2 deletions

View file

@ -393,6 +393,13 @@ shared-network pubcloud {
next-server 38.145.48.10;
filename "/uefi/grubx64.efi";
}
host copr-vmhost03 {
hardware ethernet f4:02:70:d3:42:48 ;
fixed-address 38.145.48.33;
option host-name "copr-vmhost03.fedorainfracloud.org";
next-server 38.145.48.10;
filename "/uefi/grubx64.efi";
}
host retrace03 {
hardware ethernet f4:02:70:fa:79:84;

View file

@ -1276,7 +1276,7 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
host qa-vmhost01-mgmt {
hardware ethernet f4:02:70:cf:c2:ca;
fixed-address 10.5.130.175;
option host-name "copr-vmhost03-mgmt";
option host-name "qa-vmhost01-mgmt";
}
@ -1290,7 +1290,16 @@ 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:d3:fa:58;
fixed-address 10.5.130.127;
option host-name "copr-vmhost02-mgmt";
}
host copr-vmhost04-mgmt {
hardware ethernet f4:02:70:d3:12:86;
fixed-address 10.5.130.128;
option host-name "copr-vmhost02-mgmt";
}
host retrace03-mgmt {
hardware ethernet f4:02:70:fa:79:7e;
fixed-address 10.5.130.129;