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
125 lines
3.7 KiB
Diff
125 lines
3.7 KiB
Diff
From ef6da7d43fcf51a7d705422624c1e7a94b1297f2 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Graul <agraul@suse.com>
|
|
Date: Tue, 18 Jan 2022 16:36:57 +0100
|
|
Subject: [PATCH] Use Adler32 algorithm to compute string checksums
|
|
|
|
Generate the same numeric value across all Python versions and platforms
|
|
|
|
Re-add getting hash by Python shell-out method
|
|
|
|
Add an option to choose between default hashing, Adler32 or CRC32 algorithms
|
|
|
|
Set default config option for server_id hashing to False on minion
|
|
|
|
Choose CRC method, default to faster but less reliable "adler32", if crc is in use
|
|
|
|
Add warning for Sodium.
|
|
|
|
Move server_id deprecation warning to reduce log spamming (bsc#1135567) (bsc#1135732)
|
|
|
|
Remove deprecated warning that breaks miniion execution when "server_id_use_crc" opts are missing
|
|
---
|
|
salt/config/__init__.py | 4 ++++
|
|
salt/grains/core.py | 48 +++++++++++++++++++++++++++++++++++++----
|
|
2 files changed, 48 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/salt/config/__init__.py b/salt/config/__init__.py
|
|
index 1632663474..43182f3f92 100644
|
|
--- a/salt/config/__init__.py
|
|
+++ b/salt/config/__init__.py
|
|
@@ -991,6 +991,9 @@ VALID_OPTS = immutabletypes.freeze(
|
|
"maintenance_interval": int,
|
|
# Fileserver process restart interval
|
|
"fileserver_interval": int,
|
|
+ # Use Adler32 hashing algorithm for server_id (default False until Sodium, "adler32" after)
|
|
+ # Possible values are: False, adler32, crc32
|
|
+ "server_id_use_crc": (bool, str),
|
|
}
|
|
)
|
|
|
|
@@ -1296,6 +1299,7 @@ DEFAULT_MINION_OPTS = immutabletypes.freeze(
|
|
"global_state_conditions": None,
|
|
"reactor_niceness": None,
|
|
"fips_mode": False,
|
|
+ "server_id_use_crc": False,
|
|
}
|
|
)
|
|
|
|
diff --git a/salt/grains/core.py b/salt/grains/core.py
|
|
index 1199ad274f..5c12556346 100644
|
|
--- a/salt/grains/core.py
|
|
+++ b/salt/grains/core.py
|
|
@@ -21,6 +21,7 @@ import subprocess
|
|
import sys
|
|
import time
|
|
import uuid
|
|
+import zlib
|
|
from errno import EACCES, EPERM
|
|
|
|
import salt.exceptions
|
|
@@ -3382,6 +3383,36 @@ def _hw_data(osdata):
|
|
return grains
|
|
|
|
|
|
+def _get_hash_by_shell():
|
|
+ """
|
|
+ Shell-out Python 3 for compute reliable hash
|
|
+ :return:
|
|
+ """
|
|
+ id_ = __opts__.get("id", "")
|
|
+ id_hash = None
|
|
+ py_ver = sys.version_info[:2]
|
|
+ if py_ver >= (3, 3):
|
|
+ # Python 3.3 enabled hash randomization, so we need to shell out to get
|
|
+ # a reliable hash.
|
|
+ id_hash = __salt__["cmd.run"](
|
|
+ [sys.executable, "-c", 'print(hash("{}"))'.format(id_)],
|
|
+ env={"PYTHONHASHSEED": "0"},
|
|
+ )
|
|
+ try:
|
|
+ id_hash = int(id_hash)
|
|
+ except (TypeError, ValueError):
|
|
+ log.debug(
|
|
+ "Failed to hash the ID to get the server_id grain. Result of hash command: %s",
|
|
+ id_hash,
|
|
+ )
|
|
+ id_hash = None
|
|
+ if id_hash is None:
|
|
+ # Python < 3.3 or error encountered above
|
|
+ id_hash = hash(id_)
|
|
+
|
|
+ return abs(id_hash % (2 ** 31))
|
|
+
|
|
+
|
|
def get_server_id():
|
|
"""
|
|
Provides an integer based on the FQDN of a machine.
|
|
@@ -3392,10 +3423,19 @@ def get_server_id():
|
|
# server_id
|
|
|
|
if salt.utils.platform.is_proxy():
|
|
- return {}
|
|
- id_ = __opts__.get("id", "")
|
|
- hash_ = int(hashlib.sha256(id_.encode()).hexdigest(), 16)
|
|
- return {"server_id": abs(hash_ % (2**31))}
|
|
+ server_id = {}
|
|
+ else:
|
|
+ use_crc = __opts__.get("server_id_use_crc")
|
|
+ if bool(use_crc):
|
|
+ id_hash = (
|
|
+ getattr(zlib, use_crc, zlib.adler32)(__opts__.get("id", "").encode())
|
|
+ & 0xFFFFFFFF
|
|
+ )
|
|
+ else:
|
|
+ id_hash = _get_hash_by_shell()
|
|
+ server_id = {"server_id": id_hash}
|
|
+
|
|
+ return server_id
|
|
|
|
|
|
def get_master():
|
|
--
|
|
2.39.2
|
|
|
|
|