[Puppet Users] Re: Storeconfigs with puppetdb in nodeless configuration not working

2015-03-20 Thread Michael Pawlak
Does anybody have any insight into this? On Thursday, March 19, 2015 at 10:14:59 PM UTC-7, Michael Pawlak wrote: > > Hello Puppeteers, > > We currently have implemented a nodeless (role base using LDAP) and > masterless (git pulls) puppet infrastructure at work. This aspect seems to > work just

[Puppet Users] Re: storeconfigs errors and other beginner questions

2013-12-12 Thread jcbollinger
On Wednesday, December 11, 2013 2:31:06 PM UTC-6, Pierre-Andre Malbrough wrote: > > Hey guys, > > Im new to puppet and running into challenges getting a puppet module > installed. > > so I've installed a module > (puppet-ossec), > and I want to install it

Re: [Puppet Users] Re: storeconfigs

2013-10-06 Thread Cory Stoker
It looks like you do not have all the Ruby gems installed. Storeconfigs requires Activerecord version 2.1 or later. On your system depending on how you install your Ruby gems, you should run: #see if Activerecord is installed gem list if you do not find it installed then you should install from

[Puppet Users] Re: storeconfigs

2013-10-06 Thread ytmp123
If I remove "storeconfigs=true" from the Agent's "puppet.conf"-file then there is no error on the Agent. But the desired files aren't created in the puppet-server's "/var/lib/puppet"-directory. No files are created. So where is the data collected? Can anyone help me? -- You received this mess

[Puppet Users] Re: Storeconfigs parsing

2012-12-06 Thread Andrei Burd
https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/5jMB2RxcKMU here's the answer =) On Wednesday, December 5, 2012 9:20:48 PM UTC+2, Or Elimelech wrote: > > Hello everyone, > We have installed new puppetmaster on debian squeeze with storeconfigs > using postgresql > we've migrated

[Puppet Users] Re: Storeconfigs and nagios and foreman

2011-11-09 Thread Joshua Vaughn
Work around provided here: http://projects.puppetlabs.com/issues/7178 -Josh On Nov 4, 10:23 am, Joshua Vaughn wrote: > All- > > Poking around in the bug database it looks like storeconfigs is being > actively worked on. I am using 2.7.6 on my master as well as all the > clients.  I have clients

Re: [Puppet Users] Re: Storeconfigs seem slow

2011-09-13 Thread Justin Lambert
Thanks for everyone's comments - I finally found where the large chunk of client time was going. Client runs are still slow, but 5 mins is a lot better than 20 minutes. The issue in our case was having the directory that contained the nagios config files managed by puppet (purge => true, recurse

[Puppet Users] Re: Storeconfigs seem slow

2011-09-13 Thread Bart Descamps
And as an additional note, there is a related bug/feature open for it: http://projects.puppetlabs.com/issues/5650 On Sep 13, 9:49 am, Bart Descamps wrote: > I had a similar problem with my nagios server where the catalog run > took about 500seconds for about 100 nodes with about 1000 services,

[Puppet Users] Re: Storeconfigs seem slow

2011-09-13 Thread Bart Descamps
I had a similar problem with my nagios server where the catalog run took about 500seconds for about 100 nodes with about 1000 services, most of which were generated with exported resources/stored config. We use the Naginator-resources in puppet. However, the main speed issue was not with the fetch

Re: [Puppet Users] Re: StoreConfigs not supported without ActiveRecord 2.1 or higher, but 3.0.0 is installed.

2010-10-05 Thread James Turnbull
bwood wrote: Thanks for the reply. I'll try the RC. Should it work with the 0.25 releases? Puppet masters should always be the more recent release - so a 2.6.2 master will support 0.25.x clients. Regards James Turnbull -- You received this message because you are subscribed to the Google

[Puppet Users] Re: StoreConfigs not supported without ActiveRecord 2.1 or higher, but 3.0.0 is installed.

2010-10-05 Thread bwood
Thanks for the reply. I'll try the RC. Should it work with the 0.25 releases? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to pup

[Puppet Users] Re: storeconfigs + environments issue

2009-08-31 Thread josbal
Ok guys... thanks to the #puppet irc guys, I have been able to fix my problem. Seems as though when downloading mysql gem via "gem install mysql", puppetmaster was not interfacing with mysql server correctly, and therefore not populating the database. So i removed the mysql gem - "gem uninstall

[Puppet Users] Re: storeconfigs + environments issue

