search for: inventory_active_record

Displaying 10 results from an estimated 10 matches for "inventory_active_record".

2011 Apr 30
1
Could not autoload inventory_active_record: uninitialized constant ActiveRecord
Trying to set up the inventory service on puppet 2.6.8, pretty sure I''ve met all the dependencies but puppetmaster logs Could not autoload inventory_active_record: uninitialized constant ActiveRecord When clients attempt to connect. local gems: *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.7, 2.2.3) actionpack (3.0.7, 2.2.3) activemodel (3.0.7) activerecord (3.0.7) activeresource (3.0.7, 2.2.3) activesupport (3.0.7, 2.3.5, 2.2.3) arel (2.0.9) bui...
2011 Mar 18
4
Inventory service and dashboard 1.1.0 rc1
...conf I gave it a whirl but ran into some issues.. I initially tried using fact_terminus = yaml and was able to do some queries via curl. I''m currently using storeconfigs so setting up another database for the inventory service was pretty easy, however when I set fact_terminus to ''inventory_active_record'' I receive this error when performing a puppet run, "Could not find terminus inventory_active_record for indirection facts" Should this be set to something else for use with puppet-dashboard? -- You received this message because you are subscribed to the Google Groups "P...
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 the Google Groups "Pupp...
2012 Jun 18
1
Inventory Service on RHEL - uninitalized constant ActiveRecord
...nyone had success getting the Inventory Service running in RHEL 6? My Puppet Nodes are getting the following error: > [root@puppetnode-01 ~]# puppetd --debug --verbose --no-daemonize > ... > err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Could not autoload inventory_active_record: uninitialized constant > ActiveRecord > ... Here''s the gems I have installed: > [root@puppetmaster ~]# gem list > *** LOCAL GEMS *** > activemodel (3.0.11) > activerecord (3.0.11) > activesupport (3.0.11) > arel (2.0.10) > builder (2.1.2) > daemon_control...
2012 Jan 13
1
mysql errors
...me`, `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.3) activesupport (3.1.3) a...
2012 Oct 08
7
puppet 3.0 and passenger
I need a pointer in the right direction... Is there a document for migrating puppet/passenger to 3.0? -- Peter L. Berghold Salty.Cowdawg@gmail.com http://blog.berghold.net “"Don''t wait until everything is just right. It will never be perfect. There will always be challenges, obstacles and less than perfect conditions. So what. Get started now. With each
2012 Jan 27
2
SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B
.... 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     # For puppet dashboar...
2013 Oct 08
4
'puppet storeconfigs export' killed
...gdir = /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 retrieved configuratiion. Can...
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
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