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
217 lines
7.4 KiB
Diff
217 lines
7.4 KiB
Diff
From 76f2b98a3a9b9a49903a4d3b47dca0f2311bd7af Mon Sep 17 00:00:00 2001
|
|
From: Alexander Graul <agraul@suse.com>
|
|
Date: Tue, 18 Jan 2022 19:07:34 +0100
|
|
Subject: [PATCH] Revert "Fixing a use case when multiple inotify beacons
|
|
are defined but when notifications are fired the configuration fron the first
|
|
beacon are used." Revert "Adding a util function to remove hidden (options
|
|
starting with underscore) from the beacon configuration. This is used when
|
|
the beacons loop through the configuration, eg. status beacon, and expect
|
|
certain options."
|
|
|
|
This reverts commit 68a891ab2fe53ebf329b9c83b875f3575e87e266.
|
|
This reverts commit 66c58dedf8c364eaeb35c5adce8bcc8fe5c1219a.
|
|
---
|
|
salt/beacons/__init__.py | 1 -
|
|
salt/beacons/diskusage.py | 3 ---
|
|
salt/beacons/inotify.py | 24 ++++++++--------------
|
|
salt/beacons/napalm_beacon.py | 6 ++----
|
|
salt/beacons/status.py | 4 ----
|
|
tests/pytests/unit/beacons/test_inotify.py | 5 +----
|
|
tests/pytests/unit/test_beacons.py | 17 ---------------
|
|
7 files changed, 11 insertions(+), 49 deletions(-)
|
|
|
|
diff --git a/salt/beacons/__init__.py b/salt/beacons/__init__.py
|
|
index b346c2a648..90918cba5b 100644
|
|
--- a/salt/beacons/__init__.py
|
|
+++ b/salt/beacons/__init__.py
|
|
@@ -94,7 +94,6 @@ class Beacon:
|
|
log.error("Configuration for beacon must be a list.")
|
|
continue
|
|
|
|
- b_config[mod].append({"_beacon_name": mod})
|
|
fun_str = "{}.beacon".format(beacon_name)
|
|
if fun_str in self.beacons:
|
|
runonce = self._determine_beacon_config(
|
|
diff --git a/salt/beacons/diskusage.py b/salt/beacons/diskusage.py
|
|
index 5be33ff975..0b8d7c53e1 100644
|
|
--- a/salt/beacons/diskusage.py
|
|
+++ b/salt/beacons/diskusage.py
|
|
@@ -8,7 +8,6 @@ Beacon to monitor disk usage.
|
|
import logging
|
|
import re
|
|
|
|
-import salt.utils.beacons
|
|
import salt.utils.platform
|
|
|
|
try:
|
|
@@ -83,8 +82,6 @@ def beacon(config):
|
|
it will override the previously defined threshold.
|
|
|
|
"""
|
|
- whitelist = []
|
|
- config = salt.utils.beacons.remove_hidden_options(config, whitelist)
|
|
parts = psutil.disk_partitions(all=True)
|
|
ret = []
|
|
for mounts in config:
|
|
diff --git a/salt/beacons/inotify.py b/salt/beacons/inotify.py
|
|
index 283b84fdc7..0dc60662a6 100644
|
|
--- a/salt/beacons/inotify.py
|
|
+++ b/salt/beacons/inotify.py
|
|
@@ -67,19 +67,17 @@ def _get_notifier(config):
|
|
"""
|
|
Check the context for the notifier and construct it if not present
|
|
"""
|
|
- beacon_name = config.get("_beacon_name", "inotify")
|
|
- notifier = "{}.notifier".format(beacon_name)
|
|
- if notifier not in __context__:
|
|
+ if "inotify.notifier" not in __context__:
|
|
__context__["inotify.queue"] = collections.deque()
|
|
wm = pyinotify.WatchManager()
|
|
- __context__[notifier] = pyinotify.Notifier(wm, _enqueue)
|
|
+ __context__["inotify.notifier"] = pyinotify.Notifier(wm, _enqueue)
|
|
if (
|
|
"coalesce" in config
|
|
and isinstance(config["coalesce"], bool)
|
|
and config["coalesce"]
|
|
):
|
|
- __context__[notifier].coalesce_events()
|
|
- return __context__[notifier]
|
|
+ __context__["inotify.notifier"].coalesce_events()
|
|
+ return __context__["inotify.notifier"]
|
|
|
|
|
|
def validate(config):
|
|
@@ -239,9 +237,6 @@ def beacon(config):
|
|
being at the Notifier level in pyinotify.
|
|
"""
|
|
|
|
- whitelist = ["_beacon_name"]
|
|
- config = salt.utils.beacons.remove_hidden_options(config, whitelist)
|
|
-
|
|
config = salt.utils.beacons.list_to_dict(config)
|
|
|
|
ret = []
|
|
@@ -264,7 +259,7 @@ def beacon(config):
|
|
break
|
|
path = os.path.dirname(path)
|
|
|
|
- excludes = config["files"].get(path, {}).get("exclude", "")
|
|
+ excludes = config["files"][path].get("exclude", "")
|
|
|
|
if excludes and isinstance(excludes, list):
|
|
for exclude in excludes:
|
|
@@ -351,9 +346,6 @@ def beacon(config):
|
|
|
|
|
|
def close(config):
|
|
- config = salt.utils.beacons.list_to_dict(config)
|
|
- beacon_name = config.get("_beacon_name", "inotify")
|
|
- notifier = "{}.notifier".format(beacon_name)
|
|
- if notifier in __context__:
|
|
- __context__[notifier].stop()
|
|
- del __context__[notifier]
|
|
+ if "inotify.notifier" in __context__:
|
|
+ __context__["inotify.notifier"].stop()
|
|
+ del __context__["inotify.notifier"]
|
|
diff --git a/salt/beacons/napalm_beacon.py b/salt/beacons/napalm_beacon.py
|
|
index 122d56edb7..692fbe07aa 100644
|
|
--- a/salt/beacons/napalm_beacon.py
|
|
+++ b/salt/beacons/napalm_beacon.py
|
|
@@ -168,9 +168,10 @@ with a NTP server at a stratum level greater than 5.
|
|
"""
|
|
|
|
import logging
|
|
+
|
|
+# Import Python std lib
|
|
import re
|
|
|
|
-import salt.utils.beacons
|
|
import salt.utils.napalm
|
|
|
|
log = logging.getLogger(__name__)
|
|
@@ -306,9 +307,6 @@ def beacon(config):
|
|
"""
|
|
Watch napalm function and fire events.
|
|
"""
|
|
- whitelist = []
|
|
- config = salt.utils.beacons.remove_hidden_options(config, whitelist)
|
|
-
|
|
log.debug("Executing napalm beacon with config:")
|
|
log.debug(config)
|
|
ret = []
|
|
diff --git a/salt/beacons/status.py b/salt/beacons/status.py
|
|
index aa5aa13b47..e2c3177ea8 100644
|
|
--- a/salt/beacons/status.py
|
|
+++ b/salt/beacons/status.py
|
|
@@ -91,7 +91,6 @@ import datetime
|
|
import logging
|
|
|
|
import salt.exceptions
|
|
-import salt.utils.beacons
|
|
import salt.utils.platform
|
|
|
|
log = logging.getLogger(__name__)
|
|
@@ -119,9 +118,6 @@ def beacon(config):
|
|
log.debug(config)
|
|
ctime = datetime.datetime.utcnow().isoformat()
|
|
|
|
- whitelist = []
|
|
- config = salt.utils.beacons.remove_hidden_options(config, whitelist)
|
|
-
|
|
if not config:
|
|
config = [
|
|
{
|
|
diff --git a/tests/pytests/unit/beacons/test_inotify.py b/tests/pytests/unit/beacons/test_inotify.py
|
|
index 30a9a91db4..678a528529 100644
|
|
--- a/tests/pytests/unit/beacons/test_inotify.py
|
|
+++ b/tests/pytests/unit/beacons/test_inotify.py
|
|
@@ -263,7 +263,6 @@ def test_multi_files_exclude(tmp_path):
|
|
|
|
|
|
# Check __get_notifier and ensure that the right bits are in __context__
|
|
-# including a beacon_name specific notifier is found.
|
|
def test__get_notifier():
|
|
config = {
|
|
"files": {
|
|
@@ -293,10 +292,8 @@ def test__get_notifier():
|
|
},
|
|
},
|
|
"coalesce": True,
|
|
- "beacon_module": "inotify",
|
|
- "_beacon_name": "httpd.inotify",
|
|
}
|
|
|
|
ret = inotify._get_notifier(config)
|
|
assert "inotify.queue" in inotify.__context__
|
|
- assert "httpd.inotify.notifier" in inotify.__context__
|
|
+ assert "inotify.notifier" in inotify.__context__
|
|
diff --git a/tests/pytests/unit/test_beacons.py b/tests/pytests/unit/test_beacons.py
|
|
index 217cd5c6a4..855e271d7d 100644
|
|
--- a/tests/pytests/unit/test_beacons.py
|
|
+++ b/tests/pytests/unit/test_beacons.py
|
|
@@ -104,20 +104,3 @@ def test_beacon_module(minion_opts):
|
|
}
|
|
]
|
|
assert ret == _expected
|
|
-
|
|
- # Ensure that "beacon_name" is available in the call to the beacon function
|
|
- name = "ps.beacon"
|
|
- mocked = {name: MagicMock(return_value=_expected)}
|
|
- mocked[name].__globals__ = {}
|
|
- calls = [
|
|
- call(
|
|
- [
|
|
- {"processes": {"apache2": "stopped"}},
|
|
- {"beacon_module": "ps"},
|
|
- {"_beacon_name": "watch_apache"},
|
|
- ]
|
|
- )
|
|
- ]
|
|
- with patch.object(beacon, "beacons", mocked) as patched:
|
|
- beacon.process(minion_opts["beacons"], minion_opts["grains"])
|
|
- patched[name].assert_has_calls(calls)
|
|
--
|
|
2.39.2
|
|
|
|
|