<div dir="ltr"><br><div>The X needs a real ip address but otherwise the patch should work.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 2 September 2014 10:30, Kevin Fenzi <span dir="ltr">&lt;<a href="mailto:kevin@scrye.com" target="_blank">kevin@scrye.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings.<br>
<br>
The ppc secondary arch folks would like to try and automate things a<br>
bit more than they have now, so would like to try and get their kvm<br>
guests pulling an ip from dhcp and then using tftp/grub2 to boot and<br>
install.<br>
<br>
This patch adds a test host to dhcp.conf on noc01.<br>
Additionally, we will need to add boot/grub2/ contents...<br>
<br>
I don&#39;t think there will be any disruption from this to anything else.<br>
<br>
+1s?<br>
<br>
kevin<br>
--<br>
diff --git a/roles/dhcp_server/files/<a href="http://dhcpd.conf.noc01.phx2.fedoraproject.org" target="_blank">dhcpd.conf.noc01.phx2.fedoraproject.org</a> b/roles/dhcp_server/files/<a href="http://dhcpd.conf.noc01.phx2.fedoraproject.org" target="_blank">dhcpd.conf.noc01.phx2.fedoraproject.org</a><br>

index ad39fcd..dbf92f4 100644<br>
--- a/roles/dhcp_server/files/<a href="http://dhcpd.conf.noc01.phx2.fedoraproject.org" target="_blank">dhcpd.conf.noc01.phx2.fedoraproject.org</a><br>
+++ b/roles/dhcp_server/files/<a href="http://dhcpd.conf.noc01.phx2.fedoraproject.org" target="_blank">dhcpd.conf.noc01.phx2.fedoraproject.org</a><br>
@@ -1766,6 +1766,13 @@ shared-network qa {<br>
             next-server 10.5.126.41;<br>
             filename &quot;pxelinux.0&quot;;<br>
         }<br>
+<br>
+       host ppc-le-builder7 {<br>
+            hardware ethernet 52:54:00:4e:c0:de;<br>
+            fixed-address 10.5.131.X;<br>
+            option host-name &quot;<a href="http://ppc-le-builder7.qa.fedoraproject.org" target="_blank">ppc-le-builder7.qa.fedoraproject.org</a>&quot;;<br>
+            filename &quot;boot/grub2/powerpc-ieee1275/core.elf&quot;;<br>
+        }<br>
     }<br>
<br>
 }<br>
<br>_______________________________________________<br>
infrastructure mailing list<br>
<a href="mailto:infrastructure@lists.fedoraproject.org">infrastructure@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/infrastructure" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/infrastructure</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br>
<div dir="ltr">Stephen J Smoogen.<br><br></div>
</div>