Getting past zone creation, I''m curious to know how people are managing zone-specifics like users, packages, and services. Looking forward to this thread... Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
We treat zones like normal nodes for the most part. There is a separate base class that is zone specific but otherwise we don''t do things any differently. -- cwebber On Nov 12, 2009, at 8:28 AM, windowsrefund wrote:> > Getting past zone creation, I''m curious to know how people are > managing zone-specifics like users, packages, and services. > > Looking forward to this thread... > > Adam > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Nov 12, 11:32 am, Christopher Webber <kgbbelm...@gmail.com> wrote:> We treat zones like normal nodes for the most part. There is a > separate base class that is zone specific but otherwise we don''t do > things any differently. >So each zone runs a puppet client? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Nov 12, 11:32 am, Christopher Webber <kgbbelm...@gmail.com> wrote:> We treat zones like normal nodes for the most part. There is a > separate base class that is zone specific but otherwise we don''t do > things any differently. >So each zone runs a puppet client? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Yes. -- cwebber On Nov 12, 2009, at 8:55 AM, windowsrefund wrote:> > > > On Nov 12, 11:32 am, Christopher Webber <kgbbelm...@gmail.com> wrote: >> We treat zones like normal nodes for the most part. There is a >> separate base class that is zone specific but otherwise we don''t do >> things any differently. >> > > So each zone runs a puppet client? > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
That''s not an option for me as I''m already planning on managing a few hundred physical nodes. Any other approaches out there? Thanks, Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 11/12/09 12:10 PM, "windowsrefund" <windowsrefund@gmail.com> wrote:> That''s not an option for me as I''m already planning on managing a few > hundred physical nodes. Any other approaches out there?We manage a few thousand. We generally operate on "groups" (as defined in our external nodes classifier) and never on individual nodes. We are also integrating puppet into various virtualization platforms, and just treat all guests as "nodes." -- Brian Akins --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Brian, Can you be more specific? For example, how would you go about ensuring that apache is running inside a non-global zone? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 11/12/09 1:36 PM, "windowsrefund" <windowsrefund@gmail.com> wrote:> Can you be more specific? For example, how would you go about ensuring > that apache is running inside a non-global zone?The same as we do on any node. Service ensure running. -- Brian Akins --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Brian, OK so you''re also running a puppet client on each virtual node. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---