Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2017-05-17 Thread Andreas Papst (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andreas Papst commented on  PUP-6082 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 
 
(Your guess is right  And this feature is deployed on my servers already. 
I'm fine with this, no change is required. 
Thank you! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2017-05-17 Thread R.I.Pienaar (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 R.I.Pienaar commented on  PUP-6082 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 
 
This option / approach is perfectly valid and supported  
All you are doing is telling your one specific puppet run to not look for the lock in the usual place and run anyway.  
You do it by changing the path to the lock. That's all, you don't change how the feature works or how other running instances interact with the existing lock and all the other locks like concurrent locks still work. 
So to me given that the basic feature exist and is (I guess!) tested then so is changing its config option and you are fine to use that.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2017-05-17 Thread Andreas Papst (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andreas Papst commented on  PUP-6082 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 
 
Thank you for this hint! 
I don't care for names of options. The command puppet agent -t --noop --agent_disabled_lockfile=/nonexisting works perfectly for my purpose. I was wandering and then have proofed,  it keeps support of locking execution of a second puppet instance. 
Then my only wish is this option should have some kind of "being supported" state, i.e. units-tests and/or regression-tests should be available. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2017-05-17 Thread R.I.Pienaar (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 R.I.Pienaar commented on  PUP-6082 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 
 
simple work around: 
 
 
 
 
 
 
puppet agent --test --agent_disabled_lockfile=/nonexisting
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2017-05-17 Thread Chris Butler (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Chris Butler commented on  PUP-6082 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 
 
I'd like to add a vote for at least allowing --noop runs with a disabled agent. Such a feature would allow us to preview the changes the agent is about to make, giving us confidence that we are in fact ready to re-enable the agent. 
Our main use-case for disabling the agent is where we've had to apply a hot-fix outside of Puppet to react to a problem and restore service in prod faster than we could otherwise do by updating the manifests. We obviously then go back and apply the fix "properly" through the normal roll-out process. In this situation we'd like to be able to do a no-op run after deploying the proper fix to the production environment before we re-enable the agent. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2017-05-17 Thread Andreas Papst (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andreas Papst commented on  PUP-6082 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 
 
Hello, 
would it also represent a wrong technical direction if a --force option would only work in combination with --noop option? 
Background: IMHO this tool should enable admins to do a centralized ops. For instance that is to have consolidated information of pending changes due to disabled puppet  runs. In my case this is stored then in puppetdb and summaries are displayed out of puppetdb. Therefor it would be phenomenal, not to have fault-prone workarounds running in cronjobs to collect these data and just do a `puppet agent -t --noop --force´ for fetching infos regardless if puppet is disabled. 
Cheers Andreas 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2017-05-16 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza commented on  PUP-6082 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 
 
Thank you for filing this issue. However, we believe this change represents a technical direction that we have decided not to follow in Puppet. As such, we are closing this as “Won’t Do”. There are a few good workaround options though - for example, perhaps create a new alias/command in your bash profile file that performs the three steps you've highlighted? (ie enable, run, disable). If any watcher believes closing this is an error, please add a comment explaining. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2017-05-16 Thread Sean McDonald (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sean McDonald updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6082 
 
 
 
  ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 

Change By:
 
 Sean McDonald 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2016-03-23 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6082 
 
 
 
  ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 
 
Ping Kylo Ginsberg 
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Scrum Team:
 
 Client Platform 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6082) ignore-disabled option for puppet agent runs by hand

2016-03-22 Thread Michael Stahnke (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Stahnke moved an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6082 
 
 
 
  ignore-disabled option for puppet agent runs by hand  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Stahnke 
 
 
 

Workflow:
 
 Release Engineering Scrum Team  Workflow 
 
 
 

Key:
 
 PA PUP - 249 6082 
 
 
 

Project:
 
 Puppet  Agent 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.