ok qa01/qa02 may work now
This commit is contained in:
parent
330740b74f
commit
fc0f7ecb44
2 changed files with 9 additions and 5 deletions
|
@ -64,6 +64,8 @@ buildvmhost-03.phx2.fedoraproject.org
|
||||||
buildvmhost-04.phx2.fedoraproject.org
|
buildvmhost-04.phx2.fedoraproject.org
|
||||||
autocloud-backend-libvirt2.phx2.fedoraproject.org
|
autocloud-backend-libvirt2.phx2.fedoraproject.org
|
||||||
autocloud-backend-vbox2.phx2.fedoraproject.org
|
autocloud-backend-vbox2.phx2.fedoraproject.org
|
||||||
|
qa01.qa.fedoraproject.org
|
||||||
|
qa02.qa.fedorproject.org
|
||||||
qa09.qa.fedoraproject.org
|
qa09.qa.fedoraproject.org
|
||||||
qa10.qa.fedoraproject.org
|
qa10.qa.fedoraproject.org
|
||||||
qa11.qa.fedoraproject.org
|
qa11.qa.fedoraproject.org
|
||||||
|
|
|
@ -2271,8 +2271,6 @@ shared-network qa {
|
||||||
filename "pxelinux.0";
|
filename "pxelinux.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# All staticly assigned, but listed here for completeness.
|
# All staticly assigned, but listed here for completeness.
|
||||||
#
|
#
|
||||||
|
@ -2289,17 +2287,21 @@ shared-network qa {
|
||||||
}
|
}
|
||||||
|
|
||||||
host qa01 {
|
host qa01 {
|
||||||
hardware ethernet 00:21:5E:C7:5C:84;
|
hardware ethernet E4:43:4B:23:E8:EC;
|
||||||
fixed-address 10.5.124.151;
|
fixed-address 10.5.124.151;
|
||||||
option host-name "qa01";
|
option host-name "qa01";
|
||||||
option ntp-servers 66.187.233.4, 192.43.244.18, 128.118.25.5, 204.152.184.72;
|
option ntp-servers 66.187.233.4, 192.43.244.18, 128.118.25.5, 204.152.184.72;
|
||||||
next-server 10.5.124.228;
|
next-server 10.5.126.41;
|
||||||
filename "pxelinux.0";
|
filename "uefi/grubx64.efi";
|
||||||
}
|
}
|
||||||
|
|
||||||
host qa02 {
|
host qa02 {
|
||||||
hardware ethernet 00:21:5e:c6:cc:9c;
|
hardware ethernet 00:21:5e:c6:cc:9c;
|
||||||
fixed-address 10.5.124.152;
|
fixed-address 10.5.124.152;
|
||||||
|
option host-name "qa01";
|
||||||
|
option ntp-servers 66.187.233.4, 192.43.244.18, 128.118.25.5, 204.152.184.72;
|
||||||
|
next-server 10.5.126.41;
|
||||||
|
filename "uefi/grubx64.efi";
|
||||||
}
|
}
|
||||||
|
|
||||||
host qa03 {
|
host qa03 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue