and then there was vh22

This commit is contained in:
Stephen Smoogen 2015-07-27 23:00:22 +00:00
parent 09448c2d2b
commit 6075dbf410
8 changed files with 51 additions and 0 deletions

View file

@ -12,6 +12,10 @@ virthost15.phx2.fedoraproject.org
virthost16.phx2.fedoraproject.org
virthost17.phx2.fedoraproject.org
virthost18.phx2.fedoraproject.org
virthost19.phx2.fedoraproject.org
virthost20.phx2.fedoraproject.org
virthost21.phx2.fedoraproject.org
virthost22.phx2.fedoraproject.org
bvirthost07.phx2.fedoraproject.org
ibiblio04.fedoraproject.org
virthost-comm03.qa.fedoraproject.org

View file

@ -671,6 +671,10 @@ virthost15.phx2.fedoraproject.org
virthost16.phx2.fedoraproject.org
virthost17.phx2.fedoraproject.org
virthost18.phx2.fedoraproject.org
virthost19.phx2.fedoraproject.org
virthost20.phx2.fedoraproject.org
virthost21.phx2.fedoraproject.org
virthost22.phx2.fedoraproject.org
qa03.qa.fedoraproject.org
qa04.qa.fedoraproject.org
qa05.qa.fedoraproject.org

View file

@ -93,6 +93,14 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
filename "pxelinux.0";
}
host virthost22 {
hardware ethernet EC:F4:BB:E1:C2:DC;
fixed-address 10.5.126.153;
next-server 10.5.126.41;
option host-name "virthost22";
filename "pxelinux.0";
}
host download01 {
hardware ethernet f0:1f:af:e3:66:6c;
fixed-address 10.5.126.93;

View file

@ -0,0 +1,7 @@
define host {
host_name virthost19.mgmt.fedoraproject.org
alias virthost19.mgmt.fedoraproject.org
use mincheck
address virthost19.mgmt.fedoraproject.org
parents fwsm01-gw
}

View file

@ -0,0 +1,7 @@
define host {
host_name virthost19
alias virthost19.phx2.fedoraproject.org
use defaulttemplate
address virthost19.phx2.fedoraproject.org
parents fwsm01-gw
}

View file

@ -0,0 +1,7 @@
define host {
host_name virthost20
alias virthost20.phx2.fedoraproject.org
use defaulttemplate
address virthost20.phx2.fedoraproject.org
parents fwsm01-gw
}

View file

@ -0,0 +1,7 @@
define host {
host_name virthost21
alias virthost21.phx2.fedoraproject.org
use defaulttemplate
address virthost21.phx2.fedoraproject.org
parents fwsm01-gw
}

View file

@ -0,0 +1,7 @@
define host {
host_name virthost22
alias virthost22.phx2.fedoraproject.org
use defaulttemplate
address virthost22.phx2.fedoraproject.org
parents fwsm01-gw
}