Displaying 20 results from an estimated 20000 matches similar to: "Puppet DB Schema/Tables"
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
2013 May 24
2
PuppetDb Query Help/Problems
Hi All;
I am using the PuppetDD 1.3 docs. I am attempting to run the following
query:
curl -H ''Accept: application/json'' -X GET
http://localhost:8080/v2/resources--data-urlencode query@db_look
Contents of db_look:
["=", "certname", "puppet-satellite"]
However, I get no results with this... I also do not get an errors
I do see this in the log
2013 May 25
2
PuppetDB 1.3/ HSQLDB vs Postgres
Hi everyone;
I was just wondering if anyone has any opinion/information on the pros and
cons of using the built-in HSQLDB vs Postgres.
Thanks!
Bee
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to
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 Jul 12
11
Announce: PuppetDB 0.9.2 Available
PuppetDB 0.9.2 is the third 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.
# Downloads
Available in native package format at
http://yum.puppetlabs.com
http://apt.puppetlabs.com
Source (same license as Puppet): http://github.com/puppetlabs/puppetdb
Available for use with Puppet
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 Oct 12
6
PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62
Hi Everyone;
I am getting the following error when I try to install PuppetDB.
Maybe I have stale instructions??
Thanks!
Bee
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Invalid tag "::postgresql::validate_db_connection" at
/etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62
--
You received this message because you are subscribed to the
2012 Nov 20
2
PuppetDB: what's next?
I finally got around to installing PuppetDB and connecting it to my Master.
I even set up Nginx to act as a reverse proxy, and I can make API calls
like a pro. The dashboard is nice, but I''m anxious to get at least the same
functionality that Puppet Dashboard gave me. Namely, a quick look at recent
catalog changes or run failures (is this even possible, since PuppetDB
2012 Nov 29
7
Puppet CA corruption
Hello everyone,
Just getting my first puppet master set up and I am having a problem that I
just do not know how to get past. For some reason, my certificate store
keeps getting corrupted. Basically what happens is that the server will
issue itself a valid certificate (after removing the ''bad'' cert) and will
run just fine. When I start puppetDB (I am pretty sure it happens
2012 May 18
24
Announce: PuppetDB 0.9.0 (first release) is available
PuppetDB, a component of the Puppet Data Library, is a centralized storage
daemon for auto-generated data. This initial release of PuppetDB targets the
storage of catalogs and facts:
* It’s a drop-in, 100% compatible replacement for storeconfigs
* It’s a drop-in, 100% compatible replacement for inventory service
* It hooks into your Puppet infrastructure using Puppet’s pre-existing
2012 Oct 15
4
Benchmark puppetDB
Dear All,
I know puppetDB its more faster than storeconfigs, but to replace
storeconfigs with puppetDB into production server
Its need more explanation than some link from puppetlabs, need prove to my
bos and team.
For testing i just have 1 puppetmaster and 1 and 2 puppet agent, how i can
look different performance?
Its that any idea / or complex puppet stanza to benchmark / compare this
with
2013 May 14
3
PuppetDB "Failed to submit 'replace facts' command"
I have a small environment with a single puppetmaster and puppetdb on the same node that I get sporadic "Failed to submit ''replace facts'' command" errors from nodes. It isn''t consistent about which nodes are causing the error and I can''t find anything else going on at the same time on either the master or the agent that these errors happen.
Here
2013 May 07
7
puppet node clean using SQLite instead of PuppetDB
I have a node that has some bad stored configs (namely the wrong ssh host keys) that I''m trying to clear out. Looking around it seems I''m supposed to do:
puppet node clean foo.example.com
However, that keeps bailing out because it''s trying to open a SQLite3 db where stored configs are normally kept, but my stored configs are kept in puppetdb (http://pastie.org/7814483
2013 Mar 05
9
Mcollective/Puppet Connector
When attempting to execute the mcollective puppet plugin:
# mco puppet runonce -v
aixl : execution expired
aixj : execution expired
I get an error, ''execution expired'' on some hosts. However, these hosts
respond via mco ping and, I have verified the date/time on the servers.
The puppet agent is also
2013 May 10
1
Can i use puppet DB for puppet dashboard ?
Hello Everyone,
I am new to puppet and want to set puppet dashboard.
I don''t have a database for puppet dashboard, My question is that can i use
PuppetDB as database for puppet dashboard ??
If yes then please tell me how to configure it.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and
2013 Apr 18
2
How to remove a node from Puppet CA, Puppet DB from a remote host
I need to programmatically remove cert from Puppet master and remove all
information in Puppet DB for a node from another machine which is neither
Puppet Master or PuppetDB. It does have a Puppet signed cert since it is
also provisioned using Puppet.
I can''t find any decent documentation on this. I am using the Community
Edition.
Any pointers / help is appreciated.
Rajul
--
You
2012 Oct 09
3
After upgrade to 3.0: Warning: Error 400 on SERVER: Could not retrieve facts for
I auto-upgraded puppet (as usual) using "yum upgrade -y", and now all
agents are getting error 400.
# puppet --version
3.0.0
On agent (any!)
# puppet agent --test
Warning: Unable to fetch my node definition, but the agent run will
continue:
Warning: Error 400 on SERVER: Could not retrieve facts for
build6.[censored]: Failed to find facts from PuppetDB at
abyss.[censored]:8081:
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 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 Nov 22
2
how to exports facts from puppetdb
Hi,
How can i export all the facts for all the nodes from puppetdb in cvs/xls
format.
My objective is to us Business Object or some other tool for creating my
infrastructure reports.
Can someone help/redirect me to the right documentation?
Kaustubh
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and