snehamore67@gmail.com
2013-Jan-25 13:16 UTC
[Puppet Users] About How puppetserver handle reuest from client
Hi, I am using puppet from last 2-3 months, I want to know about how puppet internally handles request from puppet client, sequentially or parallel execution as in Puppet Enterprise - Orchestration. Is There ant way of providing facility like orchestration-mcollective in puppet? Can we apply manifest on multiple machine at same instatnce in Open source puppet? -- 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. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
jcbollinger
2013-Jan-28 15:57 UTC
[Puppet Users] Re: About How puppetserver handle reuest from client
On Friday, January 25, 2013 7:16:19 AM UTC-6, sneha...@gmail.com wrote:> > Hi, > I am using puppet from last 2-3 months, I want to know about how puppet > internally handles request from puppet client, sequentially or parallel > execution as in Puppet Enterprise - Orchestration. Is There ant way of > providing facility like orchestration-mcollective in puppet? Can we apply > manifest on multiple machine at same instatnce in Open source puppet? > >The open-source Puppet engine, which is also the heart of Puppet Enterprise, is single-threaded and compiles one catalog at a time. For higher throughput, one generally gangs multiple Puppet instances under the control of a Rack server such as passenger. As I understand it, Puppet Enterprise just packages all that up for convenient installation and configuration, but a lot of sites do the same thing with open-source Puppet. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.