Puppet dashborad ENC script output blank

42 views
Skip to first unread message

Satish Patel

unread,
Mar 7, 2014, 12:40:58 PM3/7/14
to puppet...@googlegroups.com
I have configured puppet and its working fine. recently i have install puppet-dashborad and it works fine, it is showing reports, node etc. but somehow it is now showing "classes" associated with node.

sudo /usr/bin/env PUPPET_DASHBOARD_URL=http://localhost:3000 /usr/share/puppet-dashboard/bin/external_node node1.example.com
---
classes: []

parameters: {}

name: node1.example.com


My site.pp is following

cat /etc/puppet/manifests/site.pp
# /etc/puppet/manifests/site.pp

# common puppet class for all nodes
import "nodes/common.pp"

# Import nodes
import "nodes/dev/*"
import "nodes/test/*"
import "nodes/prod/*"


Am i missing something??

Stefan Heijmans

unread,
Mar 12, 2014, 6:06:06 AM3/12/14
to puppet...@googlegroups.com
Hi,
 
Have you defined any classes *in* Puppet Dashbaord and assigned them node1.example.com?
 
Stefan

Satish Patel

unread,
Jun 2, 2014, 4:12:39 PM6/2/14
to puppet...@googlegroups.com
No, I didn't define any class in Dashbaord... I thought ENC script will feed those classes in Dashbaord web interface

jcbollinger

unread,
Jun 3, 2014, 9:34:47 AM6/3/14
to puppet...@googlegroups.com


On Monday, June 2, 2014 3:12:39 PM UTC-5, Satish Patel wrote:
No, I didn't define any class in Dashbaord... I thought ENC script will feed those classes in Dashbaord web interface


You have it backward.  The classes shown in Dashboard are about using Dashboard as an ENC to assign classes to nodes.  If you are using a separate ENC then that aspect of Dashboard is not useful to you.


John

Reply all
Reply to author
Forward
0 new messages