sanjiv.singh
2011-Jul-05 08:05 UTC
[Puppet Users] Puppet Guideline : for file service to puppet client
Hi All, I am facing performance degrade of both puppet master and puppet client, when my manifests are designed for serving more and more files (flat file, jars,wars/templates). what could be the best approach to handle this? thanks, Sanjiv Singh Impetus Infotech -- 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.
Naresh V
2011-Jul-05 08:12 UTC
Re: [Puppet Users] Puppet Guideline : for file service to puppet client
On 5 July 2011 13:35, sanjiv.singh <sanjiv.singh@impetus.co.in> wrote:> Hi All, > I am facing performance degrade of both puppet master and puppet > client, when my manifests are designed for serving more and more files > (flat file, jars,wars/templates). > > what could be the best approach to handle this?After moving away from WEBrick (default), see http://groups.google.com/group/puppet-users/msg/643782eec6c899d6 -Naresh V. -- 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.
Marc Fournier
2011-Jul-05 12:46 UTC
Re: [Puppet Users] Puppet Guideline : for file service to puppet client
Excerpts from sanjiv.singh''s message of Tue Jul 05 10:05:41 +0200 2011:> Hi All, > I am facing performance degrade of both puppet master and puppet > client, when my manifests are designed for serving more and more files > (flat file, jars,wars/templates). > > what could be the best approach to handle this?It is possible to let a "real" webserver take care of static file serving, and only use the puppetmaster for catalog compilation. One tried and tested solution is described in this blog post: http://www.masterzen.fr/2010/03/21/more-puppet-offloading/ Cheers, Marc -- 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.