search for: scaling_multiple_mast

Displaying 3 results from an estimated 3 matches for "scaling_multiple_mast".

2012 Oct 29
3
multiple puppetmasters, single ca
...etting up a HA devops configuration using puppet. I want to be able to run a single puppet master as the CA and the rest act as peering puppet masters. I have each puppet master running on passenger and I am proxying the SSL requests to the CA server following: http://docs.puppetlabs.com/guides/scaling_multiple_masters.html#option-2-redirect-certificate-traffic http://docs.puppetlabs.com/guides/passenger.html as a reference. Watching the access.log on each master, when an agent requests a cert from a puppetmaster that is *not* the CA, I can see the request forwarded: (below) .4 is the agent .3 us the mast...
2012 Aug 24
1
Getting issues while separating CA and master servers
I am trying to setup a different CA_server and master server. I am following these links : http://bodepd.com/wordpress/?p=7 http://docs.puppetlabs.com/guides/scaling_multiple_masters.html Kindly help as am getting this error info: Retrieving plugin err: /File[/var/opt/lib/pe-puppet/lib]: Failed to generate additional resources using ''eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed. This is often...
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 virtual-host.conf file should look for my second puppet-master2.test.net. Here is mine: LoadModule passenger_module /usr/...