-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes dependency on StormSSH #6117
Removes dependency on StormSSH #6117
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! I've added some first comments.
Please also adjust the tests (tests/integration/targets/ssh_config/tasks/main.yml) to not install stormssh
, but only paramiko.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think besides these two small points it is ready for merging!
@mjfinney, @felixfontein, and others, let me know if this looks good. Should be ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If nobody objects, I'll merge this in a week.
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6179 🤖 @patchback |
* included storm config parser * Add changelog fragment * Fix changelog fragment * address PR feedback * fix license * add required boilerplate, fix issues found in test output * move __future__ imports * address pr feedback * address test output * address pr feedback (cherry picked from commit 3862de3)
@peterupton thanks a lot for your contribution! |
…#6179) Removes dependency on StormSSH (#6117) * included storm config parser * Add changelog fragment * Fix changelog fragment * address PR feedback * fix license * add required boilerplate, fix issues found in test output * move __future__ imports * address pr feedback * address test output * address pr feedback (cherry picked from commit 3862de3) Co-authored-by: Peter Upton <peterupton99@gmail.com>
SUMMARY
Pull in StormSSH's config parser into ssh_config
Fixes #6009
ISSUE TYPE
COMPONENT NAME
ssh_config
ADDITIONAL INFORMATION
This PR simply pulls in the config parser from the now archived StormSSH into ssh_config itself.