Freeze Break request: ppcle dhcp/tftp handling

Stephen John Smoogen smooge at gmail.com
Tue Sep 2 16:40:20 UTC 2014


The X needs a real ip address but otherwise the patch should work.


On 2 September 2014 10:30, Kevin Fenzi <kevin at scrye.com> wrote:

> 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";
> +        }
>      }
>
>  }
>
> _______________________________________________
> infrastructure mailing list
> infrastructure at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure
>



-- 
Stephen J Smoogen.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20140902/e606552d/attachment.html>


More information about the infrastructure mailing list