Displaying 20 results from an estimated 20000 matches similar to: "Better solution for puppet SVN releases"
2008 Jun 12
5
Puppet Demo at ETRADE
I had some questions come up today during the Puppet demo here:
1. Is there any way to apply different intervals to different
classes? For example, we might want a security baseline manifest to
run once a month, package installation files once/day, etc. Since
we''re a brokerage, we also don''t want ANY system changes during
trading hours. I guess we could cron killing the
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang,
I''m working on scaling my puppet solution, and I''m deploying multiple
masters w/ passenger that are going sit behind a load balancer. If anyone
is using these type of setup, would you share how you deal with the SSL
certs? I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7),
and it''s not working to good for me.
2009 Aug 13
6
Mongrel Memory Usage
All,
I''m trying to figure out the best way to estimate the amount of memory
usage that will be taken up by Mongrel and I''m hoping that you have
some estimates that can help me.
I''m currently estimating the following:
Memory Required = Number of running puppetmasters * size of manifests
* number of clients managed
The mongrel model doesn''t seem to *ever*
2009 Dec 17
5
monitoring puppet
Hi,
I was wondering what people out there are doing to monitor puppetd in
large environments. I''d love to hear what the best practices are around
this.
We have a few hundred hosts and are currently looking at the timestamps
on the yaml files in /var/lib/puppet/yaml/facts/ on puppetmasters to
make sure all clients are alive. Is it true that for a given client the
fact file on the
2013 Oct 02
1
Howto model different stages
Hi all,
I''m trying to find a nice way to model different stages (like: live, test,
dev) of puppet modules. Initially I thought of different branches inside
one (Git) repository...
- either being checked out on one puppetmaster into different
directories being used as different puppet environments
- or being checked out on different puppetmasters
but then colleagues of mine
2013 Aug 19
3
Puppet environments vs App environments
I''ve setup dynamic environments using git but I''m confused about how
environments are actually supposed to be used. We''re a small ISP and have
freeradius servers, VPN servers and web servers. I''ve been using
environments to enable me as the sysadmin to build and test new
manifests/modules before deploying them to our production servers. I have
dedicated
2007 Apr 04
6
Best practice, dev/test/staging/production environments
I like the Stanford Best Practices guide for puppet. One thing I didn''t
see it address was handling of separate environments, for example Dev,
Test, Staging, Production.
My thoughts on this so far, are:
brainstorm #1) Handle environment differences with metadata:
node devProductName01 {
$env = "dev"
include ProductName-webserver
}
node testProductName01 {
2012 Apr 25
2
Unable to import a manifest file from a different directory to the one where site.pp is located using environments
Hi List,
Puppet Version: v2.7.13
Question - If I correctly setup multiple manifestdir''s in the puppet.conf
file how can I import a node pp file located in a different directory tree
to site.pp?
My configuration information is below.
In my puppet.conf file I have setup an environment called "stable", within
this environment I have setup the manifestdir, modulepath and
2010 Oct 04
2
Using Puppet to Configure Other Services on the PuppetMaster Server
Hi,
I just wanted to check a few things. I have a build server which is used to run the CI server. It also doubles up as my puppetmaster.
Would it be possible to have a puppet client talk to a puppetmaster on the same machine?
Cheers,
Tom
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2007 Oct 31
15
puppetd can set more than one server address
hi,all
I want set up a puppet HA structure. but if the puppetd can
set more than one server address ,the work will be simple :D
if one puppetmaster have error, the client can auto try the
next. I think I can use the heartbeat or dns to do this same
thing,but not so good. so I want know the puppetd can direct set in
the configure file ? if not,will be add this option?
--
Huang
2010 Apr 05
5
Problem syncing custom fact
I am trying to get a custom fact to sync. The fact is in a module. It
will sync if I run puppet with "--pluginsync" but not otherwise. I
have "pluginsync=true" in my puppet.conf. Shouldn''t the command line
option and puppet.conf option have the same results?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
2013 Oct 30
4
Warning: Local environment: "42A" doesn't match server specified node environment "production", switching agent to "production"
Hi,
When I run puppet agent --test --environment 42A, I have the following
warning :
Warning: Local environment: "42A" doesn''t match server specified node
environment "production", switching agent to "production".
...
The puppet manifest for the environment "42A" isn''t applied.
The puppet version is 3.3.1-1puppetlabs1 on agent and
2012 Dec 14
2
Duplicate declaration for invoking a class
Hi everyone,
Here are the manifest I am using:
In file ''*modules/test/manifest/init.pp*'':
class test (
$test = undef,
) {
notice("Here is the message: ${test}")
}
Now in ''*modules/saas/manifests/client/sudo.pp*'':
class saas::client::sudo {
class { ''test'': }
}
Now in ''*manifests/sites.pp*'':
import
2013 Sep 11
6
Puppet ignores hiera completely
I''m not sure at all what''s going on here, but I''ve spent a lot of time
reading over the puppet hiera docs and setting everything up, but when I
run puppet agent it just seems to ignore the hiera setup completely.
Both the puppet master and agent nodes have exactly the same versions of
puppet and hiera (installed via the official puppet APT repository). I''ve
2011 Jan 26
1
Redundant puppet Masters setup help
Hello All,
I require some help for creating multiple puppetmaster with separate
Puppet CA server. I followed the steps given in the link below for
creating a separate CA server
http://bodepd.com/wordpress/?p=7
My requirement is to create 2 Puppetmasters running nginx and unicorn
which will be loadbalanced via RR DNS with a separate single Puppet
CA server only for issuing and signing
2010 Jan 11
5
Global vs local puppet management
Hi.
Have anyone ever managed several geographically distributed systems
with Puppet?
I have several almost exactly similar deployments (except the server
IP''s), which management I''m looking to convert to Puppet.
I have 2 options:
* Have each deployment to host it''s own PuppetMaster for providing
local configurations, then synchronize somehow the PuppetMasters
(maybe
2012 Dec 09
4
Catalog compile times > 40s - Puppet 2.7.18
I am finding that the puppetlabs-apache module is somehow adding 30-60
seconds onto a host''s catalog compile time when the puppetmaster has no
other hosts contacting or generating catalogs. The Puppetmaster is setup
to use Puppet-2.7.18 - Apache & Passenger. RIght now only 2 hosts are even
configured to use this new PM, the PM itself and a Foreman host. With
neither hosts
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]: (/Settings[/etc/
2010 Dec 15
22
Separating puppetmaster file serving and catalogs
I''m looking for a way to run more than one puppetmaster on the same server under passenger. Most of the puppet CPU load is waiting for the catalogs to compile. This also seems to be mostly what takes large amounts of RAM. I have storedconfigs on.
I want to be able to move the fileserver to a different pool of puppetmaster processes. Is there an easy way to tell the client, either in
2010 Dec 13
3
Running puppet as non-root user
Hi.
Lets say that for several administrative/burocratic/procedural reasons, you
dont have the option of running puppet as root, in any way - not as a daemon
on the managed node, nor as root on the command line with puppet apply. Say,
you are the "middleware" application team and you dont have the rights to
touch any part of the server that are not your apache/tomcat/whatever
instances,