How to set up Cobbler with Puppet or Cfengine

cfenginecobblerconfigurationdeploymentpuppet

I've heard a lot about using Cobbler together with Puppet/Cfengine for rapid deployment & configuration.

Can you point me to some tutorials or share you experience of how you do it?

Would also love to hear about any other systems you use for rapid provisioning & deployment. Thanks.

Best Answer

Here is a good blog entry on how to bootstrap puppet using cobbler. The author uses VirtualBox Virtual Machines, but you can easily adapt it to a physical server.

http://number9.hellooperator.net/articles/2009/04/13/bootstrapping-puppet-from-cobbler

Basically, you have a kickstarter server that runs puppetmasterd and cobbler. You customize a kickstart to install puppet and start it automatically. Once its all done with the kickstart puppet runs and takes over.

It will take some time to fine tune everything to get it the way you want it, but with this set up you can create your own private LAN, create a profile for a particular server with cobbler, plug it in to the private LAN, boot and go watch a movie while your server is automatically built ;)

Related Topic