Re: [Puppet Users] Re: PuppetDB - High CPU Large number of KahaDB files and very little work going to postgresql

2017-06-29 Thread Wyatt Alt
Peter, You said no work is going to postgresql but how did you determine that? Are you able to see if PuppetDB (java) or postgres is consuming the CPU? How is disk activity? Slow command processing is often correlated with long database queries -- it would be useful to turn on slow query logging

Re: [Puppet Users] Open Source PuppetDB Code

2017-06-29 Thread Peter Kristolaitis
https://github.com/puppetlabs/puppetdb On 2017-06-29 12:12 PM, Peter Krawetzky wrote: I did a little searching on github but couldn't find it. Does anyone know where the source code is for the PuppetDB server? I'm really looking for the source code that contains the DML (insert, select,

[Puppet Users] Open Source PuppetDB Code

2017-06-29 Thread Peter Krawetzky
I did a little searching on github but couldn't find it. Does anyone know where the source code is for the PuppetDB server? I'm really looking for the source code that contains the DML (insert, select, update, delete). Thanks. -- You received this message because you are subscribed to the

[Puppet Users] NetApp Puppet module - rspec test run - a novice - please help

2017-06-29 Thread nidhi mittal hada
Hi All, I am running https://github.com/puppetlabs/puppetlabs-netapp/tree/master/spec/acceptance tests for the first time. I dunno much what is required to run these tests. *[root@scsor0012513001 acceptance]# rspec netapp_volume_spec.rb * An error occurred while loading

[Puppet Users] Re: Variable scope on sub-defined ressource type

2017-06-29 Thread Prunk Dump
On Tuesday, June 27, 2017 at 3:37:04 PM UTC+2, jcbollinger wrote: > > > > On Monday, June 26, 2017 at 7:57:06 AM UTC-5, Prunk Dump wrote: >> >> Hello puppet Team ! >> >> I have trouble upgrading some code from puppet-3.7 to puppet-4.8. >> >> I have a class, a defined type, and a sub-defined type