Hello, in case you want to manage a node with multiple masters (that may manage different aspects of that system): is it possible to run multiple puppet agent daemons on one node (listening to different masters) or to configure one agent daemon to listen to multiple masters? Thank you. Michael -- 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, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
On 15 February 2013 09:02, Michael Hüttermann <michael@huettermann.net>wrote:> Hello, > > in case you want to manage a node with multiple masters (that may manage > different aspects of that system): is it possible to run multiple puppet > agent daemons on one node (listening to different masters) or to configure > one agent daemon to listen to multiple masters? >This seems like a really bad idea to me. Why would you need to do this? Dependency hell comes to mind. You couldn''t make any kind of linkage between the resources managed by each master without the possibility of some kind of clash with those resources. The only reason I can see is separation of data between different teams managing different services on the node but that would be easy to achieve on one master with some kind of enc or hiera.> > Thank you. > > > > Michael > > > -- > 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, send an > email to puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
On Thursday, February 14, 2013 5:02:22 PM UTC-6, Michael Hüttermann wrote:> > Hello, > > in case you want to manage a node with multiple masters (that may manage > different aspects of that system): is it possible to run multiple puppet > agent daemons on one node (listening to different masters) or to configure > one agent daemon to listen to multiple masters? > >It should be possible -- with some work -- to arrange for multiple agents to run independently on the same node. It might help to hack the agent a little, but I can think of at least one way to do it without changes to Puppet. In such a configuration, the different agents could be made to talk to different masters. Pete has it right, however: this is a terrible idea. Your are asking for pain and grief, wailing, gnashing of teeth, burning sulfur, etc.. John -- 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, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
thanks On Friday, February 15, 2013 3:18:44 PM UTC+1, jcbollinger wrote:> > > > On Thursday, February 14, 2013 5:02:22 PM UTC-6, Michael Hüttermann wrote: >> >> Hello, >> >> in case you want to manage a node with multiple masters (that may manage >> different aspects of that system): is it possible to run multiple puppet >> agent daemons on one node (listening to different masters) or to configure >> one agent daemon to listen to multiple masters? >> >> > It should be possible -- with some work -- to arrange for multiple agents > to run independently on the same node. It might help to hack the agent a > little, but I can think of at least one way to do it without changes to > Puppet. In such a configuration, the different agents could be made to > talk to different masters. > > Pete has it right, however: this is a terrible idea. Your are asking for > pain and grief, wailing, gnashing of teeth, burning sulfur, etc.. > > > John > >-- 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, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.