Re: [Puppet Users] Catalog compilation weirdness

2016-02-28 Thread Henrik Lindberg
On 29/02/16 01:18, Robert Davidson wrote: I think I figured it out. For whatever reason, delete_undef_values wasn't doing what it said on the tin - I'm not sure why, > or if I should even report this as a bug to the puppet-keystone devs. That looks like a valid bit of puppetry to me, and I h

[Puppet Users] Svn structure for hiera files on a multi tier environment

2016-02-28 Thread yeayu
Hello all, I am trying to come up with a svn structure for hiera files that works on a multi tier environment... I have 3 environments: Dev, QA and Prod, each of them with its own puppet master server. This is how the SVN structure looks like: svn └─ trunk └─ hiera

[Puppet Users] running puppet cert list as a regular user - not root

2016-02-28 Thread solarflow 99
Does anyone know if this can be done with puppet OSS? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this

RE: [Puppet Users] Catalog compilation weirdness

2016-02-28 Thread Robert Davidson
I think I figured it out. The problem statement was $domains = unique(delete_undef_values([ $admin_user_domain, $admin_project_domain, $service_project_domain])) keystone_domain { $domains: ensure => present, enabled => true, } For whatever reason, delete_undef_values wasn't doing w

Re: [Puppet Users] Catalog compilation weirdness

2016-02-28 Thread Hristo Mohamed
I have seen the same type of error with a custom fact, that was failing to set the proper value for the variable(the variable was an array). Then the empty variable was used as a name for resource creation. Care to check for that in your manifests? Hristo On Feb 28, 2016 11:17 PM, "Robert Davidson

[Puppet Users] Catalog compilation weirdness

2016-02-28 Thread Robert Davidson
(This is under puppet 3.6.2.) In my ongoing monkey-knife-fight with the openstack puppet modules, I've run across a weird thing. I'm getting this error when I try to run puppet with a particular role: Error: Could not retrieve catalog from remote server: Could not intern from text/pson: Could n

Re: [Puppet Users] Puppetdb and multiple puppetmasters

2016-02-28 Thread Martin Alfke
Hi, On 28 Feb 2016, at 00:39, Robert Davidson wrote: > I'm quite certain that there's something in the documentation that I'm > missing here. (It has all the hallmarks of an Own Damn Fault situation.) > Nonetheless, as I'm getting nowhere, I figure I'll fling out a cry for help. > > How do you