Hello, This may have been asked before (apologies), however, did not find a good way to implement a schedule for puppet runs for a speciifc day (say weekend maintennace window). Could anyone suggest a clever workaround for that ? Thanks Kanishka -- 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.
Maybe run it from a cron (or at) job, or use something like mcollective to trigger your runs. On Sep 29, 9:47 pm, Kanishka Hettiarachchi <kan_...@yahoo.com> wrote:> Hello, > > This may have been asked before (apologies), however, did not find a > good way to implement a schedule for puppet runs for a speciifc day > (say weekend maintennace window). > > Could anyone suggest a clever workaround for that ? > > Thanks > > Kanishka-- 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.
Kanishka Hettiarachchi
2011-Oct-01 13:51 UTC
[Puppet Users] Re: weekend maintennce schedule
Thanks. I was hoping someone may have solved this issue. We intend to run reporting ($noop=true) every (say hour) and action/change only during weekend maintenance schedule. On Sep 30, 2:02 pm, Rob Braden <r...@nullroutes.net> wrote:> Maybe run it from a cron (or at) job, or use something like > mcollective to trigger your runs. > > On Sep 29, 9:47 pm, Kanishka Hettiarachchi <kan_...@yahoo.com> wrote:> Hello, > > > This may have been asked before (apologies), however, did not find a > > good way to implement a schedule for puppet runs for a speciifc day > > (say weekend maintennace window). > > > Could anyone suggest a clever workaround for that ? > > > Thanks > > > Kanishka-- 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 could write a custom fact to figure out the maintenance window. If its always at a specific time and day of the week then that should not be that hard to do. On Oct 1, 9:51 am, Kanishka Hettiarachchi <kan_...@yahoo.com> wrote:> Thanks. > I was hoping someone may have solved this issue. We intend to run > reporting ($noop=true) every (say hour) and action/change only during > weekend maintenance schedule. > > On Sep 30, 2:02 pm, Rob Braden <r...@nullroutes.net> wrote: > > > > > > > > > Maybe run it from a cron (or at) job, or use something like > > mcollective to trigger your runs. > > > On Sep 29, 9:47 pm, Kanishka Hettiarachchi <kan_...@yahoo.com> wrote:> Hello, > > > > This may have been asked before (apologies), however, did not find a > > > good way to implement a schedule for puppet runs for a speciifc day > > > (say weekend maintennace window). > > > > Could anyone suggest a clever workaround for that ? > > > > Thanks > > > > Kanishka-- 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.
It has been, that''s what cron does. On Sat, Oct 1, 2011 at 6:51 AM, Kanishka Hettiarachchi <kan_het@yahoo.com>wrote:> Thanks. > I was hoping someone may have solved this issue. We intend to run > reporting ($noop=true) every (say hour) and action/change only during > weekend maintenance schedule. > > > > On Sep 30, 2:02 pm, Rob Braden <r...@nullroutes.net> wrote: > > Maybe run it from a cron (or at) job, or use something like > > mcollective to trigger your runs. > > > > On Sep 29, 9:47 pm, Kanishka Hettiarachchi <kan_...@yahoo.com> wrote:> > Hello, > > > > > This may have been asked before (apologies), however, did not find a > > > good way to implement a schedule for puppet runs for a speciifc day > > > (say weekend maintennace window). > > > > > Could anyone suggest a clever workaround for that ? > > > > > Thanks > > > > > Kanishka > > -- > 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.
Kanishka Hettiarachchi
2011-Oct-02 12:17 UTC
[Puppet Users] Re: weekend maintennce schedule
Thanks Matt. I That seems to be the approach. On Oct 1, 1:04 pm, Matt <mjbl...@gmail.com> wrote:> You could write a custom fact to figure out the maintenance window. If > its always at a specific time and day of the week then that should not > be that hard to do. > > On Oct 1, 9:51 am, Kanishka Hettiarachchi <kan_...@yahoo.com> wrote:> Thanks. > > I was hoping someone may have solved this issue. We intend to run > > reporting ($noop=true) every (say hour) and action/change only during > > weekend maintenance schedule. > > > On Sep 30, 2:02 pm, Rob Braden <r...@nullroutes.net> wrote: > > > > Maybe run it from a cron (or at) job, or use something like > > > mcollective to trigger your runs. > > > > On Sep 29, 9:47 pm, Kanishka Hettiarachchi <kan_...@yahoo.com> wrote:> Hello, > > > > > This may have been asked before (apologies), however, did not find a > > > > good way to implement a schedule for puppet runs for a speciifc day > > > > (say weekend maintennace window). > > > > > Could anyone suggest a clever workaround for that ? > > > > > Thanks > > > > > Kanishka-- 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.