Displaying 20 results from an estimated 10000 matches similar to: "Announce: PuppetDB 1.1.0-rc4 now available"
2013 May 14
1
PuppetDB Cannot Find Postgresql Driver
Puppet 3.3.1 // CentOS release 6.4 (Final)
rpm -qa | grep puppet
puppetlabs-release-6-7.noarch
puppet-3.1.1-1.el6.noarch
puppetdb-1.3.0-1.el6.noarch
puppet-server-3.1.1-1.el6.noarch
puppetdb-terminus-1.3.0-1.el6.noarch
Installed from yum packages:
Running Transaction
Installing : puppetdb-1.3.0-1.el6.noarch
2012 Jul 06
4
puppetdb listening on ipv6 port 8081 , not ipv4
trying to deploy puppetdb , puppet server is RHEL 6.1 ,
[root@puppet ~]# rpm -qa|grep puppet
puppetdb-0.9.1-2.el6.noarch
puppet-dashboard-1.2.9-1.el6.noarch
puppet-server-2.7.17-1.el6.noarch
puppetdb-terminus-0.9.1-2.el6.noarch
puppet-2.7.17-1.el6.noarch
on the clients, got an error for puppetdb ,
client1 :~ # puppet agent --test
err: Could not retrieve catalog from remote server: Error 400
2013 Jan 21
15
Terrible exported resources performance
Hi,
Since the below is a little long, I put my question at the top: how do I
troubleshoot awful exported resources performance in puppet and is there
anything I can tweak to get it to run under 10 minutes in larger
environments?
I have a fairly modest environment (118 nodes, but prod will be at least
twice as large). I''m trying to move my distributed nagios setup to one
based on
2013 Feb 13
7
PuppetDB & KahaDB db.data leak
Hi all,
I''ve been looking at a potential problem, as documented here:
http://projects.puppetlabs.com/issues/19241
To do with a leak within the KahaDB persistence layer of ActiveMQ.
Specifically, there are reports of the db.data file growing unbounded:
https://issues.apache.org/jira/browse/AMQ-3956
I''m hoping to find out information from other PuppetDB users to see if
this is
2013 May 06
3
Announce: PuppetDB 1.3.0 Available
PuppetDB 1.3.0 is now available for download! This is a backward
compatible feature release of PuppetDB.
=============
## Downloads ##
=============
Available in native package format at:
http://yum.puppetlabs.com and http://apt.puppetlabs.com
Puppet module:
http://forge.puppetlabs.com/puppetlabs/puppetdb
Source (same license as Puppet): http://github.com/puppetlabs/puppetdb/
# Documentation
2013 Aug 27
3
Puppetdb module installation error -
Is the module puppetdb from the forge still correct ?
Every time I try to install puppetdb from the puppet module ("puppet module
install puppetlabs/puppetdb"), i got a warning :
*Warning: cprice404-inifile is deprecated; please update to
puppetlabs-inifile*
How may i install the puppetlabs-inifile instead of cprice404 ??
--
You received this message because you are subscribed to
2013 Aug 07
1
Puppetdb install from sources
Hi everyone
I''m currently trying to install Puppetdb on my puppet master server (on
Suse 11 SP2 64bits) using the Source method<http://docs.puppetlabs.com/puppetdb/1.3/install_from_source.html>and I can''t figure out why it is not working. It''s seems to be stuck at the
begining of the rake install
I have Facter in version 2.0.0
# facter -v
2.0.0
I installed
2012 Jun 29
5
puppetmaster init script - bug ?
I''ve configured puppet to use storedconfigs and puppetDB,
If I start the puppet master using the init script puppetmaster I get a permission denied error when a node connects:
Master:
[root@puppet ~]# service puppetmaster start
Starting puppetmaster: [ OK ]
Node:
[root@puppet-slave ~]# puppet agent --test
err: Could not retrieve catalog from remote
2013 Dec 09
2
Are storeconfigs without puppetDB possible?
I''m doing some testing with the puppetlabs/haproxy module on a vagrant box
with puppet 3 set up. The module we use requires exported resources to be
enabled in order to specify haproxy backends, but I don''t have it
configured in puppet. I have our puppet repo checked out to the VM and am
using puppet apply, pointed at the specific module path we use for
development, to
2013 Feb 04
0
Announce: PuppetDB 1.1.1 Available!
PuppetDB 1.1.1 is now available for download! This is a bug-fix
release of PuppetDB.
For details on the new features in PuppetDB 1.1.x, check out the blog
post at https://puppetlabs.com/blog/announcing-puppetdb-1-1-do-more-with-your-data/
=================
### Downloads ###
=================
Available in native package format at:
http://yum.puppetlabs.com and http://apt.puppetlabs.com
2013 Sep 06
2
puppetlabs/puppetdb module when using passenger for master
I''m working on configuring a master in a lab environment, using Puppet Open
Source. My master is running RHEL 6.
I want to use modules to manage the master itself as much as possible, so I
can use puppet to bootstrap itself as I go forward and move into production.
Using puppetlabs/puppetdb to configure puppetdb, I''ve overcome most of my
issues but I have two questions.
1)
2012 Jun 12
1
puppetdb indicated only facts were replaced, no sign of catalog
Dear all,
I have this setup on Ubuntu 12.04 and using puppetmaster/puppet 2.7.14 and
puppetdb/puppetdb-terminus 0.9.0 from puppetlabs.
My puppetmaster also run puppetdb. I also use hiera in this setup.
hadoop4 is puppetmaster and hadoop02 is puppet client.
puppet node status hadoop4.west.net
hadoop4.west.net
Currently active
Last catalog: 2012-06-05T23:23:33.159Z
Last facts:
2013 Jan 22
3
PuppetDB HA
Hello,
I would like to ask what to pay attention to, when someone wants to set up
multiple PuppetDB instances (and point them to the same DB), and put them
behind a proxy/load balancer, as mentioned in the documentation<http://docs.puppetlabs.com/puppetdb/1/scaling_recommendations.html#bottleneck-single-point-of-failure>
.
Can this cause some concurrency issues with the message queues?
2012 Jul 25
2
why enterprise puppet does not use stored config and puppetdb
I just installed PE, and notice that it does not use either stored
config nor puppetdb. It uses the activerecord to store facts in a
mysql db.
Why puppetlabs let us to use these but they do not use them in their
enterprise version?
Thanks.
Hai T.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2012 Oct 05
4
PuppetDB Installation
I am attempting to install PuppetDB from source.
I am a bit confused however, is lein required?
thanks!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit
2012 Dec 07
2
Help with PuppetDB
Hello Everybody,
I am trying to install the puppetdb on the same
machine as am running my puppetmaster.
I am getting the following error when am trying to connect the agent:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Failed to submit ''replace facts'' command for ftldwshost180.wsdev.citrix.com
to PuppetDB at
2013 Jul 25
9
Not collecting exported resources without storeconfigs
# cat /etc/redhat-release
CentOS release 6.4 (Final)
# puppet --version
3.2.3
# rpm -q puppetdb
puppetdb-1.3.2-1.el6.noarch
I am now receiving "Not collecting exported resources without storeconfigs"
for my opsview module. It was working fine on puppet 2.7 with
Activerecord/MySQL. I am still new to puppetdb so maybe I am missing
something. This is from puppet.conf:
storeconfigs
2013 Apr 20
1
PuppetDB / inventory service configuration problem
Hi,
I''ve just been configuring my new Puppet 3.1.1 / Dashboard setup with
Passenger to use PuppetDB for the inventory service. I configured it via
the puppetdb forge module, and it all seems to be configured correctly as
far as the docs describe.
When I look at a node in the dashboard, under the inventory section, I just
see:
Could not retrieve facts from inventory service: 404
2013 Sep 02
4
puppetdb - getting a list of specific facts for specific hosts?
I''m trying to query puppetdb for a list of hosts maching a certain regex
(on hostname) and only returns 2 facts (ipaddress and hostname)
I''m trying to follow:
http://docs.puppetlabs.com/puppetdb/latest/api/query/tutorial.html
and I''m not even quite sure, wether or not, I should use a facts or a
nodes, or a resources query ?
I get some of the queries to return just
2013 Apr 15
1
Using PuppetDB REPL
I want to experiment a bit with PuppetDB and in the documentation there''s
mention of the built in remote repl, but I can''t seem to get it working.
After enabling it on "/etc/puppetdb/conf.d/repl.ini":
[repl]
enabled = true
type = nrepl
port = 8082
When I restart it the log "/var/log/puppetdb/puppetdb.log" shows that it''s
started:
WARN [main]