Commit Graph

58001 Commits

Author SHA1 Message Date
Colton Myers
44b246bf93 Merge pull request #27415 from lyft/fix-pecl
Backwards compat fixes for pecl module
2015-09-25 13:40:55 -06:00
rallytime
551396564a Ammend error log to include multiple tips for troubleshooting.
Fixes #9856
2015-09-25 13:01:01 -06:00
rallytime
39a4ae5a6c Remove hdd: 19 refs from SL docs - no longer available from SoftLayer. 2015-09-25 12:54:25 -06:00
Erik Johnson
7bc0949d48 Don't always remove dest path in salt.utils.files.rename()
This prevents an extra system call on non-Windows platforms.
2015-09-25 13:53:53 -05:00
rallytime
de2f9234d3 Use correct default for bandwith 2015-09-25 12:50:13 -06:00
Thomas Jackson
01132c305c Re-add files.rename call instead of os.rename 2015-09-25 11:49:40 -07:00
Dmitry Kuzmenko
53e7a6b7c5 RunnerClient support old style commands with kwargs on top level.
1. Use low['args'] low['kwargs'] if specified and not empty in the low data.
2. Lookup root level and set kwargs in low data if missing.
2015-09-25 12:47:57 -06:00
rallytime
42d8127f79 Don't set the optional_products default to a boolean, and then try to loop. 2015-09-25 12:43:59 -06:00
Dmitry Kuzmenko
10b522b86c Revert "Fixed GET /jobs/<id> requests"
This reverts commit 954ba6eba9.
2015-09-25 12:41:58 -06:00
Jonathan Ballet
1d848118c9 doc: fixed indentation in salt.renderers.jinja's documentation 2015-09-25 12:16:48 -06:00
Jonathan Ballet
f5d053a033 doc: fixed indentation in salt.modules.consul's documentation 2015-09-25 12:16:48 -06:00
Jonathan Ballet
06beea6b2f doc: fix etcd state documentation typos 2015-09-25 12:16:48 -06:00
Jonathan Ballet
97e69ebb97 doc: fix state's top documentation typo 2015-09-25 12:16:48 -06:00
Jonathan Ballet
b411730d60 doc: fix documentation formatting for state blockdev 2015-09-25 12:16:47 -06:00
Jonathan Ballet
ce91bb9446 doc: fix formatting in state boto_elb 2015-09-25 12:16:47 -06:00
Jonathan Ballet
c69229875e doc: fix links in Docker state documentation 2015-09-25 12:16:47 -06:00
Jonathan Ballet
15b751d6e2 doc: Docker state use ports and not port_bindings anymore 2015-09-25 12:16:47 -06:00
Jonathan Ballet
880b6e0944 doc: fix link to docker-py documentation 2015-09-25 12:16:47 -06:00
Jonathan Ballet
33db0c27f8 doc: fix RAET links 2015-09-25 12:16:47 -06:00
Jonathan Ballet
e69ba2f943 doc: fix rendering of salt.states.hipchat 2015-09-25 12:16:47 -06:00
Nicole Thomas
d76a77c911 Merge pull request #27407 from saltstack/meggiebot-patch-1
Adding stretch label definition
2015-09-25 12:10:46 -06:00
Ryan Lane
8be8ef585c Backwards compat fixes for pecl module 2015-09-25 11:07:37 -07:00
Jacob Hammons
a9fdecada1 Fix css layout Refs #27389
sample typo fix in linux_acl
additional module folders listed in dynamic-modules
2015-09-25 11:25:14 -06:00
rallytime
9d8a3d8303 Fix avail_locations function for the softlayer_hw driver in 2015.5
Fixes #27406
2015-09-25 11:04:45 -06:00
Meggie Woodfield
1c779700f6 Adding stretch label definition 2015-09-25 10:59:07 -06:00
Erik Johnson
f2751ef7c4 Fix shadowed outer-scope attributes 2015-09-25 11:55:28 -05:00
Thomas S Hatch
db6acfd832 Merge pull request #27388 from basepi/provider.overrides.27209
[2015.8] Fix global provider overrides
2015-09-25 10:49:03 -06:00
Erik Johnson
81a6c27010 Fix invocation of git.config_get and git.config_set 2015-09-25 11:40:49 -05:00
Thomas Jackson
acf2d51440 Remove streamed response for fileclient to avoid HTTP redirection problems
By using the stream response the client was concatenating all bodies in the redirect path. This means if you have a URL which redirects to a second one the resulting string (previously) was both put together.

