I'm setting up this kind of configuration now. Yes, it can be done. Use a DNS alias (or hardware load balancer) for your second level Puppet Masters.
I'm also using a DNS CNAME for my top-level Puppet Master, so that I can (later) consider some fault tolerance here. My top-level Master is my global Certificate Authority, so I'm using "puppetca" as the cname. My second level masters have "ca = false" in their config. All third level clients (my nodes) are clients of my second-level masters, and specify a config parameter of "ca_server = puppetca". On May 26, 2012, at 6:59 PM, LI <[email protected]> wrote: > Hi, > > I am new in puppet, and I just wonder whether it is possible to create > multiple levels of puppet masters. Can puppet work this way? > > First-level(master): root-master > Second-level(masters): master1, master2 > Third-level nodes(as agents): agent1, agent2, agent3, agent4 > > All master nodes in the second-level are agents of root-master, and > each of third-level nodes is an agent of an second-level master node. > > Thanks very much. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
