Dmitry Kuzmenko
d57a3ab79e
Fixed sudo executor updated executor list build logic.
2015-09-25 19:12:17 +03: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
jacobhammons
24e665335d
Merge pull request #27399 from multani/fix/docs
...
Various documentation fixes
2015-09-25 09:42:52 -06:00
Pedro Algarvio
51e765078a
Merge pull request #27380 from jtand/async_tests
...
Skipping Async tests
2015-09-25 16:13:04 +01:00
Jonathan Ballet
184d7aa59b
doc: fixed indentation in salt.renderers.jinja's documentation
2015-09-25 16:21:57 +02:00
Jonathan Ballet
ea47acb23b
doc: fixed indentation in salt.modules.consul's documentation
2015-09-25 16:21:46 +02:00
Jonathan Ballet
cdad7ddb3a
doc: fix etcd state documentation typos
2015-09-25 10:36:27 +02:00
Jonathan Ballet
c4e7392a2b
doc: fix state's top documentation typo
2015-09-25 10:36:27 +02:00
Jonathan Ballet
8ad1253945
doc: fix documentation formatting for state blockdev
2015-09-25 10:36:27 +02:00
Jonathan Ballet
cbfd11651f
doc: fix formatting in state boto_elb
2015-09-25 10:36:27 +02:00
Jonathan Ballet
f125d309c9
doc: fix links in Docker state documentation
2015-09-25 10:36:27 +02:00
Jonathan Ballet
a6b9cd4a05
doc: Docker state use ports and not port_bindings anymore
2015-09-25 10:36:27 +02:00
Jonathan Ballet
0b949b0929
doc: fix link to docker-py documentation
2015-09-25 10:36:27 +02:00
Jonathan Ballet
45aecdbffd
doc: fix RAET links
2015-09-25 10:36:19 +02:00
Kevin King
c8b71e053b
Allow cloud roster to use sudo
...
Similar to issue #26689 , but I am using the cloud roster file to get the IP targets generated from running salt-cloud.
2015-09-25 01:33:31 -07:00
Viet Hung Nguyen
759cd9dd19
fix key for keyring, add doc for keyalgorithm
2015-09-25 15:22:50 +07:00
Jonathan Ballet
59f0285de8
doc: fix rendering of salt.states.hipchat
2015-09-25 10:20:53 +02:00
Jonathan Ballet
79d8ff38ca
doc: fixed RST markup on Salt Cloud functions
2015-09-25 10:20:53 +02:00
Jonathan Ballet
fc8a1bc349
doc: remove duplicated Salt Cloud AWS section on Termination Protection
2015-09-25 10:20:53 +02:00
Viet Hung Nguyen
b5a45961e5
raise exception if keyfile specified but does not exist
...
help user troubleshooting easier than return None
2015-09-25 15:12:46 +07: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
Alejandro del Castillo
60f475d17c
Add grains refresh if network change is detected
...
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
2015-09-24 17:34:44 -05: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
rhealitycheck
aae8662657
Update mongo_return.py
2015-09-24 15:20:25 -05: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
rhealitycheck
977e55531b
Update mongo_return.py
2015-09-24 15:00:18 -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
rhealitycheck
912e567577
Update mongo_return.py
2015-09-24 12:21:09 -05: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
rhealitycheck
2614dbb39f
Update mongo_future_return.py
2015-09-24 10:24:05 -05: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
63c3cd396f
Merge pull request #27338 from rallytime/cloud-logging-develop
...
[develop] Fixup salt-cloud logging
2015-09-24 09:02:30 -06:00
rhealitycheck
e54cd9c867
Update mongo_return.py
2015-09-24 09:57:49 -05:00
rhealitycheck
042a761213
Update mongo_future_return.py
2015-09-24 09:56:55 -05:00
Nicole Thomas
06047ebc5a
Merge pull request #27324 from alxbse/vmware-standalone-esxi
...
Adds support for creating without cloning VMs in VMware driver
2015-09-24 08:52:18 -06:00
rhealitycheck
95e388594f
Update mongo_return.py
2015-09-24 09:10:37 -05:00
rhealitycheck
8bc1f4b03a
Update mongo_future_return.py
2015-09-24 09:09:11 -05: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
774ab9346b
Merge pull request #27362 from eliasp/states.test.mod_watch-doc_typo
...
Remove one single-quote too much in doc of 'states.test.mod_watch'.
2015-09-24 07:53:11 -06:00
C. R. Oldham
d169db44f3
Merge pull request #27357 from rallytime/dry-keychecks
...
DRY: Let's only write the code to check keypaths and modes once
2015-09-24 07:52:15 -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
C. R. Oldham
331230ea4f
Merge pull request #27343 from cachedout/issue_26889
...
Close io loop before deleting attribute
2015-09-24 07:49:55 -06:00
C. R. Oldham
cd82ead005
Merge pull request #27337 from rallytime/cloud-logging-eight
...
[2015.8] Fixup salt-cloud logging
2015-09-24 07:49:17 -06:00