diff --git a/inventory/hardware b/inventory/hardware index 34a6f566bf..b7301dfc23 100644 --- a/inventory/hardware +++ b/inventory/hardware @@ -7,6 +7,7 @@ download05.phx2.fedoraproject.org virthost01.phx2.fedoraproject.org virthost02.phx2.fedoraproject.org virthost03.phx2.fedoraproject.org +virthost04.phx2.fedoraproject.org virthost11.phx2.fedoraproject.org virthost15.phx2.fedoraproject.org virthost16.phx2.fedoraproject.org diff --git a/inventory/inventory b/inventory/inventory index 9f5bf1fce3..d82f2fc200 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -748,6 +748,7 @@ value01.stg.phx2.fedoraproject.org virthost01.phx2.fedoraproject.org virthost02.phx2.fedoraproject.org virthost03.phx2.fedoraproject.org +virthost04.phx2.fedoraproject.org virthost11.phx2.fedoraproject.org virthost12.phx2.fedoraproject.org virthost14.phx2.fedoraproject.org diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org index 1421a96df9..bb80f4349e 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -21,6 +21,13 @@ subnet 10.5.126.0 netmask 255.255.255.0 { option host-name "virthost02"; } + host virthost04 { + hardware ethernet 24:6e:96:05:d9:fc; + fixed-address 10.5.126.144; + next-server 10.5.126.41; + option host-name "virthost04"; + } + host autocloud-backend-vbox { hardware ethernet e4:1f:13:ba:84:d0; fixed-address 10.5.126.122;