Karim
2012-May-19 09:09 UTC
[Puppet Users] Is there a way to limit the number of agents that can run concurrently?
Hi all, I''ve set up a Puppet environment with a master managing around 80 agents. I would like to set a limit on the number of agents that can be performing puppet runs at any given moment...so, for example, if there are already 3 puppet runs ongoing, the 4th agent should be put on hold until one of the 3 runs finishes. Is there a way to configure this? It would be perfect if it can be set within node groups. Thanks, Karim -- 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.
Vlad
2012-May-19 14:22 UTC
[Puppet Users] Re: Is there a way to limit the number of agents that can run concurrently?
For a similar scenario I use mcollective <http://puppetlabs.com/mcollective/introduction/>with puppetd agent<http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentPuppetd> and puppet commander<http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/ToolPuppetcommander> It will evenly spread the agent''s runs in the given interval with the given concurrency. On Saturday, May 19, 2012 4:09:08 AM UTC-5, Karim wrote:> > Hi all, > > I''ve set up a Puppet environment with a master managing around 80 > agents. I would like to set a limit on the number of agents that can > be performing puppet runs at any given moment...so, for example, if > there are already 3 puppet runs ongoing, the 4th agent should be put > on hold until one of the 3 runs finishes. > > Is there a way to configure this? It would be perfect if it can be set > within node groups. > > Thanks, > Karim-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/a-hkjoSXnQgJ. 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.
Karim
2012-May-21 07:55 UTC
[Puppet Users] Re: Is there a way to limit the number of agents that can run concurrently?
Thanks a bunch. Seems like I have some research to do :-) On May 19, 4:22 pm, Vlad <v...@vladgh.com> wrote:> For a similar scenario I use mcollective > <http://puppetlabs.com/mcollective/introduction/>with puppetd agent<http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/Agen...> and > puppet commander<http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/Tool...> > > It will evenly spread the agent''s runs in the given interval with the given > concurrency. > > > > > > > > On Saturday, May 19, 2012 4:09:08 AM UTC-5, Karim wrote: > > > Hi all, > > > I''ve set up a Puppet environment with a master managing around 80 > > agents. I would like to set a limit on the number of agents that can > > be performing puppet runs at any given moment...so, for example, if > > there are already 3 puppet runs ongoing, the 4th agent should be put > > on hold until one of the 3 runs finishes. > > > Is there a way to configure this? It would be perfect if it can be set > > within node groups. > > > Thanks, > > Karim-- 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.