Re: [Puppet-dev] How to feed offline puppet run data to a puppet server / dashboard

2013-04-25 Thread Martin Langhoff
On Thu, Apr 25, 2013 at 3:39 PM, Martin Langhoff wrote: > Fantastic, thanks. Reading. Actually, reading has given me pretty much all the answers I needed. Reading http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html I see that the client nodes can upload directly to dashboard with

Re: [Puppet-dev] Composite namevars and self.prefetch

2013-04-25 Thread Stefan Schulte
On Wed, 24 Apr 2013 23:05:13 -0700 (PDT) Chuck Dand wrote: > I've been trying to implement a custom type/provider in which I'd > like to use composite namevars. From what I can find support for > composite namevars when using self.prefetch in the provider is a > little bit rough at the current ti

Re: [Puppet-dev] How to feed offline puppet run data to a puppet server / dashboard

2013-04-25 Thread Martin Langhoff
On Thu, Apr 25, 2013 at 3:21 PM, Andy Parker wrote: > I think what you are looking for is the reports that get produced from a > puppet run. Take a look at http://docs.puppetlabs.com/guides/reporting.html > as a starting place. Fantastic, thanks. Reading. > I think that will also give you the vo

Re: [Puppet-dev] How to feed offline puppet run data to a puppet server / dashboard

2013-04-25 Thread Andy Parker
Hi Martin, I think what you are looking for is the reports that get produced from a puppet run. Take a look at http://docs.puppetlabs.com/guides/reporting.htmlas a starting place. I think that will also give you the vocabulary that you need to search through the code. In the end, I think you just

Re: [Puppet-dev] Composite namevars and self.prefetch

2013-04-25 Thread Andy Parker
Hi Chuck, Looking at the bugs that are linked together for this, I don't see anything that says we had planned on working on this, which is good in that it means I didn't have any false recollections of plans, but bad in that it means we aren't planning on working on this problem. It looks like t

[Puppet-dev] Composite namevars and self.prefetch

2013-04-25 Thread Chuck Dand
I've been trying to implement a custom type/provider in which I'd like to use composite namevars. From what I can find support for composite namevars when using self.prefetch in the provider is a little bit rough at the current time. I've found a number of posts from Stefan Schulte and Dan Bode

[Puppet-dev] How to feed offline puppet run data to a puppet server / dashboard

2013-04-25 Thread Martin Langhoff
Hi Puppet Devs, I am drafting out a plan to make a git-based wrapper to puppet that adds some niceties to the usual "server-less puppet infra with configs distributed by git" scheme. And one of the key goals is to be able to run offline but feed the results to a puppet server/dashboard. That is:

Re: [Puppet-dev] Structured facts in PuppetDB

2013-04-25 Thread Chris Price
Erik, thanks a ton for adding these tickets! Very helpful. On Thu, Apr 25, 2013 at 3:22 AM, Erik Dalén wrote: > Now that the patch to support structured facts in puppet itself is merged > it needs to be supported in puppetdb quite soon. > So I created a couple of tickets for how I think a possi

[Puppet-dev] Structured facts in PuppetDB

2013-04-25 Thread Erik Dalén
Now that the patch to support structured facts in puppet itself is merged it needs to be supported in puppetdb quite soon. So I created a couple of tickets for how I think a possible query interface for them could look: Support structured facts: http://projects.puppetlabs.com/issues/20403 Arr