http://www.ibm.com/developerworks/linux/library/l-auto-deploy-vm/index.html?ca=dgr-lnxw97Batch-VMs&S_TACT=105AGX59&S_CMP=grsitelnxw97 Are there any similar Puppet recipes? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
gluegl wrote:> http://www.ibm.com/developerworks/linux/library/l-auto-deploy-vm/index.html?ca=dgr-lnxw97Batch-VMs&S_TACT=105AGX59&S_CMP=grsitelnxw97 > > Are there any similar Puppet recipes?Some people use a combination of Cobbler and Puppet for this. Regards James Turnbull -- Author of: * Pulling Strings with Puppet (http://www.amazon.com/gp/product/1590599780/) * Pro Nagios 2.0 (http://www.amazon.com/gp/product/1590596099/) * Hardening Linux (http://www.amazon.com/gp/product/1590594444/)
----- Mail Original -----> De: "James Turnbull" <james@lovedthanlost.net> > À: puppet-users@googlegroups.com > Envoyé: Dimanche 8 Mars 2009 11:07:01 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne > Objet: [Puppet Users] Re: auto deploy vm.... > > Some people use a combination of Cobbler and Puppet for this.I personnaly added a puppet hook to xen-tools for my VMs, installs puppet, runs it once that configures it & all fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, Do you mean people use puppet to configure cobbler? or just use cobbler to create the vm and then run puppet? in my understand, the best way to handle such a thing is to let puppet configure though a define a new vm on the physical host server, than use your normal deployment methods to get the os/puppet running. so it comes down to a small manifest to actually create the vm config set. On Sun, Mar 8, 2009 at 6:07 PM, James Turnbull <james@lovedthanlost.net>wrote:> gluegl wrote: > > > http://www.ibm.com/developerworks/linux/library/l-auto-deploy-vm/index.html?ca=dgr-lnxw97Batch-VMs&S_TACT=105AGX59&S_CMP=grsitelnxw97 > > > > Are there any similar Puppet recipes? > > Some people use a combination of Cobbler and Puppet for this. > > Regards > > James Turnbull > > -- > Author of: > * Pulling Strings with Puppet > (http://www.amazon.com/gp/product/1590599780/) > * Pro Nagios 2.0 > (http://www.amazon.com/gp/product/1590596099/) > * Hardening Linux > (http://www.amazon.com/gp/product/1590594444/) > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ohad Levy wrote:> Hi, > > Do you mean people use puppet to configure cobbler? or just use cobbler > to create the vm and then run puppet? >Cobbler can act as an external node source for Puppet. You deploy the VMs with Cobbler and then use the deployed configuration as the data to configure the host. Regards James Turnbull - -- Author of: * Pulling Strings with Puppet (http://www.amazon.com/gp/product/1590599780/) * Pro Nagios 2.0 (http://www.amazon.com/gp/product/1590596099/) * Hardening Linux (http://www.amazon.com/gp/product/1590594444/) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJtHN29hTGvAxC30ARAug3AJ0bndo2JO3yl+nJbDQxuT2VaQ+3fACfbd5j HkGbk2JUEBVMb99+alcn3AU=bpKv -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---