Skip to content

Enable passing test=False as kwarg from orchestration file to minion in permanent test mode#47427

Merged
rallytime merged 2 commits into
saltstack:developfrom
Tanoti:pass-test-mode-to-minion-in-orchestration
May 2, 2018
Merged

Enable passing test=False as kwarg from orchestration file to minion in permanent test mode#47427
rallytime merged 2 commits into
saltstack:developfrom
Tanoti:pass-test-mode-to-minion-in-orchestration

Conversation

@Tanoti

@Tanoti Tanoti commented May 2, 2018

Copy link
Copy Markdown
Contributor

What does this PR do?

Enables passing test mode=False as kwarg from orchestration file down to minion so as to override a minion with test:True enabled in the config file.

NOTE: This is a re-implementation of #45253 as that one got horribly messed up after a rebase.

What issues does this PR fix or reference?

#24209

Previous Behavior

Minion would ignore the test mode override and execute states in test mode regardless.

New Behavior

Minion now receives and uses the test=False override from the orchestration file.

Tests written?

No

Commits signed with GPG?

No

@rallytime rallytime merged commit 28c8520 into saltstack:develop May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants