Displaying 20 results from an estimated 500 matches similar to: "Announce: Module puppetlabs/puppetdb 1.3.0 Available"
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)
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 Dec 18
0
Resources not exported from puppet agent run on the Puppet Master nodes with PuppetDB
I could use some help debugging a bazaar PuppetDB problem. Exported
resources seem to be working fine everywhere except for on the Puppet
Masters themselves. Whenever I run the puppet agent on them everything
seems to go fine and I see the catalog getting submitted to PuppetDB in the
logs. However, when I run puppet on the node that should collect these
resources they aren''t
2012 Oct 10
0
Announce: PuppetDB 1.0.1 Available
PuppetDB 1.0.1 is now available for download! This is a bug-fix
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/
Available for use with Puppet Enterprise 2.5.1 and
2012 Sep 10
0
Announce: PuppetDB 0.11.0 Available
PuppetDB 0.11.0 is the fifth beta release on the road to 1.0. Changes
include new features and bug fixes. For details on changes
in this release, please see the release notes below. Please note that
upgrading may take longer than in previous releases, due to new indices
being added to the database. In our upgrades with large datasets
(~2300 nodes, 900k resources) we didn''t see upgrade
2013 Dec 09
0
PE Install Question (Master/Console together, separate PuppetDB)
Hi,
Has anyone successfully performed this scenario?
I''m installing Puppet Enterprise 3.1, and want to have the Console service
running on the Puppet Master. However, I want to have the PuppetDB
service on another server. It seems like the installer either puts all of
the services on one host, or separate out to three hosts.
I saw this discussed
in
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 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
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]
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 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 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
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 Feb 08
2
Installing puppet master and puppetdb on the same host.
Hi Guys,
I am new to the world of puppet.
I have successfully configured puppet on centos 6 and am now trying to
install puppetb on the same host.
After the configuration when I try to run puppetd --test command on the
client I get :
[root@puppettest ~]# puppetd --test
notice: Ignoring --listen on onetime run
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Failed to
2012 Oct 11
1
PuppetDB Installation Issue
I am attempting to install puppetdb using the downloaded module.
I have puppet 3.0 with passenger installed.
I am getting the following error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid
resource type firewall at
/etc/puppet/modules/puppetdb/manifests/server/firewall.pp:23
Would appreciate any
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 Jan 08
4
puppetdb dashboard
Hello,
I am currently trying to get the puppetdb dashboard and the puppet
dashboard working on the same system. Puppet dashboard is working great but
after "successfully" installing puppetdb following puppet''s opensource
instructions the puppetdb dashboard just doesn''t seem to exist (according
to some sites I should be able to get to it by going to
2013 Aug 05
2
Trouble connect to PuppetDB
Greetings:
I''m having trouble connecting to PuppetDB. When I execute *sudo puppet
agent --test* on a client node, I receive the following:
Warning: Unable to fetch my node definition, but the agent run will
continue:
Warning: Error 400 on SERVER: Could not retrieve facts for
web1.mydomain.tld: Failed to find facts from PuppetDB at
db1.mydomain.tld:8081: Connection refused -
2013 Jan 09
4
Announce: PuppetDB 1.1.0-rc4 now available
PuppetDB 1.1.0-rc4 is now available for download! This is a feature and
bug-fix release candidate of PuppetDB.
Note: Release candidates 1-3 were never pushed to repositories due issues
in packaging that were discovered prior to release. RC-4 is the first
packaged release candidate for PuppetDB 1.1.0.
# Downloads
==============
Available in native package format in the pre-release repositories
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