Displaying 20 results from an estimated 20 matches for "rackautodetect".
2012 Feb 06
1
Puppet / Passenger SSL Problems with DRBD
...$vardir/localconfig
[master]
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
## /etc/http/conf.d/puppetmasterd.conf
PassengerHighPerformance on
PassengerMaxPoolSize 12
PassengerPoolIdleTime 1500
# PassengerMaxRequests 1000
PassengerStatThrottleRate 120
RackAutoDetect Off
RailsAutoDetect Off
Listen 8140
<VirtualHost *:8140>
ServerName puppetmaster.foo.bar
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/
passenger-2.2.11/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.11
PassengerRuby /usr/bin/...
2010 Sep 08
25
Setup 2.6 + apache, passenger
Hi!
I''m testing Puppet 2.6 and got all the basic stuff working with the
default webricks. I read that it doesn''t scale very well and is not
suited for production environments and the recommended setup is Apache/
Passenger.
Is there a step-by-step-guide on how to set it up?
Any help is very appreciated.
Regards,
Freddie
--
You received this message because you are subscribed
2012 Apr 22
2
centos 6.2 - puppet 2.7.13 - SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert protocol version
...ration to work
with Pound.
RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-DN %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e
PassengerHighPerformance on
PassengerStatThrottleRate 120
PassengerUseGlobalQueue on
RackAutoDetect Off
RailsAutoDetect Off
RackBaseURI /
DocumentRoot /etc/puppet/puppetmaster/public
<Directory /etc/puppet/puppetmaster>
Options None
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/httpd/puppet...
2010 Feb 16
20
Puppetmaster child processes hang
After an unexpected and unreasonably long hiatus, I''ve finally returned to
implementing Puppet in my environment.
My puppetmaster: Puppet 0.25.4, Facter 1.5.7, Ruby 1.8.7, and FreeBSD 8.0.
I''ve got five clients using the puppetmaster so far. After about 24 hours,
I''ve got three puppetmaster processes running. This number continues to grow
over time. If stored configs
2010 Aug 20
5
puppet dashboard gui looks odd from apache2
.../1.8/gems/passenger-2.2.15
PassengerRuby /usr/bin/ruby1.8
# cat /etc/apache2/conf.d/puppetmasterd (works perfect)
# you probably want to tune these settings
PassengerHighPerformance on
PassengerMaxPoolSize 12
PassengerPoolIdleTime 1500
# PassengerMaxRequests 1000
PassengerStatThrottleRate 120
RackAutoDetect Off
RailsAutoDetect Off
Listen 8140
<VirtualHost *:8140>
SSLEngine on
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
SSLCertificateFile
/var/lib/puppet/ssl/certs/sys-ubuntu.arl.qwestip.net.pem
SSLCertifi...
2011 Sep 13
0
load balance multiple puppetmaster, backend workers not authenticating
...n:
Listen 18140
<VirtualHost 192.168.1.100:18140>
SSLEngine off
# Obtain Authentication Information from Client Request
Headers
SetEnvIf X-Client-Verify "(.*)" SSL_CLIENT_VERIFY=$1
SetEnvIf X-SSL-Client-DN "(.*)" SSL_CLIENT_S_DN=$1
RackAutoDetect On
DocumentRoot /usr/share/puppet/rack/puppetmaster_18140/public/
<Directory /usr/share/puppet/rack/puppetmaster_18140/>
Options None
AllowOverride None
Order allow,deny
allow from all
</Directory>...
2011 Nov 09
0
passenger starts old pupper
...5x with rpmforge for install puppet.
It''s update''s itself.
Today system update puppet to 2.7.x version. Puppen agent updates ok.
But passenger start old version(2.6.x). Then I start puppetmaster init
script (it''s start WEBrick) started new version.
Apache vhost:
RackAutoDetect On
DocumentRoot /usr/share/puppet/rack/puppetmasterd/public/
<Directory /usr/share/puppet/rack/puppetmasterd/>
Options None
AllowOverride None
Order allow,deny
allow from all
</Directory>
in puppet....
2009 Oct 19
7
Passenger Woes
...SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
to my puppet.conf as directed in the README.
I''ve set up an apache vhost as follows:
PassengerHighPerformance on
PassengerMaxPoolSize 12
PassengerPoolIdleTime 1500
# PassengerMaxRequests 1000
PassengerStatThrottleRate 120
RackAutoDetect Off
RailsAutoDetect Off
Listen 8140
LoadModule ssl_module modules/mod_ssl.so
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
SSLPassPhraseDialog builtin
SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
SSLSessionCacheTimeout 300
SSLMutex default
S...
2012 Jun 12
1
Dashboard with RackbaseURI / and RailsAutoDetect off
...ger.so
> PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.12
> PassengerRuby /usr/bin/ruby
>
> PassengerHighPerformance on
> PassengerMaxPoolSize 12
> PassengerPoolIdleTime 1500
> # PassengerMaxRequests 1000
> PassengerStatThrottleRate 120
> RackAutoDetect Off
> RailsAutoDetect Off
>
*Dashboard.conf*:
Listen 3000
> <VirtualHost *:3000>
> ServerName vmm.atds.pup-05
> #RailsAutoDetect On
> DocumentRoot /usr/share/puppet-dashboard/public/
> SetEnv RAILS_ENV production
> RackBaseURI /
> <Director...
2014 Aug 29
0
Using puppet with Apache mod_disk_cache and passenger over SSL
...ese request headers are used to pass the client certificate
# authentication information on to the puppet master process
RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-DN %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e
RackAutoDetect On
DocumentRoot /usr/share/puppet/rack/puppetmasterd/public/
<Directory /usr/share/puppet/rack/puppetmasterd/>
Options Indexes
AllowOverride None
Order Allow,Deny
Allow from All
</Directory>
<IfModule mod_expires.c>
<Locat...
2009 Sep 07
2
passenger-status error messages
...nt optional
SSLVerifyDepth 1
SSLOptions +StdEnvVars
# The following client headers allow the same configuration to work with Pound.
RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-DN %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e
RackAutoDetect On
DocumentRoot /usr/share/puppet/rack/puppetmasterd/public/
<Directory /usr/share/puppet/rack/puppetmasterd/>
Options None
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
And this is what I appended to my stock apache2.conf file came wit...
2009 Apr 30
10
tweaking Passenger/Rack for performance.
so here are my unorganized thoughts on Passenger settings.
* PassengerMaxPoolSize
This depends a lot on two primary variables. a) How much RAM you have.
b) How much resident memory is needed for your environments/modules.
Only way to determine this is with tweaking, and you''ll need to be
much more conservative than the suggested settings on the Passenger
docs as your app takes up a lot
2012 Dec 17
1
multiple puppet masters
Hi,
I would like to set up an additional puppet master but have the CA server
handled by only 1 puppet master. I have set this up as per the
documentation here:
http://docs.puppetlabs.com/guides/scaling_multiple_masters.html
I have configured my second puppet master as follows:
[main]
...
ca = false
ca_server = puppet-master1.test.net
I am using passenger so I am a bit confused how the
2011 Dec 02
12
puppet master under passenger locks up completely
...st of our server processes recycle within 20 minutes normally, as they hit 1000 really fast.
# you probably want to tune these settings
PassengerHighPerformance on
PassengerUseGlobalQueue on
PassengerMaxPoolSize 20
PassengerPoolIdleTime 1800
PassengerMaxRequests 1000
#PassengerStatThrottleRate 120
RackAutoDetect Off
RailsAutoDetect Off
There is nothing useful in the system logs. They just stopped:
Dec 2 12:06:34 axxats003 puppet-master[12670]: Compiled catalog for axxamx001.sjc.company.com in environment production
in 1.76 seconds
Dec 2 12:06:37 axxats003 puppet-master[12670]: Compiled catalog for ax...
2011 Dec 16
12
Seperate CA's/Master behind load balancer
...SSLVerifyDepth 1
SSLOptions +StdEnvVars
# The following client headers record authentication information for
down stream workers.
RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-DN %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e
RackAutoDetect On
DocumentRoot /etc/puppet/rack/puppetmaster/public/
<Directory /etc/puppet/rack/puppetmaster/>
Options None
AllowOverride None
Order allow,deny
allow from all
</Directory>
Hostname have been changed to protect the innocent.
Any pointers or obviously "you i...
2010 Apr 21
12
puppetd stops
...t;from haproxy.cfg>
contimeout 35000
clitimeout 350000
srvtimeout 350000
</>
the apache configuration of passenger has the following values:
<from apache.vhost>
PassengerPoolIdleTime 900
PassengerMaxPoolSize 30
PassengerUseGlobalQueue on
PassengerHighPerformance on
RackAutoDetect On
</>
I have asked on #puppet@freenode if anyone had an idea on how to track this down since its becomming more of a pain to start puppetd every 15 minutes. I haven''t been able to get the timeout when running with --debug --trace
Our suspicion comes down to its a problem with a ti...
2011 Jun 29
0
Setting up puppetmaster-passenger on Debian
...SSLVerifyClient optional
SSLVerifyDepth 1
SSLOptions +StdEnvVars
# Passenger options that can be set in a virtual host
# configuration block.
PassengerHighPerformance on
PassengerStatThrottleRate 120
PassengerUseGlobalQueue on
RackAutoDetect Off
RailsAutoDetect Off
RackBaseURI /
DocumentRoot /usr/share/puppet/rack/puppetmasterd/public
<Directory /usr/share/puppet/rack/puppetmasterd/>
Options None
AllowOverride None
Order allow,deny
al...
2012 Jun 14
15
Problem with Load Balancing Puppet masters with Apache mod_proxy
...Puppet master:
Listen 8140
<VirtualHost *:8140>
SSLEngine off
# Obtain Authentication Information from Client Request
Headers
SetEnvIf X-Client-Verify "(.*)" SSL_CLIENT_VERIFY=$1
SetEnvIf X-SSL-Client-DN "(.*)" SSL_CLIENT_S_DN=$1
RackAutoDetect On
DocumentRoot /etc/puppet/rack/puppetmaster/public/
<Directory /etc/puppet/rack/puppetmaster/>
Options None
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
On...
2012 Oct 08
11
Puppet 3.0 upgrade issue
Hi @all,
after upgrading my puppet server to Puppet 3.0 I got the following error
every time a client connect to the server:
[ pid=1532 thr=70147393710520 file=utils.rb:176 time=2012-10-08
11:17:56.504 ]: *** Exception NoMethodError in
PhusionPassenger::Rack::ApplicationSpawner (undefined method `settings'' for
Puppet:Module) (process 1532, thread #<Thread:0x7f98ecf7d370>):
2013 Feb 16
22
How to manually create Puppet CA and client certificates using openssl?
I am wondering how to manually (using openssl instead of puppet cert
command) create CA that would be usable by Puppet? The goal would be to
script creation of such CA''s to deploy them on multiple puppetmasters,
instead of certificates being created on them via puppet cert command.
Any ideas on how to do it? I was only able to find something like that: