salt state.apply batch kill function feature request #67645
mruepp
started this conversation in
Feature Requests
Replies: 3 comments
-
will approve as a feature request |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue/Question
If we run salt -b 2 '*' state,apply we would like to see a --kill-batch-on-failure=true flag
This flag would stop the batch run if any of the highstates applied would return Failed.
So if you do staggered highstates, you could be assured that you don't apply failure to a large amount of machines.
Beta Was this translation helpful? Give feedback.
All reactions