To fix this we either need to stop streaming, or don't automatically follow redirects. Since we aren't doing any actual processing or writing to disk with the streaming I've removed it for now-- to fix the regression.
2015-09-25 09:08:43 -07:00
jacobhammons
b72e0b1133 Merge pull request #27386 from rallytime/fix-27354
Document tty: True usage in salt-ssh roster file
2015-09-25 09:44:11 -06:00
Pedro Algarvio
51e765078a Merge pull request #27380 from jtand/async_tests
Skipping Async tests
2015-09-25 16:13:04 +01:00
Thomas Jackson
a6ecf35f25 Revert "Remove unused import"
This reverts commit a89c987943.
2015-09-24 22:08:13 -07:00
Thomas Jackson
66c73a3996 Revert "Workaround upstream tornado bug affecting redirects"
This reverts commit 469e18f74c.

Conflicts:
	salt/fileclient.py
2015-09-24 22:08:13 -07:00
Colton Myers
d87147e14b Don't use ret.items(), forces load of all modules 2015-09-24 17:23:19 -06:00
Colton Myers
a5ee33a9ad pack __salt__ before loading provider overrides
We can (and should) pack here since we're just packing a reference to the
object. __salt__ needs to be available when we're loading our provider
overrides
2015-09-24 17:22:48 -06:00
Colton Myers
633af56517 Merge pull request #27382 from terminalmage/revert-27218
Revert "fixes #27217 clear_old_remotes clears wrong directory (gitfs)"
2015-09-24 16:54:22 -06:00
rallytime
08c04da48b Document tty: True usage in salt-ssh roster file
Fixes #27354
2015-09-24 16:25:22 -06:00
twangboy
63a7305ae9 Uninstaller only removes specific files and dirs
Fixes: #27032

Uninstaller only removes the following:
- ./bin
- salt*
- nssm.exe
- uninst.exe

All other files will remain untouched
2015-09-24 14:59:32 -06:00
C. R. Oldham
5262f01325 Merge pull request #27335 from rallytime/cloud-logging-7
[2014.7] Fixup salt-cloud logging
2015-09-24 14:33:53 -06:00
Erik Johnson
2379748f9e Revert "fixes #27217 clear_old_remotes clears wrong directory (gitfs)"
This reverts commit cccdeee18a, as it was
correct in the first place.
2015-09-24 15:02:38 -05:00
justinta89
fd0dedeb99 Skipping Async tests
Skipping the transport async tests until we can devote more time to fixing the
test failures associated with them.
2015-09-24 13:41:58 -06:00
rallytime
adeb1dcad4 Pylint Fix 2015-09-24 13:34:18 -06:00
Justin Findlay
278ade52d2 file.managed: check contents_{pillar|grain} result
Fixes #27342.
2015-09-24 12:04:15 -06:00
Nicole Thomas
12a021da11 Merge pull request #27361 from cro/pxm_doc
Correct some issues with proxy minions
2015-09-24 10:03:38 -06:00
C. R. Oldham
1a2c41c9e3 Add versionadded. 2015-09-24 09:40:59 -06:00
C. R. Oldham
93a6397598 func_alias should be list_ and should have a corresponding list_ fn. 2015-09-24 09:17:22 -06:00
C. R. Oldham
3746085587 Merge pull request #27336 from rallytime/cloud-logging-five
[2015.5] Fixup salt-cloud logging
2015-09-24 09:02:52 -06:00
C. R. Oldham
cff74510de Merge pull request #27364 from ruzarowski/2015.8-modify-eni-properties-api-call
SaltCloud[EC2] Fix missing credentials in modify_eni_properties api call
2015-09-24 07:55:39 -06:00
C. R. Oldham
5a3be10a3e Merge pull request #27358 from lorengordon/escape-search-replacement-text
Escape search replacement text, fixes #27356
2015-09-24 07:52:46 -06:00
C. R. Oldham
928ef59a8a Merge pull request #27349 from jfindlay/doc_typos
add freebsd install docs to release notes
2015-09-24 07:51:02 -06:00