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"; + } } }
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure