Error message : Could not configure routes from /etc/puppet/routes.yaml: Could not find terminus puppetdb for indirection facts
366 views
Skip to first unread message
David Logan
unread,
Feb 2, 2015, 11:19:28 PM2/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi Folks,
I've been searching for a solution for this and found one on here. Tried to run this (see output below) but am still getting the message in /var/log/messages (as in subject line). As you can see, the solution was to build it itself and then install, this was done successfully.
Puppet Master is
dcslpmst01:~/puppetdb/puppet # lsb_release -a LSB Version: core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch Distributor ID: SUSE LINUX Description: SUSE Linux Enterprise Server 11 (x86_64) Release: 11 Codename: n/a
This is running puppet 3.7.4 - Ruby 1.8.7 (2011-12-28 patchlevel 357) - this is the latest version via yum.
and the puppetdb and dashboard server is
[root@dcslpwebdb01 log]# lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distributor ID: RedHatEnterpriseServer Description: Red Hat Enterprise Linux Server release 6.5 (Santiago) Release: 6.5 Codename: Santiago
dcslpmst01:~/puppetdb # cd puppet dcslpmst01:~/puppetdb/puppet # gem build puppetdb-terminus.gemspec Successfully built RubyGem Name: puppetdb-terminus Version: 3.0.0 File: puppetdb-terminus-3.0.0.gem dcslpmst01:~/puppetdb/puppet # gem install --no-ri --no-rdoc puppetdb-terminus Successfully installed puppetdb-terminus-3.0.0 1 gem installed dcslpmst01:~/puppetdb/puppet # service apache2 stop Shutting down httpd2 (waiting for all children to terminate) done dcslpmst01:~/puppetdb/puppet # ps -ef
Stopped and started the puppet master after installation