Kanthi Narisetti
2013-Jun-26 00:26 UTC
[Puppet Users] Puppet for Dynamic Environments (Private or Public Clouds)
I am looking for suggestions from puppet experts on using Puppet in Dynamic Environments. For example I have a Master/Client setup in a cloud (public or private) and I have Dev,Prod,Test,Stage environments where dev,and test environments have dynamic guest virtual machines with new host-names etc for new instances, In this scenario how can puppet agent be installed configured (bootstrapped) to the golden images which are used as base for new instances. Any pointers to similar use cases and best practices for the same are appreciated. Regards -- 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. For more options, visit https://groups.google.com/groups/opt_out.
Jason Edgecombe
2013-Jun-26 13:45 UTC
Re: [Puppet Users] Puppet for Dynamic Environments (Private or Public Clouds)
On 06/25/2013 08:26 PM, Kanthi Narisetti wrote:> I am looking for suggestions from puppet experts on using Puppet in Dynamic > Environments. For example I have a Master/Client setup in a cloud (public > or private) and I have Dev,Prod,Test,Stage environments where dev,and test > environments have dynamic guest virtual machines with new host-names etc > for new instances, > > In this scenario how can puppet agent be installed configured > (bootstrapped) to the golden images which are used as base for new > instances. > > Any pointers to similar use cases and best practices for the same are > appreciated. > > Regards >You can parse the Amazon userdata in puppet. It might even show up automatically from facter. Here are some links: http://dan.carley.co/blog/2012/08/14/bootstrapping-ec2-with-puppet/ http://www.slideshare.net/PuppetLabs/bestofbothworlds (start at slide 16) -- 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. For more options, visit https://groups.google.com/groups/opt_out.