Commit Graph

52383 Commits

Author SHA1 Message Date
Joseph Hall
3dea1e98a1 Add tornado to http.query, and make it the default 2015-04-30 14:07:51 -06:00
Nitin Madhok
edfce004c4 Adding reboot_host() to be able to reboot a host system 2015-04-30 15:50:08 -04:00
Mike Place
92d7fcfff3 Merge pull request #23230 from cachedout/swarm_tcp
Fix bug preventing minionswarm from working with tcp transport
2015-04-30 12:49:45 -06:00
Mike Place
d0eda05f4d Fix bug preventing minionswarm from working with tcp transport 2015-04-30 12:49:16 -06:00
Justin
941f611109 Fixed pylint errors 2015-04-30 11:06:55 -06:00
Sergey Kizunov
19320caff7 Fix engines on Windows
Function references cannot be pickled. When spawning processes on
Windows, pickling is required. Due to this, on Windows, don't pass
function references as arguments to the child process and instead
calculate them inside the child process.

Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
2015-04-30 11:06:13 -05:00
Thomas S Hatch
6e18810745 Merge pull request #23209 from jayeshka/disk-states-unit-test
adding states/disk unit test case
2015-04-30 08:30:43 -07:00
Thomas S Hatch
6a1e86efce Merge pull request #23208 from jayeshka/eselect-states-unit-test
adding states/eselect unit test case
2015-04-30 08:30:33 -07:00
Thomas S Hatch
6016e00eaf Merge pull request #23207 from jayeshka/drac-states-unit-test
adding states/drac unit test case
2015-04-30 08:30:18 -07:00
Thomas S Hatch
365c16b901 Merge pull request #23206 from jayeshka/composer-states-unit-test
adding states/composer unit test case
2015-04-30 08:30:02 -07:00
Thomas S Hatch
9360af2afc Merge pull request #23205 from jayeshka/debconfmod-states-unit-test
adding states/debconfmod unit test case
2015-04-30 08:29:46 -07:00
Thomas S Hatch
82c22afacc Merge pull request #22823 from hvnsweeting/22822-file-directory-clean
22822 file directory clean
2015-04-30 08:25:51 -07:00
Thomas S Hatch
f6c0728bfb Merge pull request #22977 from bersace/fix-fileserver-backends-pillar-side-effect
Fix fileserver backends __opts__ overwritten by _pillar
2015-04-30 08:24:56 -07:00
Thomas S Hatch
1ae9dcb71c Merge pull request #22948 from jacksontj/develop
Req channel singletons
2015-04-30 08:24:22 -07:00
Thomas S Hatch
e608c56796 Merge pull request #23204 from jayeshka/ddns-states-unit-test
adding states/ddns unit test case
2015-04-30 08:23:43 -07:00
Thomas S Hatch
de635ce2f2 Merge pull request #23202 from tsaridas/boto_rds_replica
Test modes for boto states rds/elb
2015-04-30 08:23:31 -07:00
Thomas S Hatch
55285c89b3 Merge pull request #23199 from ykomatsu/aptpkg
Fix wrong number of arguments
2015-04-30 08:23:11 -07:00
Thomas S Hatch
f044678db9 Merge pull request #23197 from nmadhok/vmware-cloud-driver
VMware cloud driver additions
2015-04-30 08:22:51 -07:00
Thomas S Hatch
34206f7ae3 Merge pull request #23180 from jfindlay/remote_event
fix typos from 36841bdd in masterapi.py
2015-04-30 08:22:41 -07:00
Thomas S Hatch
46b7938d54 Merge pull request #23178 from jfindlay/boto_version
fix incorrect boto_vpc state versionaddeds
2015-04-30 08:22:25 -07:00
Thomas S Hatch
b6b82165c8 Merge pull request #23176 from jfindlay/run_chroot
copy standard cmd.run* kwargs into cmd.run_chroot
2015-04-30 08:22:12 -07:00
Mike Place
d5a326ba63 Merge pull request #23203 from tsaridas/boto_iam_fix
Boto iam fix
2015-04-30 09:22:11 -06:00
Thomas S Hatch
4fabf465ff Merge pull request #23174 from jfindlay/locale_utils
move locale utils to separate module
2015-04-30 08:22:00 -07:00
Thomas S Hatch
fd6448ab94 Merge pull request #23171 from skizunov/develop
Bugfix: 'clean_proc_dir' is broken
2015-04-30 08:21:32 -07:00
Thomas S Hatch
6c511beca1 Merge pull request #23219 from joehealy/debian_remove_debian_dir
Removed debian dir as only likely to cause confusion.
2015-04-30 08:20:41 -07:00
Thomas S Hatch
5f75b87224 Merge pull request #23217 from ykomatsu/http
Fix wrong namespaces
2015-04-30 08:20:08 -07:00
Thomas S Hatch
31de5b5932 Merge pull request #23216 from joehealy/debian_doc_update
Clean up of docs following jessie
2015-04-30 08:15:29 -07:00
Thomas S Hatch
48bdbedf83 Merge pull request #23212 from alexandrsushko/fix-23210
Fix for grain virtual in lxc-libvirt
2015-04-30 08:15:19 -07:00
Joe Healy
d4a41a7d6a Removed debian dir as only likely to cause confusion.
This was only working properly on lucid and lucid has now
reached eol. Other releases of debian/ubuntu are best packaged
from the packaging repo at http://anonscm.debian.org/cgit/pkg-salt/salt.git
2015-04-30 23:56:06 +10:00
Joe Healy
f791a2c1e6 Clean up of docs following jessie 2015-04-30 23:48:32 +10:00
Yoshito Komatsu
48cc60b11c Fix wrong namespaces 2015-04-30 22:37:06 +09:00
Xin Li
69d3819032 modified the mysql.py file to fixed the problem for revoke *.* for more detail please see:
https://github.com/saltstack/salt/issues/23201
2015-04-30 13:14:16 +02:00
Xin Li
802ebe23dc fix the mysql module cannot revoke *.* problem, for more detail, https://github.com/saltstack/salt/issues/23201 2015-04-30 13:04:51 +02:00
Alexandr Sushko
55b0663e53 Fix for grain virtual in lxc-libvirt
Fixes #23210
Fixes #15846
2015-04-30 13:31:24 +03:00
Jayesh Kariya
c64a939446 adding states/eselect unit test case 2015-04-30 15:49:02 +05:30
Jayesh Kariya
b4b027c547 adding states/drac unit test case 2015-04-30 15:47:53 +05:30
Jayesh Kariya
946872e87f adding states/disk unit test case 2015-04-30 15:46:39 +05:30
Jayesh Kariya
0e5f4a7087 adding states/debconfmod unit test case 2015-04-30 15:44:29 +05:30
Jayesh Kariya
818aab8a6f adding states/ddns unit test case 2015-04-30 15:43:17 +05:30
Jayesh Kariya
05ff008741 adding states/composer unit test case 2015-04-30 15:41:45 +05:30
Andrea-Redi Tsarida
4ab9af05d0 RDS exists comment when creating a new instance 2015-04-30 12:05:45 +02:00
Ronald van Zantvoort
6cdc21f1bd * minor fixes from cPython
* backport of reverse_pointer functions from cPython
2015-04-30 11:12:48 +02:00
Nitin Madhok
edcef7dd26 Auto retrieve the host system's SSL thumbprint 2015-04-30 05:12:17 -04:00
Andrea-Redi Tsarida
b931da86ab Fix for case that group is not present and we want to add users. 2015-04-30 11:05:01 +02:00
Andrea-Redi Tsarida
8f19b765ba Test mode for :
- rds replica_present
- elb register_instances
2015-04-30 10:57:55 +02:00
Yoshito Komatsu
b27a9530be Fix wrong number of arguments 2015-04-30 15:31:33 +09:00
Nitin Madhok
0a08e4eed0 Lint 2015-04-30 01:15:29 -04:00
Nitin Madhok
3a1186b07a Adding connect_host() and disconnect_host() to be able to connect and disconnect the host system 2015-04-30 01:13:44 -04:00
Nitin Madhok
48d58c5688 Lint 2015-04-30 00:51:11 -04:00
Nitin Madhok
651992331c Adding remove_host() to be able to remove a host from the vcenter 2015-04-30 00:49:04 -04:00