[Puppet Users] Re: puppet failover

2015-07-22 Thread Malla Reddy Alakonda
Hello Rene, Can you help me in setting up High availability for my puppet master, can you share any doc that will help me -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it,

[Puppet Users] Re: puppet failover

2009-11-02 Thread Rene
I found the solution. I think it was to easy: Just set: certname = puppet and everythink works well. BR, Rene On 2 Nov., 10:55, Rene wrote: > Hi all > > Thanks for all the replies. I want to try to do the following: > > I have two servers: server1 server2. /var/lib/puppet is shared via nas >

[Puppet Users] Re: puppet failover

2009-11-02 Thread Rene
Hi all Thanks for all the replies. I want to try to do the following: I have two servers: server1 server2. /var/lib/puppet is shared via nas and /etc/puppet is in a mercurial repository. On server1 I have an ip for puppet-server1 and on server2 an ip for puppet-server2. Those adresses will never

[Puppet Users] Re: puppet failover

2009-11-01 Thread Matt
With active / passive i'd probably look at using drbd to sync the /var/lib/puppet dir and HA to manage the failover of drbd and the VIP. 2009/10/29 Rene : > > Hi > > Today I tried to configure puppet for failover. I would like to have > two puppet masters, one active and the other not active. The

[Puppet Users] Re: puppet failover

2009-10-30 Thread Nicolas Szalay
Le vendredi 30 octobre 2009 à 08:07 -0700, Rene a écrit : > Hi, thanks for the quick answers. > > Did you create a link /var/lib/puppet that points to the nas share? It's a NFS share, so it is mounted in this dir : [phosphore:~] mount [snip] smaug:/data/zone3/puppet on /var/lib/puppet type nfs .

[Puppet Users] Re: puppet failover

2009-10-30 Thread Rene
Hi, thanks for the quick answers. Did you create a link /var/lib/puppet that points to the nas share? Did you use the autosign option? BR, Rene On Oct 29, 9:38 pm, Nicolas Szalay wrote: > This will definitely work, I have this setup : two puppetmasters, sharing a > vip with heartbeat, both ru

[Puppet Users] Re: puppet failover

2009-10-29 Thread Akins, Brian
We just have 3 puppet masters and sync the configs from one master-master to 2 master-slaves. Works very well. We have certs setup so a client can connect to any of the masters. -- Brian Akins --~--~-~--~~~---~--~~ You received this message because you are sub

[Puppet Users] Re: puppet failover

2009-10-29 Thread Nicolas Szalay
This will definitely work, I have this setup : two puppetmasters, sharing a vip with heartbeat, both running nginx + mongrel. /etc/puppet is populated through subversion (automatic checkout). /var/lib/puppet is NFS mounted (SPOF, could be an iSCSI disk with ocfs2 filesystem). This works perfectly

[Puppet Users] Re: puppet failover

2009-10-29 Thread Steven Jenkins
On Thu, Oct 29, 2009 at 3:27 PM, Nigel Kersten wrote: > > On Thu, Oct 29, 2009 at 11:49 AM, Rene wrote: >> >> Hi >> >> Today I tried to configure puppet for failover. I would like to have >> two puppet masters, one active and the other not active. Then I would >> migrate the IP address, and pupp

[Puppet Users] Re: puppet failover

2009-10-29 Thread Nigel Kersten
On Thu, Oct 29, 2009 at 11:49 AM, Rene wrote: > > Hi > > Today I tried to configure puppet for failover. I would like to have > two puppet masters, one active and the other not active. Then I would > migrate the IP address, and puppet would become active on the other > node. Configuration I would