community
community copied to clipboard
SaltStack Community
Dependent on this work: https://github.com/saltstack/community/issues/47 - [ ] Add logic into salt-ssh so it can use the python3 binary being built from https://github.com/saltstack/community/issues/47 - [ ] If the ARM architecture...
https://github.com/saltstack/salt/pull/51863
- [ ] add tests that use the pip module/state for all of the different salt-ssh options including: python3 binary, ssh_ext_alternatives, pre_flight cmd.
Maintain and build a Python 3 binary that will be copied over with the tarball to be included in the salt-call run. This will also be gated by a config...
Dependent on this issue: https://github.com/saltstack/community/issues/47 - [ ] Automate the build of python3 (with drone, jenkins or travisci) for salt-ssh - [ ] Create a test plan. Tests need to...
We will need to monitor and make sure our Python 3 binary and other built libraries are kept up to date with any security releases. Since the Python 3 binary...
- [ ] make sure if python versions match we will simply use the system python and Salt-SSH will run as it always has. - [ ] If the python...
- [ ] Document changes including the different solutions for using salt-ssh via python3 on a python2 host in both the Sodium release notes and Salt-SSH docs.