Commit Graph

53925 Commits

Author SHA1 Message Date
Thomas S Hatch
742cf7e4dd Merge pull request #24256 from rallytime/remove_digital_ocean_v1
Deprecate digital_ocean.py in favor of digital_ocean_v2.py
2015-05-29 17:09:12 -06:00
Thomas S Hatch
a28515aa2c Merge pull request #23060 from makinacorpus/service
ubuntu systemd/legacy init support
2015-05-29 17:02:08 -06:00
Thomas S Hatch
b07e60621b Merge pull request #24007 from garethgreenaway/beacon_state_module
Adding a state module to manage beacons
2015-05-29 17:00:22 -06:00
Thomas S Hatch
41ada361ce Merge pull request #24103 from makinacorpus/profiling
Profiling
2015-05-29 16:59:49 -06:00
Thomas S Hatch
48ba667337 Merge pull request #24223 from twangboy/win_wua_module
Added module win_wua.py for managing windows updates
2015-05-29 16:58:37 -06:00
Thomas S Hatch
fd91e22f7b Merge pull request #24249 from cedwards/pillar_item_patch
patch pillar.item to support nested pillar
2015-05-29 16:58:12 -06:00
Thomas S Hatch
195167ef83 Merge pull request #23837 from cedwards/ats_state
Initial Traffic Server state module
2015-05-29 16:57:27 -06:00
Colton Myers
bf2eddc839 Merge pull request #24224 from basepi/merge-forward-develop
Merge forward from 2015.5 to develop
2015-05-29 16:26:53 -06:00
Colton Myers
90cb448910 Fix rest of rabbitmq tests 2015-05-29 15:11:25 -06:00
Colton Myers
7736509c6b Fix rabbitmq test 2015-05-29 15:11:19 -06:00
Colton Myers
22837e4489 Add six back in and use it for new code 2015-05-29 15:11:11 -06:00
Colton Myers
6b1c1c6faf Remove unused import 2015-05-29 15:11:04 -06:00
Colton Myers
c4f5e231fa Merge remote-tracking branch 'upstream/2015.5' into merge-forward-develop2
Conflicts:
    doc/_themes/saltstack2/layout.html
    doc/conf.py
    doc/index.rst
    doc/ref/modules/all/salt.modules.hipchat.rst
    doc/topics/releases/index.rst
    salt/client/ssh/client.py
    salt/cloud/clouds/vsphere.py
    salt/modules/boto_dynamodb.py
    salt/modules/boto_route53.py
    salt/modules/data.py
    salt/modules/http.py
    salt/modules/tls.py
    salt/output/compact.py
    salt/states/boto_elb.py
    salt/states/linux_acl.py
    salt/states/rabbitmq_user.py
    salt/states/win_servermanager.py
    salt/utils/dictupdate.py
    salt/wheel/config.py
