search for: facts_terminus

Displaying 14 results from an estimated 14 matches for "facts_terminus".

2011 Jul 23
2
Dashboard not retrieving inventory
...board is 1.1.0 (using passenger) puppet-master is 2.7.1 Went with an extremely loose config on test: Puppet Master: auth.conf: path /facts method find, search auth any allow * puppet.conf: # Reporting reporturl = http://puppetdashboard.domain/reports/upload # Testing, to be changed to DB for prod facts_terminus = yaml Puppet Dashboard: settings.yml: # The "inventory service" allows you to connect to a puppet master to retrieve and node facts enable_inventory_service: true # Hostname of the inventory server. inventory_server: ''puppet'' # Port for the inventory server. inventory...
2013 Feb 08
3
issue storing facts values in mysql on puppet master 3.0.2
Hi, I got the following error:- Error: Could not retrieve catalog from remote server: wrong header line format In puppet.conf file on puppetmaster, I added following lines - facts_terminus = inventory_active_record dbadapter = mysql dbname = dashboard dbuser = test dbpassword = test123 dbserver = puppet-master.com dbsocket = /var/run/mysqld/mysqld.sock How can i solve this error? -- You received this message because you are subscribed to th...
2012 Jan 13
1
mysql errors
...ntory_facts` (`name`, `node_id`, `value`) VALUES (?, ?, ?) I don''t see any errors on the other two masters running CentOS 5.7. I have a separate server running CentOS 6.1 and MySQL 5.1.52 for the inventory db. On the masters, I have inventory configured in the puppet.conf as follows: facts_terminus = inventory_active_record dbadapter = mysql dbname = inventory dbuser = inventory dbpass = xxxx dbserver = x.x.x.x The masters are running ruby enterprise 1.8.7 and all have exactly the same versions of ruby gems installed. *** LOCAL GEMS *** activemodel (3.1.3) activerecord (3.1....
2011 Aug 11
6
Vanishing facts
Hello all, I am running puppet 2.7.1 with mongrel and an apache proxy. I have been seeing an issue where it appears that the puppetmaster is completely ignoring any facts that are sent to it. When a client connects, any configuration that relies on facts shows those variables as being empty strings. (I have been testing this with a simple notify resource that prints out the IP address and the
2011 Apr 12
0
connecting dashboard to facts/inventory service.....
...hod search allow dashboard,puppetdash.rc.fas.harvard.edu (that is, the dashboard application, and the hostname of it, just incase). I''ve generated signed and retrieved the certs as documented. I''ve also tried with allow * above, same results. puppet.conf on the puppetmaster has: facts_terminus = yaml and settings.yaml on the dashboard has: enable_inventory_service: true # Hostname of the inventory server. inventory_server: ''puppet'' # Port for the inventory server. inventory_port: 8140 reports are working just fine, so I feel like I''m missing something obv...
2013 May 14
1
PuppetDB Cannot Find Postgresql Driver
...------------------------- /etc/puppet/routes.yaml --- master: facts: terminus: puppetdb cache: yaml ----------------------------------------------- /etc/puppet/puppet.conf [master] storeconfigs = true storeconfigs_backend = puppetdb reports = store,puppetdb facts_terminus = puppetdb-terminus ------------------------------------------------ /etc/puppet/puppetdb.conf [main] server = fqdn-hostname port = 8081 ----------------------------------------------------- /etc/puppetdb/log4j.properties - default - no change /etc/puppetdb/conf.d/config.ini - default -...
2012 Nov 05
9
puppetdb postgresql Connection refused
Greetings, we are trying to setup puppetdb, nut our clients get the following error: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 400 on SERVER: Could not retrieve facts for lxa7t.unix.lan: Failed to submit ''replace facts'' command for lxa7t.unix.lan to PuppetDB at puppetdb:8081: Connection refused - connect(2) Info: Retrieving
2011 Sep 08
2
Issues with environments not being respected
...erver = localhost dbsocket = /var/lib/mysql/mysql.sock dbname = puppet reports = log, foreman pluginsync = true #external_nodes = /usr/share/foreman/extras/puppet/foreman/files/external_node.rb #node_terminus = exec #reporturl = http://10.8.1.222:3000/reports/upload facts_terminus = yaml environments/development/manifests/site.pp -- # site.pp import "modules" import "nodes" import "../definitions/*.pp" filebucket { main: server => puppet } # Defaults File { backup => main } Exec { path => "/usr/bin:/usr/sbin:/bin:/sbin:/usr/lo...
2012 Aug 23
1
Puppet Agent VS User
.../devices diff = diff diff_args = -u dns_alt_names = "" document_all = false downcasefacts = false dynamicfacts = memorysize,memoryfree,swapsize,swapfree environment = production evaltrace = false external_nodes = none factdest = /var/lib/puppet/facts/ factpath = /var/lib/puppet/lib/facter facts_terminus = facter factsignore = .svn CVS factsource = puppet://puppet/facts/ factsync = false fileserverconfig = /etc/puppet/fileserver.conf filetimeout = 15 freeze_main = false genconfig = false genmanifest = false graph = false graphdir = /var/lib/puppet/state/graphs group = puppet hostcert = /var/lib/pup...
2012 Sep 14
2
assistance needed - err: Could not retrieve catalog from remote server: execution expired
...the master with: /usr/sbin/puppetmasterd --no-daemonize --debug --logdest console --verbose --trace and some relevant puppet.conf portions on the master: storeconfigs = true thin_storeconfigs = true reports = log,puppet_dashboard reportfrom = root syslogfacility = user # Remote Inventory Service facts_terminus = rest inventory_server = tv-puppetma1.techtarget.com # fqdn of master inventory_port = 8140 The exact behavior I''m seeing is that when I run puppetd on the node, all works well up to seeing "debug: catalog supports formats: marshal pson raw yaml; using pson" on the node and &...
2012 Jan 27
2
SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B
...eatly appreciated. Here is my puppet.conf on my master. I''d be happy to provide any other info that my be helpful. [agent]         server = host.pvt.domain.com         report = true [master]     ssldir = $vardir/ssl     certname = host.pvt.domain.com     # For the Inventory service     facts_terminus = inventory_active_record     dbadapter = mysql     dbname = puppet_inventory     dbuser = puppet     dbpassword = super-secret     dbserver = localhost     dbsocket = /var/lib/mysql/mysql.sock     # For reports     reports = store, http     reporturl = http://host.pvt.domain.com/reports/upload...
2013 Oct 08
4
'puppet storeconfigs export' killed
...#39;'. logdir = /var/log/puppet # Where Puppet PID files are kept. # The default value is ''$vardir/run''. rundir = /var/run/puppet # Where SSL certificates are kept. # The default value is ''$confdir/ssl''. ssldir = $vardir/ssl facts_terminus = inventory_active_record storeconfigs = true dbadapter = mysql2 dbserver = roger-test.ofi.softonic.lan dbname = puppet dbuser = puppet dbpassword = dbconnections = 20 [agent] # The file in which puppetd stores a list of the classes # associated with the retri...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...an alias in the created # certificate. By default, only the server gets an alias set up, and only for ''puppet''. # The default value is ''''. # certdnsnames = # Should usually be the same as the facts terminus # The default value is ''$facts_terminus''. inventory_terminus = yaml # Where Puppet stores dynamic and growing data. The default for this parameter is calculated specially, like `confdir`_. # The default value is ''/var/lib/puppet''. # vardir = /var/lib/puppet # The public key directory....
2012 Jul 25
7
cwd dot folders
Hi, I am trying to exec { myexectest: path => "/bin:/usr/bin:/usr/sbin", cwd => "/home/user/.ssh", command =>"echo test > test.txt", onlyif => "test -f test.txt" } it doesnt work any clues why? I think it cannot change directory to a DOT directory please HELP!! --Nikos Hatzopoulos -- You received