Thomas
2010-Feb-02 15:50 UTC
[Puppet Users] Running multiple instances of a puppetmaster on one server
Hey, I''ve been trying to figure out how to run multiple puppetmasterd instances on one machine - perhaps on separate ports. Can anyone advise me if this is a bad idea, or if not, how to go about doing this? I''m trying to maintain puppet on an existing set of machines while refactoring the same manifests on a new set of machines, so ideally I''d like entirely separate puppet manifests, modules, and files. Thanks for any help! -- 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 puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Peter Meier
2010-Feb-02 17:10 UTC
Re: [Puppet Users] Running multiple instances of a puppetmaster on one server
> I''ve been trying to figure out how to run multiple puppetmasterd > instances on one machine - perhaps on separate ports. Can anyone > advise me if this is a bad idea, or if not, how to go about doing > this? > > I''m trying to maintain puppet on an existing set of machines while > refactoring the same manifests on a new set of machines, so ideally > I''d like entirely separate puppet manifests, modules, and files.as long as they listen on different ports there won''t be any problem with it. cheers pete -- 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 puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Michael DeHaan
2010-Feb-02 17:19 UTC
Re: [Puppet Users] Running multiple instances of a puppetmaster on one server
Thomas wrote:> Hey, > > I''ve been trying to figure out how to run multiple puppetmasterd > instances on one machine - perhaps on separate ports. Can anyone > advise me if this is a bad idea, or if not, how to go about doing > this? > > I''m trying to maintain puppet on an existing set of machines while > refactoring the same manifests on a new set of machines, so ideally > I''d like entirely separate puppet manifests, modules, and files. > > Thanks for any help! > >Hi Thomas, It sounds like http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments would work for you without having to run another puppetmasterd, and would be simpler. How''s that? --Michael -- 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 puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
John Lyman
2010-Feb-02 17:42 UTC
[Puppet Users] Re: Running multiple instances of a puppetmaster on one server
Basically, you set up a web proxy with your web server of choice to handle SSL connections, and then you can start as many puppetmasterd instances as you need. See one of the following: http://reductivelabs.com/trac/puppet/wiki/UsingMongrel http://reductivelabs.com/trac/puppet/wiki/UsingMongrelNginx http://reductivelabs.com/trac/puppet/wiki/UsingMongrelPound Also, see http://reductivelabs.com/trac/puppet/wiki/PuppetScalability for info on splitting off the fileserver. You probably won''t need to do this if you are running a proxy with multiple puppetmaster instances though. -- 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 puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Scott Smith
2010-Feb-02 18:47 UTC
Re: [Puppet Users] Running multiple instances of a puppetmaster on one server
Thomas wrote:> Hey, > > I''ve been trying to figure out how to run multiple puppetmasterd > instances on one machine - perhaps on separate ports. Can anyoneWhy bother fussing with ports when you can just use another interface? -scott -- 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 puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.