2009-08-30 Thread josbal
Does anyone have any suggestions as to why storeconfigs aren't working for me? On Aug 28, 1:44 pm, josbal wrote: > Hey Ohad, > > Does my puppet.conf from my puppetmaster help you? > > Cheers, > Josh > > On Aug 27, 2:53 pm, josbal wrote: > > > Surething... > > > [main] > >     # Where Puppet sto

[Puppet Users] Re: storeconfigs + environments issue

2009-08-27 Thread josbal
Hey Ohad, Does my puppet.conf from my puppetmaster help you? Cheers, Josh On Aug 27, 2:53 pm, josbal wrote: > Surething... > > [main] >     # Where Puppet stores dynamic and growing data. >     # The default value is '/var/puppet'. >     vardir = /var/lib/puppet > >     # The Puppet log direct

[Puppet Users] Re: storeconfigs + environments issue

2009-08-26 Thread josbal
Surething... [main] # Where Puppet stores dynamic and growing data. # The default value is '/var/puppet'. vardir = /var/lib/puppet # The Puppet log directory. # The default value is '$vardir/log'. logdir = /var/log/puppet # Where Puppet PID files are kept. # The

[Puppet Users] Re: storeconfigs + environments issue

2009-08-26 Thread Ohad Levy
You dont need to run it as root, can you please paste your puppet.conf? cheers, Ohad On Thu, Aug 27, 2009 at 9:40 AM, josbal wrote: > > Why would the permissions / running as root need to change for using > storeconfigs? > > As mentioned before our testing puppet server is configured in the > s

[Puppet Users] Re: storeconfigs + environments issue

2009-08-26 Thread josbal
Why would the permissions / running as root need to change for using storeconfigs? As mentioned before our testing puppet server is configured in the same way and didn't have this permissions issue. On Aug 27, 11:32 am, Jason Rojas wrote: > Sounds like you need to run puppetmaster as the root u

[Puppet Users] Re: storeconfigs + environments issue

2009-08-26 Thread Jason Rojas
Sounds like you need to run puppetmaster as the root user or change some file permissions. -Jason On Aug 26, 2009, at 4:58 PM, josbal wrote: > > Hi Guys, > > Im trying to turn on storeconfigs with a mysql db backend. On my > testing server in our lab, i configured this successfully and can s

[Puppet Users] Re: storeconfigs storms?

2009-07-29 Thread Mark Plaksin
Brice Figureau writes: > One thing I noticed is the following: I had in two separate places > (modules) the following pattern: > > if ! defined(File["a"]) { > file { "a": > ... > } > } > > Then when a host was coming to get its config in puppetmaster, it could > get the File[a] defined f

[Puppet Users] Re: storeconfigs storms?

2009-07-29 Thread Brice Figureau
On Wed, 2009-07-29 at 09:56 +0100, Trevor Hemsley wrote: > Brice Figureau wrote: > > What I suggest you is if it happens next time, is to use innotop and > > have a look to the live running queries. You might find that you have > > one or more "slow" queries. > > > The slow query log might be a

[Puppet Users] Re: storeconfigs storms?

2009-07-29 Thread Trevor Hemsley
Brice Figureau wrote: > What I suggest you is if it happens next time, is to use innotop and > have a look to the live running queries. You might find that you have > one or more "slow" queries. > The slow query log might be a better alternative. -- Trevor Hemsley Infrastructure Engineer ...

[Puppet Users] Re: storeconfigs storms?

2009-07-29 Thread Brice Figureau
On Tue, 2009-07-28 at 21:09 -0400, Mark Plaksin wrote: > Brice Figureau writes: > > >> Our mysql questions, com_select and com_insert stats spike first. > >> com_select and com_update are normally at around 5 and spike to 40; > >> questions is normally around 150 and spikes to 600. Threads conn

[Puppet Users] Re: storeconfigs storms?

2009-07-28 Thread Mark Plaksin
Brice Figureau writes: >> Our mysql questions, com_select and com_insert stats spike first. >> com_select and com_update are normally at around 5 and spike to 40; >> questions is normally around 150 and spikes to 600. Threads connected >> goes from around 15 to 30. After that it looks like eve

[Puppet Users] Re: storeconfigs storms?

2009-07-28 Thread Brice Figureau
On Tue, 2009-07-28 at 08:50 -0400, Mark Plaksin wrote: > Howdy: > > Does anybody else see in storeconfigs spikes *after* you've been up and > running with storeconfigs for a while? Twice in the past month our > puppetmaster has been slammed by storeconfigs activity. We're running > 25b2 but not