Rajat Patel
2013-Jun-17 08:04 UTC
[Puppet Users] Puppet-dashboard work well but can''t see any node
<https://lh6.googleusercontent.com/--4S0yP05lDI/Ub7DBXYaUaI/AAAAAAAAMEA/mopI5lxNUj8/s1600/Screenshot+from+2013-06-17+04%3A03%3A26.png> Hi Guys, We have Cent OS 6.4 server which is puppet master server, its take all mix environment(fedora/redhat/centos/windows). Right now we have add 2 node one from ubuntu 12.10 and fedora 18. We can deploy all policy which we want to. To show POC to management We need config puppet-dashboard which web pages is coming but can see any node add to the page. We have try adding manually which is not working out. Kindly let us know what could be issues. [root@master sysconfig]# /etc/init.d/puppet-dashboard start Starting Puppet Dashboard: config.gem: Unpacked gem rspec-rails-1.3.4 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem factory_girl-1.3.3 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem sass-3.1.2 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem daemons-1.0.10 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem thoughtbot-shoulda-2.10.2 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem rack-1.1.6 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem haml-3.1.2 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem rspec-1.3.2 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem rdoc-3.6.1 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem mocha-0.9.7 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem will_paginate-2.3.15 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. config.gem: Unpacked gem json_pure-1.7.7 in vendor/gems has no specification file. Run ''rake gems:refresh_specs'' to fix this. => Booting WEBrick => Rails 2.3.17 application starting on http://0.0.0.0:3000 [ OK ] -- 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 post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
Konrad Scherer
2013-Jun-18 22:39 UTC
Re: [Puppet Users] Puppet-dashboard work well but can''t see any node
On 13-06-17 04:04 AM, Rajat Patel wrote:> Hi Guys, > > We have Cent OS 6.4 server which is puppet master server, its take all > mix environment(fedora/redhat/centos/windows). > > Right now we have add 2 node one from ubuntu 12.10 and fedora 18.If the dashboard is using ruby 1.8.x, it cannot process reports coming from puppet using ruby 1.9.x. I know F18 is ruby 1.9 and CentOS 6.4 is ruby 1.8, so that may be the problem. http://projects.puppetlabs.com/issues/10422 Do you see the error messages in Dashboard? -- Konrad Scherer, Sr. Engineer, Linux Products Group, Wind River direct 613-963-1342 fax 613-592-2283 -- 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 post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.