Commit Graph

62331 Commits

Author SHA1 Message Date
Jonathan Ballet
1642dba5d1 doc: fix broken links in the test documentation page 2016-08-04 16:56:42 +02:00
Nicole Thomas
67d8dd0fd0 Don't discard running beacons config when listing becaons (#35174)
Refs #34827
2016-08-03 13:35:14 -06:00
Nicole Thomas
3754550dd2 Add missing CLI Examples to aws_sqs module funcs (#35173) 2016-08-03 11:14:13 -06:00
Jacob Hammons
4967ed275f doc version update to 2015.8.11, updates to release notes (#35145) 2016-08-02 13:55:32 -06:00
Mike Place
81845ee31d Merge pull request #35114 from terminalmage/git_pillar-env-remap-docs
Add clarification docs on a common git_pillar misconfiguration
2016-08-01 18:30:47 -06:00
Erik Johnson
5951554e9f Add clarification docs on a common git_pillar misconfiguration 2016-08-01 18:54:50 -05:00
Erik Johnson
88a9fb1b31 Merge pull request #34768 from hrumph/bad-installed-state
Fixes #34767
2016-08-01 16:46:16 -05:00
Mike Place
343576408f Merge pull request #35043 from rallytime/new-release-notes
Start release notes file for 2015.8.12
2016-08-01 11:22:04 -06:00
Mike Place
848bf0272f Merge pull request #35050 from terminalmage/fix-saltdev-arg
[orchestration] Properly handle runner/wheel funcs which accept a 'saltdev' argument
2016-08-01 09:48:08 -06:00
Mike Place
2144178ae0 Merge pull request #35066 from jfindlay/postgres_log
returners.postgres_local_cache: do not log in __virtual__
2016-07-29 19:32:17 -06:00
Justin Findlay
c2c442234f returners.postgres_local_cache: do not log in __virtual__ 2016-07-29 13:03:36 -06:00
Erik Johnson
40cfa7cf17 Avoid needlessly running 2 argspecs in salt.utils.format_call()
Both format_call() and arg_lookup() perform an argspec, and
format_call() invokes arg_lookup(). This commit allows for an argpsec to
be passed into arg_lookup(), avoiding the need to perform the argspec a
second time.
2016-07-29 13:08:31 -05:00
Erik Johnson
fd186b7e4c Pass environment as 'saltdev' if runner/wheel func accepts a saltdev argument 2016-07-29 01:54:00 -05:00
Erik Johnson
951b52ab93 Pass __env__ from saltmod orch states to to saltutil.{runner,wheel} 2016-07-29 01:52:45 -05:00
rallytime
bdcc81a384 Start release notes file for 2015.8.12 2016-07-28 17:16:49 -06:00
Mike Place
7121618142 Merge pull request #35024 from bobrik/daemon-reload-fix
Cache systemd unit update check per unit, closes #34927
2016-07-28 11:56:29 -06:00
Mike Place
865c29f126 Expressly deny a minion if a key cannot be found instead of raising stacktrace (#35026) 2016-07-28 11:17:57 -06:00
Ivan Babrou
c300615e9d
Cache systemd unit update check per unit, closes #34927 2016-07-28 16:41:19 +01:00
Nicole Thomas
2b511f3013 Merge pull request #35000 from rallytime/bp-33875
Back-port #33875 and #34999 to 2015.8
2016-07-27 15:55:58 -06:00
rallytime
35696ad637 Pylint fix 2016-07-27 15:12:41 -06:00
Mike Place
f9fd6ddd8a Fixup #33875 2016-07-27 13:25:59 -06:00
Eu
56b1f6c651 Fix naive fileserver map diff algorithm
Naively comparing sorted dict keys does not guarantee that maps are equal. We
must compare mtimes for filenames in case keys are the same to make sure there
isnt a modified file.
2016-07-27 13:24:19 -06:00
Nicole Thomas
837bc6ba7d Merge pull request #34994 from rallytime/bp-34835
Back-port #34835 to 2015.8
2016-07-27 12:21:10 -06:00
Thomas S Hatch
9268a793de same thing for the mine in salt-ssh 2016-07-27 11:27:51 -06:00
Thomas S Hatch
3e11e19714 Fix the mine in salt ssh 2016-07-27 11:27:51 -06:00
Mike Place
b58c663d8d Merge pull request #34991 from cachedout/ssh_timeout
SSH timeout
2016-07-27 11:24:37 -06:00
Mike Place
5f8370ae8d Refine errors in client (#34976)
* Refine errors in client

Check for the existence of cache data

* Adjust tests for new return string
2016-07-27 11:05:31 -06:00
Mike Place
39cd8da399 Lint diff against salt-testing 2016-07-27 10:42:44 -06:00
Mike Place
443e5cdde2 Add timeout to ssh tests 2016-07-27 10:40:02 -06:00
Mike Place
a83cdf9339 Merge pull request #34831 from thatch45/recoverssh
If the thin does not match, then redeploy, don't error
2016-07-26 16:27:01 -06:00
Michael Walton
e1fcb8311d Put pkg.latest_version in try/except structure
Move refreshed or refresh to different spot (just for code tidyness)
2016-07-25 13:22:17 -04:00
Mike Place
ec8fc058d4 Master performance improvement (#34916)
Reduce unneeded call to ckminions from master pub. This should be a 2x improvement or so in pub times.
2016-07-25 09:52:46 -06:00
Mike Place
34dc2fd792 Merge pull request #34911 from cachedout/backport_34906
Backport #34906
2016-07-22 17:23:24 -06:00
Mike Place
8becec2f4f Backport #34906 2016-07-22 17:22:50 -06:00
Mike Place
6ccc27f697 Merge pull request #34898 from hrumph/list_upgrades_refresh
Stop multiple refreshes during call to pkg.list_upgrades
2016-07-22 16:28:42 -06:00
Michael Walton
acd4b1a23b Fixes #33620 2016-07-22 15:46:29 -04:00
Thomas S Hatch
5c13ee0e72 Merge pull request #34606 from isbm/isbm-config-reading-exit-2015.8
Bugfix: Exit on configuration read (backport)
2016-07-22 11:35:18 -06:00
Thomas S Hatch
fb223e1bd4 Invalidate the target cache very quickly (#34862) 2016-07-22 09:34:08 -06:00
Erik Johnson
1ca1367289 Fail git.latest states with uncommitted changes when force_reset=False (#34869)
* Add git.diff function

* Fail git.latest states with uncommitted changes when force_reset=False

Also, discard these changes when running the state if force_reset=True.

* Add integration test for case where there are uncommitted changes
2016-07-22 09:04:05 -06:00
Mike Place
4f4381e5b9 Merge pull request #34859 from cachedout/fix_wheel_test
Fix wheel test
2016-07-21 13:55:25 -06:00
Mike Place
b4be66dedf Fix wheel test
Fix random ordering bug
2016-07-21 13:54:32 -06:00
Mike Place
acc9e31c02 Merge pull request #34822 from thatch45/ssh_fixes
Fix salt-ssh state.high and state.low
2016-07-21 13:16:19 -06:00
Thomas S Hatch
5d91139bc9 Merge pull request #34847 from cachedout/pwall
Add an option to skip the verification of client_acl users
2016-07-21 11:55:55 -06:00
Michael Walton
e0b6261659 changed name of varibale 'refreshed' to 'was_refreshed' 2016-07-21 13:44:49 -04:00
Mike Place
2c8298dc6e Profile logging 2016-07-21 09:54:52 -06:00
Mike Place
3affafa2e9 Add an option to skip the verification of client_acl users 2016-07-21 09:51:45 -06:00
Mike Place
07d1d36653 Merge pull request #34827 from thatch45/34691
fix beacon list to include all beacons being processed
2016-07-21 08:49:56 -06:00
Mike Place
b375720251 Merge pull request #34833 from rallytime/bp-28521
Back-port #28521 to 2015.8
2016-07-21 08:37:24 -06:00
Gleb Goncharov
e50a6783ce SPM: packaging doesn't work in Python 2.6. Fixed. 2016-07-20 15:02:08 -06:00
Nicole Thomas
042646582f Merge pull request #34823 from rallytime/bp-25276
Back-port #25276 to 2015.8
2016-07-20 14:56:04 -06:00