Use Salt Bundle in dockermod#62109
Closed
vzhestkov wants to merge 4 commits into
Closed
Conversation
3 tasks
1cd8610 to
fe980b1
Compare
fe980b1 to
8829a32
Compare
Contributor
|
Closing this due to inactivity. Anyone should feel free to re-open it if they want to see it through to the end in one release cycle. |
agraul
pushed a commit
to agraul/salt
that referenced
this pull request
Jan 27, 2025
* Use Salt Bundle for salt calls in dockermod * Add test of performing a call with the Salt Bundle BACKPORT-UPSTREAM=saltstack#62109
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Implements the Salt Bundle (SUSE project with the idea similar to Tiamat) usage for a calls inside the containers with
dockermod.Previous Behavior
Passing salt thin into the container to handle salt calls inside.
New Behavior
If the call is performed with Salt inside Salt Bundle it will use the Salt Bundle instead of salt-thin and Python shipped with it instead of platform python.
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes/No
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.