[Puppet Users] Re: Specifying dependency ordering inside of lambda functions

2017-02-20 Thread John Gelnaw
I can think of three options: 1) Break the user / group definitions into their own classes, and "require" the group class in your user definition class. 2) In some cases, Puppet does an implicit require-- it's possible your code would work as-is, and the catalog would recognize the need to

Re: [Puppet Users] Puppet server is slow and needs tuning

2017-02-20 Thread Ramin K
With Puppet 3.8.7 you're hopefully running Puppet with Apache/Passenger. If not, you have a puppetmaster (puppet master?) process that is single threaded. You'll have to migrate to Passenger based setup. My guess is that that you're running the standalone process since Passenger defaults to 6

Re: [Puppet Users] Puppet server is slow and needs tuning

2017-02-20 Thread Harish Kothuri
Thanks for your reply. I understand that i need to upgrade to puppet 4. I'm just looking for similar options to optimize in 3 open source since i have these in production and not easy to upgrade Thanks & Regards, Harish Kothuri On Monday, February 20, 2017 at 10:51:27 PM UTC+5:30, Rob Nelson

[Puppet Users] Randomly Fuzzing/Exerising variables in a deployment config/template

2017-02-20 Thread sami . joseph
Hi, I built an App that gets its deployment data from a yaml/json config file, the deployment data are set as variables, for example : number of virtual machine to be spun or how many CPUs are needed per Virtual machineetc Now i am looking for a way to automate testing all these variables,

[Puppet Users] Specifying dependency ordering inside of lambda functions

2017-02-20 Thread Joshua Schaeffer
Hello all, I was reviewing some of my company's Puppet manifests that we use when deploying certain server types. In one of them we were calling a lot of user and group resources, which I found repetitive, so I just grouped all the users and groups into their own hashes, then I just ran an

Re: [Puppet Users] Puppet server is slow and needs tuning

2017-02-20 Thread Rob Nelson
Harish, You are running puppet 3 open source and looking at directions for puppet 4 enterprise edition. While some of the PE information will surely apply to the open source edition, you should update to puppet 4 as puppet 3 is End of Support/Life. That upgrade alone should improve performance

[Puppet Users] Puppet for Netapp cluster storage

2017-02-20 Thread hrushistorage1984
Hi All, I am New to Puppet and i am trying to automate my storage box (i,e netapp cluster data ontap 8.3 V simulator), I trying on my VM lab but facing certificate issues. Please can any one help me sending or giving any idea about configuration files . Thanks, Hrushi -- You received this

[Puppet Users] Integrating Puppet (v3.8) with Vault as the Puppet Master CA?

2017-02-20 Thread Turbo Fredriksson
I've been putting of on making my Puppet master redundant for quite a while now, but it's starting to become an issue now. So I'm starting to put this as a higher importance issue. Although making the master itself highly available isn't much of a problem (I've already running it behind a

[Puppet Users] Re: console parameter value with dollar becomes interpolation

2017-02-20 Thread jcbollinger
On Friday, February 17, 2017 at 10:40:57 AM UTC-6, João Matos wrote: > > Hi all > > we're trying to assign a value to a parameter with a dollar and that is a > problem. > adding a backslash only makes the string become backslashed which is not > what we want. Different types of quoting did

[Puppet Users] Puppet server is slow and needs tuning

2017-02-20 Thread Harish Kothuri
Hi All, Following is my puppet configuration details. Problem is that puppet server and agent runs are going very slow at times and restarting the server helps in production. Puppet 3.8.7 (open source) Facter 2.4.6 CentOS 7 Number of nodes: 500 Number of cores: 16 RAM: 32GB I'm going through