[Puppet Users] Puppet Windows ARR

2015-08-25 Thread Sergiu Cornea
Hello guys, I have been asked to use Puppet in order to set-up Windows ARR, however, I have been searching all over Google but unfortunately, I couldn't find anything. Could someone please let me know where I can find more information about this as well as creating a Windows Server Cluster

[Puppet Users] Re: ERROR: Could not evaluate: Could not retrieve information from environment production source(s)

2015-08-25 Thread manyi
Quick question Trevor how do I resolve this Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Connection refused - connect(2) Info: Retrieving pluginfacts Error: /File[/var/lib/puppet/facts.d]: Failed to generate additional resources u

Re: [Puppet Users] Re: Puppet Server dying with high number of JRuby instances

2015-08-25 Thread Stefan Dietrich
Hi Chris, this was also our expectation. Even with 24 instances, it did not die at 17, but at instance 20. I have created issue SERVER-858 for this. Regards, Stefan On Di, 2015-08-25 at 04:59 -0700, Chris Price wrote: Stefan, That is a very weird error. The way it reads it sounds like

[Puppet Users] Re: Puppet agent run runs slowly

2015-08-25 Thread kaustubh chaudhari
Hi, You can run profiler to check who and what is taking time in detail. https://puppetlabs.com/blog/tune-puppet-performance-profiler -Kaustubh On Tuesday, August 25, 2015 at 3:49:28 AM UTC-4, Constantin Wolber wrote: Hi, i searched quite a bit with google but cannot really find an idea

[Puppet Users] Puppet agent run runs slowly

2015-08-25 Thread Constantin Wolber
Hi, i searched quite a bit with google but cannot really find an idea of what to change. If i do a puppet agent run on a few of my managed servers i get the following results: Notice: Finished catalog run in 486.54 seconds Changes: Events: Resources: Total: 2304 Time:

[Puppet Users] Announce: PuppetDB 3.1.0 is available!

2015-08-25 Thread Ryan Senior
PuppetDB 3.1.0 - August 25, 2015 PuppetDB 3.1.0 Downloads Available in native package format as part of Puppet Collection 1 (PC1). More information on the PC1 repositories is available here: http://bit.ly/1HQJDNb Binary tarball: http://downloads.puppetlabs.com/puppetdb/

[Puppet Users] Re: Puppet Server dying with high number of JRuby instances

2015-08-25 Thread Chris Price
Stefan, That is a very weird error. The way it reads it sounds like something that should happen on every JRuby instance or on none of them (NoClassDefFoundError usually means it's trying to load some code that doesn't exist), so I wouldn't expect you to see a difference in behavior between

[Puppet Users] Puppet Server dying with high number of JRuby instances

2015-08-25 Thread Dietrich, Stefan
Hello, we tried to today to migrate our Puppet Masters from Apache/Passenger to Puppet Server 1.1.1. However, Puppet Server just dies with error messages as soon as we increase the number of JRuby instances to 24 and a JVM heapsize of 16GB. During startup of Puppet Server, it starts to spawn

Re: [Puppet Users] Puppet Windows ARR

2015-08-25 Thread Rob Reynolds
On Tue, Aug 25, 2015 at 11:30 AM, Sergiu Cornea s.cor...@my.westminster.ac.uk wrote: Hello guys, I have been asked to use Puppet in order to set-up Windows ARR, however, I have been searching all over Google but unfortunately, I couldn't find anything. For setting up the Web Server

[Puppet Users] Vagrant with Shared Folder for rspec-puppet

2015-08-25 Thread Julian Meier
Hi! I'm working on several puppet modules and try to run the rspec tests in a vagrant vm (virtualbox). The module directory is mounted to the vm in /vagrant. Normally rspec-puppet seems to create a symlink in spec/fixtures/modules to the module directory. This symlink doesn't work on the

[Puppet Users] Single node to download any puppet node configurations

2015-08-25 Thread Ajith Thampi
Hi, I am trying to understand any options to use a select puppet node to download configurations for 'other' puppet nodes. The usecase is for me to understand what configurations files (from erb templates) are created for select nodes by accessing them on a single server. I understand this