Freeze Break request: ppcle dhcp/tftp handling

Kevin Fenzi kevin at scrye.com
Tue Sep 2 16:30:03 UTC 2014


Greetings. 

The ppc secondary arch folks would like to try and automate things a
bit more than they have now, so would like to try and get their kvm
guests pulling an ip from dhcp and then using tftp/grub2 to boot and
install. 

This patch adds a test host to dhcp.conf on noc01. 
Additionally, we will need to add boot/grub2/ contents... 

I don't think there will be any disruption from this to anything else. 

+1s?

kevin
--
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 ad39fcd..dbf92f4 100644
--- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org
+++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org
@@ -1766,6 +1766,13 @@ shared-network qa {
             next-server 10.5.126.41;
             filename "pxelinux.0";
         }
+
+       host ppc-le-builder7 {
+            hardware ethernet 52:54:00:4e:c0:de;
+            fixed-address 10.5.131.X;
+            option host-name "ppc-le-builder7.qa.fedoraproject.org";
+            filename "boot/grub2/powerpc-ieee1275/core.elf";
+        }
     }
 
 }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20140902/835ddf9b/attachment.sig>


More information about the infrastructure mailing list