-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
salt job queries #2
Comments
Implemented but not tested |
tested, it works! |
thatch45
added a commit
that referenced
this issue
Sep 3, 2014
Add __run_num__ and __sls__ to prereq failure condition
rallytime
pushed a commit
that referenced
this issue
Oct 9, 2014
salt-cloud receives an error when trying to create an EC2 instance when any number of argument values contain a space. This happens because salt-cloud is incorrectly building the url string when calculating the signature. AWS signature algorithm #2 requires that spaces be encoded using %20, however python's urlencode method replaces them with a +. The easy fix is to just search and replace in the encoded string. I encountered this myself with a security group with a space in it. This was reported in issue #10181 #10181 The error looks like this: someinstancename: ---------- Errors: ---------- Error: ---------- Code: SignatureDoesNotMatch Message: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. RequestID: 12345678-9abc-def0-1234-56789abcdef0
basepi
added a commit
that referenced
this issue
Jan 8, 2015
Fix used-before-defined error with branch var in git_pillar
Merged
gitebra
pushed a commit
to gitebra/salt
that referenced
this issue
Jul 26, 2017
* upstream/develop: (24 commits) Remove deprecated rc_info function from version.py Document change in saltstack#42254 Added release notes comment Syntax change Logical Domains support in virtual grain Add support for IDMS Linux win_pki: Don't fail on certs without DnsNames Fix tests saltstack#2 zypper.list_pkgs: add all option for attr zypper.list_pkgs: move attr parameter to kwargs zypper.list_pkgs: add install_time_date_t as a supported attribute zypper_test: add test for list_pkgs and attr zypper_test: adapt existing unit tests to new code zypper_test: correct mock behavior zypper.list_pkgs: add documentation for attr param zypper.list_pkgs: add attr option Fixed test Fixed pylint Move parse_docstring from salt.utils to salt.utils.doc.py Added tests for salt.modules.vsphere.create_datacenter ...
rallytime
pushed a commit
that referenced
this issue
Sep 6, 2017
garethgreenaway
pushed a commit
that referenced
this issue
Sep 14, 2017
rallytime
pushed a commit
that referenced
this issue
Sep 15, 2017
rallytime
pushed a commit
that referenced
this issue
Dec 15, 2017
rallytime
pushed a commit
that referenced
this issue
Feb 14, 2018
This preserves the custom mock_open we backported from unittest.mock, but otherwise ditches unittest.mock as it does not have MagicMock.assert_called in Python releases before 3.6. This allows us to maintain a uniform mock version across all platforms and Python releases.
dwoz
added a commit
that referenced
this issue
Jul 30, 2018
Simplify file contents in roots fileserver test
gitebra
pushed a commit
to gitebra/salt
that referenced
this issue
Aug 2, 2018
* upstream/develop: (68 commits) Ensure topic as bytes when zmq_filtering enabled salt.utils.jid.gen_jid has changed, generating locally Add commit_in and commit_at args to the netconfig state Add commit_in and commit_at arguments to net.load_config and net.load_template Add timeutil module Lint tests decode file contents for python2 as well Use OrderedDict from salt.utils.odict Add tests for the iosconfig module Use the iosconfig function to manipulat the configuration for devices managed via napalm Autodoc for the iosconfig module Add module for Cisco IOS configuration manipulation Update cmdmod.py Fix unittests saltstack#2 Add __virtual_aliases__ to some NAPALM modules, and allow wider availability Update file.blockreplace docs to reflect changed functionality Allow peeringdb.clean_kwargs to fail doc tests Optomize if statement Fix unittests Fix style ...
hthompson6
added a commit
to hthompson6/salt
that referenced
this issue
Apr 23, 2019
A10 ACOS API Support
waynew
pushed a commit
that referenced
this issue
Jun 27, 2019
Use venv_bin from pillar or opts first
andzn
pushed a commit
to andzn/salt
that referenced
this issue
Aug 20, 2019
…ocal Fix max_open_files config on Windows
sbrennan4
pushed a commit
to sbrennan4/salt
that referenced
this issue
Sep 17, 2019
…ython-3 Add pr 50859 from saltstack for keycache python3
dwoz
added a commit
that referenced
this issue
Nov 27, 2019
[PyTest #2] Function name must not start with `test_` or pytest picks it up
frogunder
pushed a commit
to frogunder/salt
that referenced
this issue
Jan 27, 2020
Update man pages for 2019.2.3
bryceml
referenced
this issue
in bryceml/salt
Apr 4, 2020
Creating config file for external site links
ecarson
pushed a commit
to 128technology/salt
that referenced
this issue
Apr 30, 2020
Security fix 2019.2.4
9 tasks
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
enable looking up old job results
The text was updated successfully, but these errors were encountered: