shlo.afgin@gmail.com
2013-Nov-21 10:36 UTC
[Puppet Users] cannot find puppet_node_classifier
Hi, I''m trying to learn configure puppet nodes using ENC. The instruction tell to add to puppet.conf the line: external_nodes = /usr/bin/puppet_node_classifier I cannot find puppet_node_classifier anywhere in my system. I have puppet 3.3.1 installed. What I need to install in order to have it? Thanks. -- 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+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/a66813f4-f0d6-4b8d-b792-d4910993c892%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
As far as I know, "/usr/bin/puppet_node_classifier" is supposed to be the path to your ENC script. What ENC are you trying to use? Either your ENC documentation should tell you how to configure this (Puppet Dashboard/Console, Foreman, etc.) or if you''re writing your own ENC, this should be the path to your node terminus script. On 11/21/2013 05:36 AM, shlo.afgin@gmail.com wrote:> > > Hi, > I''m trying to learn configure puppet nodes using ENC. The instruction > tell to add to puppet.conf the line: > external_nodes = /usr/bin/puppet_node_classifier > > I cannot find puppet_node_classifier anywhere in my system. I have > puppet 3.3.1 installed. > What I need to install in order to have it? > Thanks. > > -- > 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+unsubscribe@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/a66813f4-f0d6-4b8d-b792-d4910993c892%40googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out.-- 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+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/528DFDB8.7000802%40jasonantman.com. For more options, visit https://groups.google.com/groups/opt_out.
shlo.afgin@gmail.com
2013-Nov-21 13:00 UTC
Re: [Puppet Users] cannot find puppet_node_classifier
Do I need to install something special for that or it came with Puppet? On Thursday, November 21, 2013 2:34:00 PM UTC+2, Jason Antman wrote:> > As far as I know, "/usr/bin/puppet_node_classifier" is supposed to be > the path to your ENC script. > > What ENC are you trying to use? Either your ENC documentation should > tell you how to configure this (Puppet Dashboard/Console, Foreman, etc.) > or if you''re writing your own ENC, this should be the path to your node > terminus script. > > On 11/21/2013 05:36 AM, shlo....@gmail.com <javascript:> wrote: > > > > > > Hi, > > I''m trying to learn configure puppet nodes using ENC. The instruction > > tell to add to puppet.conf the line: > > external_nodes = /usr/bin/puppet_node_classifier > > > > I cannot find puppet_node_classifier anywhere in my system. I have > > puppet 3.3.1 installed. > > What I need to install in order to have it? > > Thanks. > > > > -- > > 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...@googlegroups.com <javascript:>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/puppet-users/a66813f4-f0d6-4b8d-b792-d4910993c892%40googlegroups.com. > > > For more options, visit https://groups.google.com/groups/opt_out. > >-- 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+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/4b3404ef-70a1-4f0b-8a35-eb040801881d%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On Thursday, November 21, 2013 7:00:24 AM UTC-6, shlo....@gmail.com wrote:> > Do I need to install something special for that or it came with Puppet? > >It is essentially a Puppet extension point. There are programs that provide a suitable node classifier (Foreman, Dashboard), but a lot of people write their own. The whole point is that the program to which you point must output appropriate details specific to the nodes of your site. If you don''t know what this is about then you really should shelve the idea for now. John -- 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+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/5422693a-7f83-4365-8dd1-4ea9976530b3%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
shlo.afgin@gmail.com
2013-Nov-21 14:49 UTC
Re: [Puppet Users] cannot find puppet_node_classifier
Is there good website i can read about it more? On Thursday, November 21, 2013 4:20:34 PM UTC+2, jcbollinger wrote:> > > > On Thursday, November 21, 2013 7:00:24 AM UTC-6, shlo....@gmail.com wrote: >> >> Do I need to install something special for that or it came with Puppet? >> >> > > It is essentially a Puppet extension point. There are programs that > provide a suitable node classifier (Foreman, Dashboard), but a lot of > people write their own. The whole point is that the program to which you > point must output appropriate details specific to the nodes of your site. > If you don''t know what this is about then you really should shelve the idea > for now. > > > John > >-- 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+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/4dce398c-1f23-4d81-98b4-86667fd7b283%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Hi, ENC description from puppetlabs can be found here: http://docs.puppetlabs.com/guides/external_nodes.html Or search/google for "puppet enc examples" you will find sites like this: https://github.com/rmt/puppetenc-ruby http://wiki.unixh4cks.com/index.php/Simple_External_Node_Classifier%28ENC%29_for_puppet_in_python http://seriousbirder.com/blogs/puppet-master-external-node-classifier/ hth, Martin On 21 Nov 2013, at 15:49, shlo.afgin@gmail.com wrote:> Is there good website i can read about it more? > > On Thursday, November 21, 2013 4:20:34 PM UTC+2, jcbollinger wrote: > > > On Thursday, November 21, 2013 7:00:24 AM UTC-6, shlo....@gmail.com wrote: > Do I need to install something special for that or it came with Puppet? > > > > It is essentially a Puppet extension point. There are programs that provide a suitable node classifier (Foreman, Dashboard), but a lot of people write their own. The whole point is that the program to which you point must output appropriate details specific to the nodes of your site. If you don''t know what this is about then you really should shelve the idea for now. > > > John > > > -- > 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+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/4dce398c-1f23-4d81-98b4-86667fd7b283%40googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out.-- 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+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/C92F580E-3089-4831-BA76-3DE52BA39AE8%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.