[Puppet Users] memory issue

2013-03-29 Thread Mamta Garg
Hi Any one can please help me with below issue? I have setup one master(Cent OS) and 40 agent(windows) ,from last three days my all nodes are showing unresponsive in puppet -dashboard. And last got error in report is as below- err Could not retrieve catalog from remote server: Error 400 on

[Puppet Users] Re: memory issue

2013-03-29 Thread jcbollinger
On Friday, March 29, 2013 4:25:01 AM UTC-5, Mamta Garg wrote: Hi Any one can please help me with below issue? I have setup one master(Cent OS) and 40 agent(windows) ,from last three days my all nodes are showing unresponsive in puppet -dashboard. And last got error in report is as below-

[Puppet Users] Re: puppet 3.x selectors with hashes - syntax error

2013-03-29 Thread jcbollinger
It looks like a bug to me, but there's a pretty easy workaround: pull out the selector body as a hash of hashes, and select the desired value via ordinary hash indexing. The only trick is handling the 'default' case, but that's doable: $panel_options = { cpanel = {'admin_interface'

Re: [Puppet Users] Re: Custom fact or function ? looking for opinion

2013-03-29 Thread jcbollinger
On Thursday, March 28, 2013 9:03:31 AM UTC-5, Johan De Wit wrote: On 03/28/2013 02:20 PM, jcbollinger wrote: On Thursday, March 28, 2013 5:32:06 AM UTC-5, Johan De Wit wrote: Hi, I'm in the progress of writing custom facts to retrieve our network configuration for the nodes from

[Puppet Users] puppet doc and puppet 3 problems.

2013-03-29 Thread llowder
Full details are at https://ask.puppetlabs.com/question/841/puppet-doc-is-giving-no-output-at-all/ but the tl;dr version is that when I run puppet doc, I get no output at all, even with --debug and --trace. Nothing to stdout, stderr or the --outputdir, and I am not sure why or what I am

[Puppet Users] Re: puppet doc and puppet 3 problems.

2013-03-29 Thread llowder
On Friday, March 29, 2013 9:44:42 AM UTC-5, llowder wrote: Full details are at https://ask.puppetlabs.com/question/841/puppet-doc-is-giving-no-output-at-all/ but the tl;dr version is that when I run puppet doc, I get no output at all, even with --debug and --trace. Nothing to stdout,

Re: [Puppet Users] Confirming nodes and assigning classes in puppet dashboard

2013-03-29 Thread Nikola Petrov
You can look into foreman. I think that this is the best you can get for newbie maintenance support. -- Nikola ;) On Thu, Mar 28, 2013 at 05:18:55PM +0400, Max Lapshin wrote: I want to setup puppet or chef, or whatever else to help deploy system to a person, that doesn't know how to write

[Puppet Users] puppet node [clean, find, search] questions

2013-03-29 Thread Kubes
A few questions on puppet node. I am using 3.1.1 What is the different of find and search? I have done a puppet clean node node and its seems to only partially have worked. A #find /var/lib/puppet -name 'node*' , does not find any files A puppet node search '*' --node_terminus yaml

[Puppet Users] puppet dashboard stopped updating

2013-03-29 Thread Gregory Damiani
I was in the process of setting up puppet environments. I pulled code from my main modules and manifests directories into the prod environment folder, deployed a newer branch of that code to a 'stg' environment folder, updated puppet.conf on the master, and reconfigured puppet.conf on my

Re: [Puppet Users] Nodes Could not retrieve catalog from remote server: execution expired

2013-03-29 Thread Matthew Burgess
On Wed, Mar 27, 2013 at 8:39 PM, iamauser tapas.sara...@gmail.com wrote: Almost 4-5% of the total number of nodes are not receiving catalog from the master on an hourly run. We have about 250 nodes. The nodes that are receiving this error are rather random. The hourly cron happens almost at

[Puppet Users] Re: puppet dashboard stopped updating

2013-03-29 Thread Gregory Damiani
Looks like I sussed it on my own. This had nothing to do with environments. In the process of updating my puppet.conf file, I fat fingered the master's reporturl ... simple as that. Nothing to see here. Thanks /Greg On Friday, March 29, 2013 3:08:26 PM UTC-4, Gregory Damiani wrote: I

Re: [Puppet Users] Re: Custom fact or function ? looking for opinion

2013-03-29 Thread Johan De Wit
On 03/29/2013 03:00 PM, jcbollinger wrote: On Thursday, March 28, 2013 9:03:31 AM UTC-5, Johan De Wit wrote: On 03/28/2013 02:20 PM, jcbollinger wrote: On Thursday, March 28, 2013 5:32:06 AM UTC-5, Johan De Wit wrote: Hi, I'm in the progress of writing custom