Peter Berghold
2012-Mar-02 15:55 UTC
[Puppet Users] puppet <=> puppet dashboard interoperability
Is there something on the puppet master or puppet agent that needs to be tweaked for class assignments to be picked up form dasbhboard when a puppet agent runs? wondering if I missed something... -- Peter L. Berghold Owner, Shark River Technical Solutions LLC -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Brendan O''Bra
2012-Mar-02 16:05 UTC
Re: [Puppet Users] puppet <=> puppet dashboard interoperability
Have you setup Dashboard as an ENC? http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html On Fri, Mar 2, 2012 at 7:55 AM, Peter Berghold <salty.cowdawg@gmail.com>wrote:> Is there something on the puppet master or puppet agent that needs to be > tweaked for class assignments to be picked up form dasbhboard when a puppet > agent runs? > > wondering if I missed something... > > > -- > Peter L. Berghold > Owner, Shark River Technical Solutions LLC > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- GVoice: 707.646.9180 LinkedIn: http://www.linkedin.com/in/brendanobra -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Kenneth Lo
2012-Mar-02 16:09 UTC
Re: [Puppet Users] puppet <=> puppet dashboard interoperability
The way I understand it is that, if your puppet installation utilize ENC, you simply setup the puppet.conf''s [master] external_nodes parameter to point to a process that returns a yaml formatted "node catalogs". If your ENC configuration is correct (in this case dashboard), puppet would do the rest. I believe by default installation for dashboard (I use PE), that would be a script called external_node, which simply does a curl call to pull your configuration list down. --KL From: Peter Berghold <salty.cowdawg@gmail.com<mailto:salty.cowdawg@gmail.com>> Reply-To: "puppet-users@googlegroups.com<mailto:puppet-users@googlegroups.com>" <puppet-users@googlegroups.com<mailto:puppet-users@googlegroups.com>> Date: Fri, 2 Mar 2012 10:55:06 -0500 To: "puppet-users@googlegroups.com<mailto:puppet-users@googlegroups.com>" <puppet-users@googlegroups.com<mailto:puppet-users@googlegroups.com>> Subject: [Puppet Users] puppet <=> puppet dashboard interoperability Is there something on the puppet master or puppet agent that needs to be tweaked for class assignments to be picked up form dasbhboard when a puppet agent runs? wondering if I missed something... -- Peter L. Berghold Owner, Shark River Technical Solutions LLC -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com<mailto:puppet-users@googlegroups.com>. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com<mailto:puppet-users+unsubscribe@googlegroups.com>. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Peter Berghold
2012-Mar-02 16:12 UTC
Re: [Puppet Users] puppet <=> puppet dashboard interoperability
On Fri, Mar 2, 2012 at 11:09 AM, Kenneth Lo <klo@paydiant.com> wrote:> Texternal_nodes parameter to point to a process that returns a yaml > formatted "node catalogs". If your ENC configuration is correct (in this > case dashboard), puppet would do the rest. > >That was it! I think I am going to take the time to write an article about all this for Linux Journal or some such (at least a blog entry) to outline this for folks. This has been a wild trip... -- Peter L. Berghold Owner, Shark River Technical Solutions LLC -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.