Displaying 20 results from an estimated 142 matches for "storeconfig".
Did you mean:
storeconfigs
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 = true
thin_storeconifgs = false
storeconfigs_backend = puppetdb
Any ideas?
Thanks,
-Larry...
2011 Jun 04
3
Client vs server storeconfigs
Hi all,
As I understand it, storeconfigs needs to be enabled on both the agent
and the master to function ideally. I have a couple of questions:
-> Can the various agents and the master safely share the same
storeconfigs db (say, a postgresql server)? Is there any benefit to
setting things up
this way?
-> Is there any benef...
2008 Jan 07
3
Storeconfigs
Hello,
Anyone have any luck getting storeconfigs + MySQL working? I was getting
some freaky uninformative errors:
err: Could not call: wrong number of arguments (1 for 0)
It''d be great if we could get a wiki page up, there appears to be a
pretty large consensus of people who are unable to get it running.
Regards,
AJ
2008 Feb 13
7
dependency to storeconfig
Hi all,
I''ve noticed, that once using storeconfig, if the db (in my case mysql) is
down than puppet wont start...
is there a real reason for making puppet depend on the db?
Thanks,
Ohad
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2012 Jul 18
2
Remote site puppet infrastructure
I''m trying to figure out if there is a common/working setup that people are
using to host puppet in remote sites.
At first our setup was that we have several puppetmasters (PM) in site A
and a couple in our smaller site B. In site A we are also hosting Foreman
and our mysql DB for storeconfigs. site A and B are connected via a WAN
that is fairly slow.
With this setup the issue I ran into was a lot of puppet agent runs in site
B would timeout. They connect to their PM in site B just fine, but then
the site B PM needs to connect to the storeconfigs DB in site A. This
connection us...
2012 May 16
3
Master Timeout
Howdy,
our puppet master is hosting nagios at the same time. it happens that
the compilation of the catalog for the master during a puppet run
produces a timeout:
===
err: Could not retrieve catalog from remote server: execution expired
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
===
If the whole nagios part is commented out for the master host
2013 Dec 09
2
Are storeconfigs without puppetDB possible?
...n''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 configure the box.
From what I''ve read during my web searching, it seems that basically the
only way to do storeconfigs is by setting up puppetdb. We do have a
puppetdb server set up in production, but I don''t really want to have to
point disposable dev environments at it, just to test stuff. I also don''t
want to go to the effort of setting up a puppetdb environment locally to do
the same thin...
2010 Apr 28
2
storeconfigs seems to disable external nodes
I have a working configuration using external nodes, but when I enable
storeconfigs using either Sqlite or MySQL, nodes no longer get
assigned their classes from the external nodes script. I''m currently
using the 0.25.4-2ubuntu6 packages from Ubuntu 10.4. Disabling
storeconfigs and restarting puppetmaster causes nodes to be assigned
classes from the external nodes scri...
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 st...
2009 Aug 26
7
storeconfigs + environments issue
Hi Guys,
Im trying to turn on storeconfigs with a mysql db backend. On my
testing server in our lab, i configured this successfully and can see
if keeping information on all test hosts.
When trying to implent the same idea onto our production puppet
server, I get the following errors:
Aug 26 16:35:53 opsynxsr0097 puppetmasterd[27003]: (/...
2010 Aug 02
1
wrong facts going into storeconfigs, 0.25+2.6
I''m re-posting this because I''m not sure that it got through the first
time. If someone could at least echo back that this is reaching the
list, I''d appreciate it. (I''m new to the list.)
Sometimes (with variable frequency) storeconfigs stores the wrong data
in the fact_values table. This has the end result that exported
resources, when collected, have invalid configuration.
The most recent example: the "hostname" fact for one of our nodes got,
in stead, the value that should have gone in the "processorcount"...
2008 Jan 04
3
Facts not being updated when using storeconfigs
Hi,
I think I''m having a similar problem to the user who raised this bug:
http://reductivelabs.com/trac/puppet/ticket/733
I''m running 0.23.2 with storeconfigs. I''ve got it working to the point
where my clients'' facts are being populated in the database[*] but
updates don''t seem to happen unless I restart puppetmasterd. For
example:
1) I run my test client, and its facts go into the DB:
mysql> select n.name,v.* from fact_n...
2009 Jul 02
3
Extending the storeconfigs database
I''m adding tables to the storeconfigs database, to support my
storereports plugin, and would like some guidance on handling the
schema version.
First prize would see my database extensions applied as migrations.
But then ActiveRecord would want to bump the schema version.
Any ideas on how to handle this gracefully so that I don'...
2009 Nov 30
1
Any benefit with running async_storeconfigs
Hi all,
I currently am using puppet with storeconfigs and am quite happy with the results. I also see that there is now the option of having async_storeconfigs. What I''m wondering about is the following:
1. What benefit is there to running async_storeconfigs over storeconfigs?
2. In what scenario''s would async provide a benefit to s...
2007 Sep 21
2
mysql storeconfigs needs mysql gem
Recently I started noticing that after running for a while
puppetmaster would freeze after a client called `freshness` which
would eventually result in the client getting a timeout and the client
dyeing. I tracked the freeze down to the call to
ActiveRecord::Base.verify_active_connections! in rails.rb on line 26.
After scouring the nets I finally found:
2013 Oct 18
2
Can't find a supported method of using storeconfigs on AWS
I can''t seem to find a sane way of running storeconfigs on the new AWS
server environment I''m working on.
- SQLite is not an option. It becomes unusable far too quickly.
- Using a mysql adapter doesn''t seem to work properly.
- I quickly run into bug #9290<http://projects.puppetlabs.com/issues/9290>again and again....
2012 Mar 06
2
Long config retrieval on nodes
...emicomplete.com/blog/geekery/puppet-nodeless-configuration.
It''s quite an effective model, especially in the realm of EC2... we still
have a puppetmaster configuration, and have decided not to go with the
masterless option, since we''d like to implement a nagios module using the
storeconfigs approach and exported resources.
Problem is, we''re seeing large latency during agent runs, which appears to
be down to the config retrieval step, so much so that we''ve needed to
increase timeouts to avoid our Apache/Mongrel puppetmasterd solution from
timing out the connectio...
2013 Aug 21
11
Confusion with puppetdb (storeconfig) and query database
Hello,
I have configured puppet and puppetdb (storeconfig) with postgresql and the
service run and the collecting are good for example:
I can make query with the next command and responds ok .
[.........................]
[root@master]# curl -X GET -H ''Accept: application/json''
http://127.0.0.1:8080/v2/facts --data-urlencode ''...
2007 Oct 23
1
storeconfig DEPRECATION WARNING
Hi,
here is a warningmessage i got while i am testing my new puppet
installation with .23.2 and storedconfig and reports and all the bell
and whistle :)
DEPRECATION WARNING: Calling .create on a has_many association without
saving its owner will not work in rails 2.0, you probably want .build
instead See http://www.rubyonrails.org/deprecation for details. (called
from create at
2012 Mar 30
0
storeconfig and oracle Databases
Has anyone got a puppetmaster to populate a remote oracle server?
The only thing I have found is
http://www.djelibeybi.net/2010/08/using-oracle-database-for-puppet-stored-configuration/
I have installed the prerequisties, yet I when I run:
puppet master --no-daemonize --verbose --debug
I get no indication of any database activity and I get no tables
created in my database when a client asks