Deep
2013-Dec-06 13:12 UTC
[Puppet Users] Automatic installation of puppet agent from puppet master
HI, Is there a way in puppet to automatically install agents in unmanaged node from the puppet dashboard or backend? eg: I have a network with a mixture of linux and windows servers.I can include the puppet agent in the OS installation phase or do it manually in servers. But, is there an option in the puppet to install agents on these nodes by mentioning Hostname/IP address or other related parameters? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/138c974a-eedb-4fbb-a032-1f6141630a66%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
kaustubh chaudhari
2013-Dec-06 14:40 UTC
[Puppet Users] Re: Automatic installation of puppet agent from puppet master
Hi Deep, Not that i am aware off. As puppet is a pull job and not push. master dont push any thing to puppet agent. All i am saying there may be a way of which i am not aware! I suggest include puppet agent installation as a part of OS installation, i have included it in the VMware templates and in the post installation just run "puppet agent --test" for the 1st time so that it generates cert request to master! HTH -Kaustubh On Friday, December 6, 2013 8:12:23 AM UTC-5, Deep wrote:> > HI, > > Is there a way in puppet to automatically install agents in unmanaged node > from the puppet dashboard or backend? > > eg: I have a network with a mixture of linux and windows servers.I can > include the puppet agent in the OS installation phase or do it manually in > servers. > But, is there an option in the puppet to install agents on these nodes by > mentioning Hostname/IP address or other related parameters? > >-- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/dcd27624-aec8-4cb4-9d6d-265dfb4ba590%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Stuart Cracraft
2013-Dec-06 17:54 UTC
[Puppet Users] Re: Automatic installation of puppet agent from puppet master
You can have autosign enabled on the puppet master but I don''t recommend it. You want to have control over the initial deployments since by just blanket auto-signing, you may run into some major issues with too much change too suddenly. As you gain experience, you can bulk sign in chunks once your initial signs and time have been producing no impact. Consider a Puppet run on a node a potentially dangerous production-affecting outage-causing operation like any other. On Friday, December 6, 2013 5:12:23 AM UTC-8, Deep wrote:> HI, > > Is there a way in puppet to automatically install agents in unmanaged node > from the puppet dashboard or backend? > > eg: I have a network with a mixture of linux and windows servers.I can > include the puppet agent in the OS installation phase or do it manually in > servers. > But, is there an option in the puppet to install agents on these nodes by > mentioning Hostname/IP address or other related parameters? > >-- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/d61d11e2-9dd4-40cd-a32e-593f30094d48%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.