2686359b2c
- Update to Salt release version 3006.0 (jsc#PED-3139) * See release notes: https://docs.saltproject.io/en/latest/topics/releases/3006.0.html - Add python3-looseversion as new dependency for salt - Add python3-packaging as new dependency for salt - Drop conflictive patch dicarded from upstream - Fix SLS rendering error when Jinja macros are used - Fix version detection and avoid building and testing failures - Added: * fix-version-detection-and-avoid-building-and-testing.patch * make-sure-the-file-client-is-destroyed-upon-used.patch - Modified: * 3005.1-implement-zypper-removeptf-573.patch * activate-all-beacons-sources-config-pillar-grains.patch * add-custom-suse-capabilities-as-grains.patch * add-environment-variable-to-know-if-yum-is-invoked-f.patch * add-migrated-state-and-gpg-key-management-functions-.patch * add-publish_batch-to-clearfuncs-exposed-methods.patch * add-salt-ssh-support-with-venv-salt-minion-3004-493.patch * add-sleep-on-exception-handling-on-minion-connection.patch * add-standalone-configuration-file-for-enabling-packa.patch * add-support-for-gpgautoimport-539.patch * allow-vendor-change-option-with-zypper.patch * async-batch-implementation.patch * avoid-excessive-syslogging-by-watchdog-cronjob-58.patch * bsc-1176024-fix-file-directory-user-and-group-owners.patch * change-the-delimeters-to-prevent-possible-tracebacks.patch * control-the-collection-of-lvm-grains-via-config.patch * debian-info_installed-compatibility-50453.patch * dnfnotify-pkgset-plugin-implementation-3002.2-450.patch * do-not-load-pip-state-if-there-is-no-3rd-party-depen.patch * don-t-use-shell-sbin-nologin-in-requisites.patch * drop-serial-from-event.unpack-in-cli.batch_async.patch * early-feature-support-config.patch * enable-passing-a-unix_socket-for-mysql-returners-bsc.patch * enhance-openscap-module-add-xccdf_eval-call-386.patch * fix-bsc-1065792.patch * fix-for-suse-expanded-support-detection.patch * fix-issue-2068-test.patch * fix-missing-minion-returns-in-batch-mode-360.patch * fix-ownership-of-salt-thin-directory-when-using-the-.patch * fix-regression-with-depending-client.ssh-on-psutil-b.patch * fix-salt-ssh-opts-poisoning-bsc-1197637-3004-501.patch * fix-salt.utils.stringutils.to_str-calls-to-make-it-w.patch * fix-the-regression-for-yumnotify-plugin-456.patch * fix-traceback.print_exc-calls-for-test_pip_state-432.patch * fixes-for-python-3.10-502.patch * include-aliases-in-the-fqdns-grains.patch * info_installed-works-without-status-attr-now.patch * let-salt-ssh-use-platform-python-binary-in-rhel8-191.patch * make-aptpkg.list_repos-compatible-on-enabled-disable.patch * make-setup.py-script-to-not-require-setuptools-9.1.patch * pass-the-context-to-pillar-ext-modules.patch * prevent-affection-of-ssh.opts-with-lazyloader-bsc-11.patch * prevent-pkg-plugins-errors-on-missing-cookie-path-bs.patch * prevent-shell-injection-via-pre_flight_script_args-4.patch * read-repo-info-without-using-interpolation-bsc-11356.patch * restore-default-behaviour-of-pkg-list-return.patch * return-the-expected-powerpc-os-arch-bsc-1117995.patch * revert-fixing-a-use-case-when-multiple-inotify-beaco.patch * run-salt-api-as-user-salt-bsc-1064520.patch * run-salt-master-as-dedicated-salt-user.patch * save-log-to-logfile-with-docker.build.patch * skip-package-names-without-colon-bsc-1208691-578.patch * switch-firewalld-state-to-use-change_interface.patch * temporary-fix-extend-the-whitelist-of-allowed-comman.patch * update-target-fix-for-salt-ssh-to-process-targets-li.patch * use-adler32-algorithm-to-compute-string-checksums.patch * use-rlock-to-avoid-deadlocks-in-salt-ssh.patch * use-salt-bundle-in-dockermod.patch * x509-fixes-111.patch * zypperpkg-ignore-retcode-104-for-search-bsc-1176697-.patch - Removed: * add-amazon-ec2-detection-for-virtual-grains-bsc-1195.patch * add-support-for-name-pkgs-and-diff_attr-parameters-t.patch * align-amazon-ec2-nitro-grains-with-upstream-pr-bsc-1.patch * allow-entrypoint-compatibility-for-importlib-metadat.patch * clarify-pkg.installed-pkg_verify-documentation.patch * detect-module.run-syntax.patch * fix-salt.states.file.managed-for-follow_symlinks-tru.patch * fix-state.apply-in-test-mode-with-file-state-module-.patch * fix-test_ipc-unit-tests.patch * fixes-pkg.version_cmp-on-openeuler-systems-and-a-few.patch * fopen-workaround-bad-buffering-for-binary-mode-563.patch * ignore-erros-on-reading-license-files-with-dpkg_lowp.patch * ignore-extend-declarations-from-excluded-sls-files.patch * ignore-non-utf8-characters-while-reading-files-with-.patch * include-stdout-in-error-message-for-zypperpkg-559.patch * make-pass-renderer-configurable-other-fixes-532.patch * make-sure-saltcacheloader-use-correct-fileclient-519.patch * normalize-package-names-once-with-pkg.installed-remo.patch * retry-if-rpm-lock-is-temporarily-unavailable-547.patch * set-default-target-for-pip-from-venv_pip_target-envi.patch * state.apply-don-t-check-for-cached-pillar-errors.patch * state.orchestrate_single-does-not-pass-pillar-none-4.patch OBS-URL: https://build.opensuse.org/request/show/1084999 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=210
241 lines
9.4 KiB
Diff
241 lines
9.4 KiB
Diff
From 90236c844cfce7da8beb7a570be19a8677c60820 Mon Sep 17 00:00:00 2001
|
|
From: Victor Zhestkov <vzhestkov@suse.com>
|
|
Date: Tue, 12 Apr 2022 10:06:43 +0300
|
|
Subject: [PATCH] Prevent affection of SSH.opts with LazyLoader
|
|
(bsc#1197637)
|
|
|
|
* Prevent affection SSH.opts with LazyLoader
|
|
|
|
* Restore parsed targets
|
|
|
|
* Fix test_ssh unit tests
|
|
|
|
Adjust unit tests
|
|
---
|
|
salt/client/ssh/__init__.py | 19 +++++++++-------
|
|
.../pytests/unit/client/ssh/test_password.py | 4 +++-
|
|
.../unit/client/ssh/test_return_events.py | 2 +-
|
|
tests/pytests/unit/client/ssh/test_ssh.py | 22 +++++++++----------
|
|
4 files changed, 26 insertions(+), 21 deletions(-)
|
|
|
|
diff --git a/salt/client/ssh/__init__.py b/salt/client/ssh/__init__.py
|
|
index a527c03de6..d5a679821e 100644
|
|
--- a/salt/client/ssh/__init__.py
|
|
+++ b/salt/client/ssh/__init__.py
|
|
@@ -224,15 +224,16 @@ class SSH(MultiprocessingStateMixin):
|
|
ROSTER_UPDATE_FLAG = "#__needs_update"
|
|
|
|
def __init__(self, opts, context=None):
|
|
+ self.opts = copy.deepcopy(opts)
|
|
+ self.sopts = copy.deepcopy(self.opts)
|
|
self.__parsed_rosters = {SSH.ROSTER_UPDATE_FLAG: True}
|
|
- pull_sock = os.path.join(opts["sock_dir"], "master_event_pull.ipc")
|
|
+ pull_sock = os.path.join(self.opts["sock_dir"], "master_event_pull.ipc")
|
|
if os.path.exists(pull_sock) and zmq:
|
|
self.event = salt.utils.event.get_event(
|
|
- "master", opts["sock_dir"], opts=opts, listen=False
|
|
+ "master", self.opts["sock_dir"], opts=self.opts, listen=False
|
|
)
|
|
else:
|
|
self.event = None
|
|
- self.opts = opts
|
|
if self.opts["regen_thin"]:
|
|
self.opts["ssh_wipe"] = True
|
|
if not salt.utils.path.which("ssh"):
|
|
@@ -243,7 +244,7 @@ class SSH(MultiprocessingStateMixin):
|
|
" to run. Exiting."
|
|
),
|
|
)
|
|
- self.opts["_ssh_version"] = ssh_version()
|
|
+ self.sopts["_ssh_version"] = ssh_version()
|
|
self.tgt_type = (
|
|
self.opts["selected_target_option"]
|
|
if self.opts["selected_target_option"]
|
|
@@ -339,6 +340,9 @@ class SSH(MultiprocessingStateMixin):
|
|
self.opts["cachedir"], "salt-ssh.session.lock"
|
|
)
|
|
self.ssh_session_grace_time = int(self.opts.get("ssh_session_grace_time", 1))
|
|
+ self.sopts["tgt"] = copy.deepcopy(self.opts["tgt"])
|
|
+ self.sopts["ssh_cli_tgt"] = copy.deepcopy(self.opts["ssh_cli_tgt"])
|
|
+ self.opts = self.sopts
|
|
|
|
# __setstate__ and __getstate__ are only used on spawning platforms.
|
|
def __setstate__(self, state):
|
|
@@ -607,7 +611,6 @@ class SSH(MultiprocessingStateMixin):
|
|
Spin up the needed threads or processes and execute the subsequent
|
|
routines
|
|
"""
|
|
- opts = copy.deepcopy(self.opts)
|
|
que = multiprocessing.Queue()
|
|
running = {}
|
|
targets_queue = deque(self.targets.keys())
|
|
@@ -618,7 +621,7 @@ class SSH(MultiprocessingStateMixin):
|
|
if not self.targets:
|
|
log.error("No matching targets found in roster.")
|
|
break
|
|
- if len(running) < opts.get("ssh_max_procs", 25) and not init:
|
|
+ if len(running) < self.opts.get("ssh_max_procs", 25) and not init:
|
|
if targets_queue:
|
|
host = targets_queue.popleft()
|
|
else:
|
|
@@ -682,7 +685,7 @@ class SSH(MultiprocessingStateMixin):
|
|
continue
|
|
args = (
|
|
que,
|
|
- opts,
|
|
+ self.opts,
|
|
host,
|
|
self.targets[host],
|
|
mine,
|
|
@@ -776,7 +779,7 @@ class SSH(MultiprocessingStateMixin):
|
|
if len(rets) >= len(self.targets):
|
|
break
|
|
# Sleep when limit or all threads started
|
|
- if len(running) >= opts.get("ssh_max_procs", 25) or len(
|
|
+ if len(running) >= self.opts.get("ssh_max_procs", 25) or len(
|
|
self.targets
|
|
) >= len(running):
|
|
time.sleep(0.1)
|
|
diff --git a/tests/pytests/unit/client/ssh/test_password.py b/tests/pytests/unit/client/ssh/test_password.py
|
|
index 8a7794d2f4..0ca28d022e 100644
|
|
--- a/tests/pytests/unit/client/ssh/test_password.py
|
|
+++ b/tests/pytests/unit/client/ssh/test_password.py
|
|
@@ -27,6 +27,8 @@ def test_password_failure(temp_salt_master, tmp_path):
|
|
opts["argv"] = ["test.ping"]
|
|
opts["selected_target_option"] = "glob"
|
|
opts["tgt"] = "localhost"
|
|
+ opts["ssh_cli_tgt"] = "localhost"
|
|
+ opts["_ssh_version"] = "foobar"
|
|
opts["arg"] = []
|
|
roster = str(tmp_path / "roster")
|
|
handle_ssh_ret = [
|
|
@@ -44,7 +46,7 @@ def test_password_failure(temp_salt_master, tmp_path):
|
|
"salt.client.ssh.SSH.handle_ssh", MagicMock(return_value=handle_ssh_ret)
|
|
), patch("salt.client.ssh.SSH.key_deploy", MagicMock(return_value=expected)), patch(
|
|
"salt.output.display_output", display_output
|
|
- ):
|
|
+ ), patch("salt.client.ssh.ssh_version", MagicMock(return_value="foobar")):
|
|
client = ssh.SSH(opts)
|
|
ret = next(client.run_iter())
|
|
with pytest.raises(SystemExit):
|
|
diff --git a/tests/pytests/unit/client/ssh/test_return_events.py b/tests/pytests/unit/client/ssh/test_return_events.py
|
|
index 1f0b0dbf33..18714741b9 100644
|
|
--- a/tests/pytests/unit/client/ssh/test_return_events.py
|
|
+++ b/tests/pytests/unit/client/ssh/test_return_events.py
|
|
@@ -43,7 +43,7 @@ def test_not_missing_fun_calling_wfuncs(temp_salt_master, tmp_path):
|
|
assert "localhost" in ret
|
|
assert "fun" in ret["localhost"]
|
|
client.run()
|
|
- display_output.assert_called_once_with(expected, "nested", opts)
|
|
+ display_output.assert_called_once_with(expected, "nested", client.opts)
|
|
assert ret is handle_ssh_ret[0]
|
|
assert len(client.event.fire_event.call_args_list) == 2
|
|
assert "fun" in client.event.fire_event.call_args_list[0][0][0]
|
|
diff --git a/tests/pytests/unit/client/ssh/test_ssh.py b/tests/pytests/unit/client/ssh/test_ssh.py
|
|
index 2be96ab195..377aad9998 100644
|
|
--- a/tests/pytests/unit/client/ssh/test_ssh.py
|
|
+++ b/tests/pytests/unit/client/ssh/test_ssh.py
|
|
@@ -148,7 +148,7 @@ def test_expand_target_ip_address(opts, roster):
|
|
MagicMock(return_value=salt.utils.yaml.safe_load(roster)),
|
|
):
|
|
client._expand_target()
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
|
|
|
|
def test_expand_target_no_host(opts, tmp_path):
|
|
@@ -171,7 +171,7 @@ def test_expand_target_no_host(opts, tmp_path):
|
|
assert opts["tgt"] == user + host
|
|
with patch("salt.roster.get_roster_file", MagicMock(return_value=roster_file)):
|
|
client._expand_target()
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
|
|
|
|
def test_expand_target_dns(opts, roster):
|
|
@@ -192,7 +192,7 @@ def test_expand_target_dns(opts, roster):
|
|
MagicMock(return_value=salt.utils.yaml.safe_load(roster)),
|
|
):
|
|
client._expand_target()
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
|
|
|
|
def test_expand_target_no_user(opts, roster):
|
|
@@ -204,7 +204,7 @@ def test_expand_target_no_user(opts, roster):
|
|
|
|
with patch("salt.utils.network.is_reachable_host", MagicMock(return_value=False)):
|
|
client = ssh.SSH(opts)
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
|
|
with patch(
|
|
"salt.roster.get_roster_file", MagicMock(return_value="/etc/salt/roster")
|
|
@@ -213,7 +213,7 @@ def test_expand_target_no_user(opts, roster):
|
|
MagicMock(return_value=salt.utils.yaml.safe_load(roster)),
|
|
):
|
|
client._expand_target()
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
|
|
|
|
def test_update_targets_ip_address(opts):
|
|
@@ -228,7 +228,7 @@ def test_update_targets_ip_address(opts):
|
|
client = ssh.SSH(opts)
|
|
assert opts["tgt"] == user + host
|
|
client._update_targets()
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
assert client.targets[host]["user"] == user.split("@")[0]
|
|
|
|
|
|
@@ -244,7 +244,7 @@ def test_update_targets_dns(opts):
|
|
client = ssh.SSH(opts)
|
|
assert opts["tgt"] == user + host
|
|
client._update_targets()
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
assert client.targets[host]["user"] == user.split("@")[0]
|
|
|
|
|
|
@@ -259,7 +259,7 @@ def test_update_targets_no_user(opts):
|
|
client = ssh.SSH(opts)
|
|
assert opts["tgt"] == host
|
|
client._update_targets()
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
|
|
|
|
def test_update_expand_target_dns(opts, roster):
|
|
@@ -281,7 +281,7 @@ def test_update_expand_target_dns(opts, roster):
|
|
):
|
|
client._expand_target()
|
|
client._update_targets()
|
|
- assert opts["tgt"] == host
|
|
+ assert client.opts["tgt"] == host
|
|
assert client.targets[host]["user"] == user.split("@")[0]
|
|
|
|
|
|
@@ -299,7 +299,7 @@ def test_parse_tgt(opts):
|
|
client = ssh.SSH(opts)
|
|
assert client.parse_tgt["hostname"] == host
|
|
assert client.parse_tgt["user"] == user.split("@")[0]
|
|
- assert opts.get("ssh_cli_tgt") == user + host
|
|
+ assert client.opts.get("ssh_cli_tgt") == user + host
|
|
|
|
|
|
def test_parse_tgt_no_user(opts):
|
|
@@ -316,7 +316,7 @@ def test_parse_tgt_no_user(opts):
|
|
client = ssh.SSH(opts)
|
|
assert client.parse_tgt["hostname"] == host
|
|
assert client.parse_tgt["user"] == opts["ssh_user"]
|
|
- assert opts.get("ssh_cli_tgt") == host
|
|
+ assert client.opts.get("ssh_cli_tgt") == host
|
|
|
|
|
|
def test_extra_filerefs(tmp_path, opts):
|
|
--
|
|
2.39.2
|
|
|
|
|