Nishant Jain
2012-Oct-31 18:57 UTC
[Puppet Users] how to trigger puppet run on agents remotely
Hello Everybody, I am looking for a way to trigger puppet rum remotely. so that i don''t need to login into individual nodes and perform the puppet agent --test from there. Is there any alternative to puppet kick in puppet 3.0, since its being deprecated in telly. Also , can anybody tell how to configure foreman 1 to trigger puppet run from the gui in puppet 3.0 I have puppet 3.0 installed on RHEL 6. Thanks, Nishant -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/la4FZvTp9VMJ. 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.
Brendan O''Bra
2012-Oct-31 19:17 UTC
Re: [Puppet Users] how to trigger puppet run on agents remotely
MCollective will do this nicely : http://puppetlabs.com/mcollective/introduction/ On Wed, Oct 31, 2012 at 11:57 AM, Nishant Jain <nishant.citrix@gmail.com>wrote:> Hello Everybody, > I am looking for a way to trigger puppet rum > remotely. so that i don''t need to login into individual nodes and perform > the puppet agent --test from there. > Is there any alternative to puppet kick in puppet 3.0, since its being > deprecated in telly. > Also , can anybody tell how to configure foreman 1 to trigger puppet run > from the gui in puppet 3.0 > I have puppet 3.0 installed on RHEL 6. > > Thanks, > Nishant > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/la4FZvTp9VMJ. > 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. >-- GVoice: 707.646.9180 LinkedIn: http://www.linkedin.com/in/brendanobra -- 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.
Andrei-Florian Staicu
2012-Oct-31 20:11 UTC
Re: [Puppet Users] how to trigger puppet run on agents remotely
On Wed, Oct 31, 2012 at 8:57 PM, Nishant Jain <nishant.citrix@gmail.com> wrote:> Hello Everybody, > I am looking for a way to trigger puppet rum > remotely. so that i don''t need to login into individual nodes and perform > the puppet agent --test from there. > Is there any alternative to puppet kick in puppet 3.0, since its being > deprecated in telly. > Also , can anybody tell how to configure foreman 1 to trigger puppet run > from the gui in puppet 3.0 > I have puppet 3.0 installed on RHEL 6. >My 50c: since mcollective is still fuzzy for me, i ended up using pssh (with ssh keys, of course). Just pssh -h hostlist -i "puppet agent --test" -- 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.
Peter Brown
2012-Nov-01 01:32 UTC
Re: [Puppet Users] how to trigger puppet run on agents remotely
On 1 November 2012 06:11, Andrei-Florian Staicu <andrei.staicu@gmail.com>wrote:> On Wed, Oct 31, 2012 at 8:57 PM, Nishant Jain <nishant.citrix@gmail.com> > wrote: > > Hello Everybody, > > I am looking for a way to trigger puppet rum > > remotely. so that i don''t need to login into individual nodes and perform > > the puppet agent --test from there. > > Is there any alternative to puppet kick in puppet 3.0, since its being > > deprecated in telly. > > Also , can anybody tell how to configure foreman 1 to trigger puppet run > > from the gui in puppet 3.0 > > I have puppet 3.0 installed on RHEL 6. > > > > My 50c: since mcollective is still fuzzy for me, i ended up using pssh > (with ssh keys, of course). > Just pssh -h hostlist -i "puppet agent --test" >It''s actually even easier than that. puppet kick is what you want. It does require the agent to start with listen turned on and your firewall setup to allow tcp port 8139. You can even kick multiple nodes at once. puppet help kick gives you all the docs on it. --> 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. > >-- 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.
Nishant Jain
2012-Nov-01 14:00 UTC
Re: [Puppet Users] how to trigger puppet run on agents remotely
@Pete, the puppet kick functionality is deprecated in puppet 3.0 On Wednesday, October 31, 2012 9:32:25 PM UTC-4, Pete wrote:> > On 1 November 2012 06:11, Andrei-Florian Staicu <andrei...@gmail.com<javascript:> > > wrote: > >> On Wed, Oct 31, 2012 at 8:57 PM, Nishant Jain <nishant...@gmail.com<javascript:>> >> wrote: >> > Hello Everybody, >> > I am looking for a way to trigger puppet rum >> > remotely. so that i don''t need to login into individual nodes and >> perform >> > the puppet agent --test from there. >> > Is there any alternative to puppet kick in puppet 3.0, since its being >> > deprecated in telly. >> > Also , can anybody tell how to configure foreman 1 to trigger puppet run >> > from the gui in puppet 3.0 >> > I have puppet 3.0 installed on RHEL 6. >> > >> >> My 50c: since mcollective is still fuzzy for me, i ended up using pssh >> (with ssh keys, of course). >> Just pssh -h hostlist -i "puppet agent --test" >> > > It''s actually even easier than that. > puppet kick is what you want. > It does require the agent to start with listen turned on and your firewall > setup to allow tcp port 8139. > You can even kick multiple nodes at once. > > puppet help kick gives you all the docs on it. > > > -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet...@googlegroups.com<javascript:> >> . >> To unsubscribe from this group, send email to >> puppet-users...@googlegroups.com <javascript:>. >> 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 view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/rxY_p9yNJXQJ. 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.
Peter Brown
2012-Nov-05 03:11 UTC
Re: [Puppet Users] how to trigger puppet run on agents remotely
On 2 November 2012 00:00, Nishant Jain <nishant.citrix@gmail.com> wrote:> @Pete, the puppet kick functionality is deprecated in puppet 3.0 >Ahh yeah that''s right. Sorry. I have a vague memory of noticing that in the list of things that changed in 3. I haven''t switched to 3 yet as I haven''t had the time to test my modules with it. On Wednesday, October 31, 2012 9:32:25 PM UTC-4, Pete wrote:>> >> On 1 November 2012 06:11, Andrei-Florian Staicu <andrei...@gmail.com>wrote: >> >>> On Wed, Oct 31, 2012 at 8:57 PM, Nishant Jain <nishant...@gmail.com> >>> wrote: >>> > Hello Everybody, >>> > I am looking for a way to trigger puppet rum >>> > remotely. so that i don''t need to login into individual nodes and >>> perform >>> > the puppet agent --test from there. >>> > Is there any alternative to puppet kick in puppet 3.0, since its being >>> > deprecated in telly. >>> > Also , can anybody tell how to configure foreman 1 to trigger puppet >>> run >>> > from the gui in puppet 3.0 >>> > I have puppet 3.0 installed on RHEL 6. >>> > >>> >>> My 50c: since mcollective is still fuzzy for me, i ended up using pssh >>> (with ssh keys, of course). >>> Just pssh -h hostlist -i "puppet agent --test" >>> >> >> It''s actually even easier than that. >> puppet kick is what you want. >> It does require the agent to start with listen turned on and your >> firewall setup to allow tcp port 8139. >> You can even kick multiple nodes at once. >> >> puppet help kick gives you all the docs on it. >> >> >> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Users" group. >>> To post to this group, send email to puppet...@googlegroups.com. >>> To unsubscribe from this group, send email to puppet-users...@** >>> googlegroups.com. >>> >>> For more options, visit this group at http://groups.google.com/** >>> group/puppet-users?hl=en<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 view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/rxY_p9yNJXQJ. > > 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. >-- 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.