[Puppet Users] Re: Generating dhcp/pxe configuration from puppet

2012-04-20 Thread Zach Leslie
https://github.com/xaque208/puppet-pxe https://github.com/xaque208/puppet-dhcp These two modules may help you out.  We are using them in production currently and are working quite well. The pxe module basically just grabs all the images from public sources, downloads pxelinux, sets up a tftp serv

Re: [Puppet Users] Re: Generating dhcp/pxe configuration from puppet

2012-04-20 Thread Dan White
Cobbler ? https://github.com/cobbler/cobbler/wiki It does DHCP and PXE and plugs into Puppet very nicely. “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) - Christian Reque

Re: [Puppet Users] Re: Generating dhcp/pxe configuration from puppet

2012-04-20 Thread Jason Slagle
Christian, I believe that The Foreman is basically something that solves this issue? http://theforeman.org/ It can act as a ENC, as well as supporting provisioning. Might be worth a look On 04/20/2012 10:15 AM, Luke Bigum wrote: Ahh, I see, I was running under the assumption that you already

Re: [Puppet Users] Re: Generating dhcp/pxe configuration from puppet

2012-04-20 Thread Luke Bigum
Ahh, I see, I was running under the assumption that you already had Puppet Agents checking in. How do you imagine this would work perfectly for you? Would you write node definitions in nodes.pp, then a Puppet Agent would do the DHCP/PXE on a specific server? If so it sounds like you have nod

[Puppet Users] Re: Generating dhcp/pxe configuration from puppet

2012-04-20 Thread Christian Requena
Hi, I set the whole thing up and got not the expected results. The thing is, that: "It’s important to mention here that you will only get exported resources from hosts whose configurations have been compiled. If hostB exports a resource but hostB has never connected to the server, then no host wi