Displaying 14 results from an estimated 14 matches for "walterheck".
2010 Jun 15
4
Dashboard or Foreman
Hi Guys,
I''m reading about dashboard and foreman, and I''m wondering if there is
anyone who made a comparison of the two? Can anyone help me decide
which one to use? It feels like foreman is ''ahead'' for now?
cheers,
Walter Heck
Engineer @ OlinData (http://olindata.com)
--
You received this message because you are subscribed to the Google Groups "Puppet
2012 Jan 22
5
Augeas lens for zabbix agent config files?
...e. Required for active checks.
===
And the augeas output (all empty):
==
[/etc/puppet] # augparse /usr/share/augeas/lenses/contrib/zabbix_agent.aug
[/etc/puppet] # augtool -e ls /files/etc/zabbix/zabbix_agentd.conf
==
Any help would be sincerely appreciated :)
cheers,
--
Walter Heck
--
follow @walterheck on twitter to see what I''m up to!
--
Check out my new startup: Server Monitoring as a Service @ http://tribily.com
Follow @tribily on Twitter and/or ''Like'' our Facebook page at
http://www.facebook.com/tribily
--
You received this message because you are subscribed to th...
2012 Jan 16
0
Staging environment for infra with 20+ unique servers
...I was wondering if anyone is doing anything smart for instance with
vagrant and passing a different --fqdn param to puppet? I could for
instance have 20 different snapshots in a single virtualbox image, one
for each server they have?
outside the box thinking welcome :)
--
Walter Heck
--
follow @walterheck on twitter to see what I''m up to!
--
Check out my new startup: Server Monitoring as a Service @ http://tribily.com
Follow @tribily on Twitter and/or ''Like'' our Facebook page at
http://www.facebook.com/tribily
--
You received this message because you are subscribed to th...
2012 May 03
1
Recommended network module?
Hi! There are a few network modules out there for managing network
interfaces, routes, etc. Anyone recommend one over the others?
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
2012 Sep 15
1
Live session on Puppet + AWS through Google Hangout on Air
Hi all,
just wanted to let you know that there''s a community event going on in
Kuala Lumpur right now, currently there''s a talk on OpenShift, and at
noon (GMT+8) one of our guys will do a session on Puppet+AWS. It''s
being recorded by Google Hangout on Air, so even if you''re late you
can watch it for free.
2012 Mar 22
1
Overriding package installation source
Hi,
I use a module (for Varnish in this case) which has the typical install,
service, package classes.
-- modules/varnish/manifests/install.pp:
class varnish::install {
package { $varnish::params::package_name:
ensure => installed,
}
}
-- modules/project/manifests/proxy.pp
class project::proxy {
include varnish
}
-- manifests/site.pp
node proxy {
2012 Jul 09
3
puppetdb = rise in exection expired notices?
I''m getting more and more "execution expired" as systems checking and
hit puppetdb for the first time (switching from a mysql instance). The
command queue isn''t long (1-5, if anything, all the time), and ym
master itself seems to be dealing well enough. I have seen the
collection time growing higher and higher though. This is a ~2K node
deployment, and one of the few
2012 Feb 22
3
Error 400 on SERVER: Cannot append, variable node_data is defined in this scope at
Hi,
I have an problem that I can''t get resolved. I have an hash like
www.krzywanski.net/archives/703.
With this hash i whould like the add some extra hashes before passing to
the module, i have tryed the code below.
node testnode {
class { ''testclass'':
nodes_data => {
''node1'' => { ''server'' =>
2012 Feb 08
11
define hostclass with special characters
Hi,
I need to define the hostclass with special character for ex:
"swift::proxy-ring"
I have tried following ways but not worked:
1) hostclass :swift::proxy-ring do
2) hostclass ''swift::proxy-ring'' do
3) hostclass "swift::proxy-ring" do
When I am using the 2 and 3 options it is giving following erroe:
undefined method `[]'' for Class:Class at
2011 Dec 19
7
When the lint accumulates...
So some of you may be aware that Tim Sharpe from GitHub wrote a Puppet
linting tool:
$ gem install puppet-lint
$ puppet-lint mymanifest.pp
Source: https://github.com/rodjek/puppet-lint
The linting tool checks Puppet code for "best practice" based on the
Puppet Labs Style Guide:
http://docs.puppetlabs.com/guides/style_guide.html
A lot of us have been using puppet-lint (and puppet
2011 Nov 16
11
What is the offical variable scope best practice?
I read the guide at
http://docs.puppetlabs.com/guides/scope_and_puppet.htmland others''
mail, i am a little confused now, below is my understanding:
1. top scope only refers to site.pp, not include node definitions and facts.
2. in puppet class, using variables not local, must specify the namespace,
like $class::variable,
if it''s a top scope variable or a fact variable or a
2012 Jan 09
14
scaling projections for dashboard database?
So I got dashboard up and running on our production system on Thursday before I left. Within 48 hours it had completed filled the /var filesystem. The ibdata1 file is currently at 8GB in size.
1. What size should I expect for ~500 nodes reporting every 30 minutes?
2. Are there some database cleanup scripts which I have managed to overlook that need to be run?
--
Jo Rhett
Net Consonance :
2012 Jan 17
29
pass values to puppet-lvm
i would like to use the module puppet-lvm and would like to pass
values to it.
I have it setup properly as a module but I can''t for the lfe of me get
it to take any values that I put in my baseconfig.pp in my home
folder.
like shouldn''t something like this work??
puppet-lvm {''setvolume'':
vg => ''myvg'',
pv =>
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