2015-05-29 15:10:13 -06:00
rallytime
095979d0c2 Add digitalocean deprecation notice to Beryllium release notes 2015-05-29 14:50:22 -06:00
rallytime
c10453e844 Deprecate digital_ocean.py in favor of digital_ocean_v2.py
The removes support for the original digital_ocean.py driver in salt-cloud
and replaces the original digital_ocean.py driver with the digital_ocean_v2.py
driver. The digital_ocean_v2.py driver is renamed to just digital_ocean.py.
2015-05-29 14:32:42 -06:00
Shane Lee
a95982c722 Merge pull request #24245 from Sacro/patch-2
This does indeed change the PythonPath just for the service without affecting environment variables for the rest of the system. Thanks for the fix.
2015-05-29 14:00:31 -06:00
Nicole Thomas
28dc62cd08 Merge pull request #24248 from msteed/issue-24176
Reinit pycrypto RNG in Cloud multiprocess paths
2015-05-29 12:27:09 -06:00
twangboy
d0aa681b75 Pylint V: PyCharm's Revenge 2015-05-29 12:26:00 -06:00
twangboy
ab940a466c Even more pylint fixes... will there be a sequel? 2015-05-29 11:26:17 -06:00
Christer Edwards
aa34848ae5 patch pillar.item to support nested pillar 2015-05-29 11:19:14 -06:00
Seth House
f1f90a2ec6 Merge pull request #24230 from aneeshusa/add-serializers
Add serializers as a new module type
2015-05-29 11:14:11 -06:00
Michael Steed
311201373b Reinit pycrypto RNG in Cloud multiprocess paths
run_parallel_map_providers_query() was already covered, but
Cloud.run_map() Cloud.run.destroy() were not
2015-05-29 11:01:34 -06:00
Thomas S Hatch
1504c76d3a Merge pull request #24121 from hvnsweeting/rabbitmq-host-deprecate-set-permission
deprecate setting user permission in rabbitmq_vhost.present
2015-05-29 09:55:40 -06:00
Thomas S Hatch
ad1c5a2606 Merge pull request #24182 from rfairburn/boto_route53_splitdns
Support split_dns on route53
2015-05-29 09:53:55 -06:00
Thomas S Hatch
5562b6fa98 Merge pull request #24168 from The-Loeki/patch-2
Improvements to data module; behave much more like a dict
2015-05-29 09:53:09 -06:00
Thomas S Hatch
ba02f6509e Merge pull request #24179 from Precis/fix-file-uid-gid-2015.0
Changing user and group only possible for existing ids.
2015-05-29 09:52:43 -06:00
Thomas S Hatch
8ff8bb2f92 Merge pull request #24228 from aneeshusa/print-host-name-with-summary
Print the host name with the highstate summary.
2015-05-29 09:05:08 -06:00
Thomas S Hatch
9bfb066c2c Merge pull request #24229 from msteed/issue-24147
Fix auth failure on syndic with external_auth
2015-05-29 09:04:06 -06:00
Ben Woodward
6632d06e94 Unset PYTHONHOME when starting the service
Means that installing Python on the system shouldn't break Salt
2015-05-29 15:28:35 +01:00
Justin Findlay
d957134add Merge pull request #24244 from vladislav-jomedia/develop
m_names variable added to module.run
2015-05-29 08:23:43 -06:00
Justin Findlay
b1042353a1 Merge pull request #24242 from travishegner/develop
Adding hostname to highstate summary output
2015-05-29 08:21:33 -06:00
Justin Findlay
19fa43c290 Merge pull request #24234 from jayeshka/quota-states-unit-test
adding states/quota unit test case.
2015-05-29 08:14:27 -06:00
Your Name
eb34c39e93 m_names variable added to module.run func so now it is possible to run cloud.create module and others who use the names var instead of name, example is in header 2015-05-29 09:11:35 -04:00
Your Name
0532fd5d2a m_names variable added to module.run func so now it is possible to run cloud.create module and others who use the names var instead of name 2015-05-29 09:02:36 -04:00
Travis Hegner
6620e2088f adding the hostname to the summary in the proper way now 2015-05-29 08:32:04 -04:00
Mathieu Le Marec - Pasquet
b093d32f99 lint
Signed-off-by: Mathieu Le Marec - Pasquet <kiorky@cryptelium.net>
2015-05-29 10:23:45 +02:00
Jayesh Kariya
c23356500b adding states/quota unit test case. 2015-05-29 13:19:33 +05:30
Nicole Thomas
1b306c5849 Merge pull request #24221 from rallytime/fix_python26_boto_util_error
Add SyntaxError to get_error exception
2015-05-28 21:10:00 -06:00
twangboy
5d10934237 More pylint errors 2015-05-28 21:08:51 -06:00
Nicole Thomas
e15142c629 Merge pull request #24217 from jfindlay/disable_bad_tests
disable intermittently failing tests
2015-05-28 21:08:39 -06:00
Nicole Thomas
decb2861de Merge pull request #24220 from djcrabhat/develop
adding key_filename param to vsphere provider
2015-05-28 21:06:58 -06:00
Nicole Thomas
ce8e43b774 Merge pull request #24199 from lyft/route53-fix-elb
Various fixes for boto_route53 and boto_elb
2015-05-28 21:02:41 -06:00
Nicole Thomas
a43465d235 Merge pull request #24142 from basepi/dictupdate24097
Optimize dictupdate.update and add #24097 functionality
2015-05-28 21:00:56 -06:00
Aneesh Agrawal
82a4794e0f Do not reference serializers from aggregation docs. 2015-05-28 20:04:20 -04:00
Aneesh Agrawal
4b9311507c Add new module type for serializers from issue #22257.
Move existing serializers from salt.utils.serializers to
salt.serializers.
2015-05-28 20:03:11 -04:00
Ryan Lane
d8dc9a7b5b Better unit tests for boto_elb state 2015-05-28 16:52:24 -07:00
twangboy
cbdb9327b7 Fix pylint errors 2015-05-28 17:42:41 -06:00
Michael Steed
482d1cfc64 Fix auth failure on syndic with external_auth
This is totally @thatch45's fix, but if it's broken it's probably my
fault.  Refs #24147.
2015-05-28 17:32:09 -06:00
Colton Myers
5c6e210c8b Deepcopy on merge_recurse 2015-05-28 17:27:48 -06:00
Aneesh Agrawal
77af6467f4 Print the host name with the highstate summary.
If there are failed states or unexpected results, this saves having
to scroll all the way to the top of the highstate output to see which
host encountered errors.
2015-05-28 19:13:16 -04:00