Commit graph

86703 commits

Author SHA1 Message Date
Eric Radman
7b9c372677 Only inspect file attribute if lsattr(1) is installed
lsattr/chattr is not installed on many Unix-like platforms by default,
including *BSD, Solaris, and minimal Linux distributions such as Alpine.
2017-09-26 10:03:13 -04:00
Nicole Thomas
41aeee7ac8 Merge pull request #43742 from terminalmage/fix-docstring
Fix incorrect value in docstring
2017-09-26 09:54:59 -04:00
Nicole Thomas
499e7e8de9 Merge pull request #43705 from hathawsh/develop
Fixed the 'status.procs' and 'status.pid' functions for openvzhn environments
2017-09-26 09:43:18 -04:00
Erik Johnson
175b6f14a2 Merge pull request #43706 from twangboy/win_up_to_date
Add an `up_to_date` state to the `win_wua` state module
2017-09-26 07:55:55 -05:00
Erik Johnson
553335b1c9
Fix incorrect value in docstring 2017-09-26 07:52:59 -05:00
Erik Johnson
023a563657 Merge pull request #43727 from rallytime/fix-43650
Revise "Contributing" docs: merge-forwards/release branches explained!
2017-09-26 07:43:15 -05:00
Erik Johnson
97b4613056 Merge pull request #43647 from sdodsley/inititator_grains
Add new grains to display minion storage initiators
2017-09-26 07:42:30 -05:00
Erik Johnson
d78b9a3294 Merge pull request #41998 from twangboy/win_unit_test_environ
Fix `unit.modules.test_environ` for Windows
2017-09-26 07:25:48 -05:00
Erik Johnson
7fbbea3806 Merge pull request #42036 from twangboy/win_unit_test_file
Fix `unit.modules.test_file` for Windows
2017-09-26 07:23:09 -05:00
Erik Johnson
6e5c99bda0
Allow docker_events engine to work with newer docker-py
The Client attribute was renamed to APIClient in docker-py 2.0
2017-09-26 07:18:33 -05:00
Thomas S Hatch
d8f371b8b1 Merge pull request #43669 from moio/develop-limit-minion-processes
Introduce process_count_max minion configuration parameter (develop)
2017-09-26 05:56:11 -06:00
Alexandru Bleotu
ac79f89ffa Fixed utils.pbm unit tests 2017-09-26 04:59:00 -04:00
assafShapira
993dfdb1f2 Merge branch 'develop' into develop 2017-09-26 08:34:17 +03:00
Alexandru Bleotu
4ff745d2c5 Added python/pyvmomi compatibility check to salt.states.pbm + removed reference to Python 2.6 2017-09-25 18:25:12 -04:00
Alexandru Bleotu
e1bfe24891 Removed excs reference from new methods in salt.modules.vsphere 2017-09-25 18:25:09 -04:00
Alexandru Bleotu
f484bd52fd more pylint 2017-09-25 18:25:07 -04:00
Alexandru Bleotu
b6577e4328 pylint 2017-09-25 18:25:04 -04:00
Alexandru Bleotu
36fc89c9a2 Added salt.states.pbm.default_storage_policy_assigned state that manages default storage policies to datastore assigments 2017-09-25 18:25:02 -04:00
Alexandru Bleotu
bb52e0d331 Added salt.states.pbm.storage_policies_configured state that creates/configures storage policies 2017-09-25 18:24:59 -04:00
Alexandru Bleotu
9f96c1fcc0 Added salt.states.pbm.default_vsan_policy_configured state that configures the default storage policy 2017-09-25 18:24:56 -04:00
Alexandru Bleotu
da39e7ce84 Comments, imports, init function in salt.states.pbm 2017-09-25 18:24:54 -04:00
Alexandru Bleotu
58445e927b Updated all vsphere tests to support the vcenter proxy 2017-09-25 18:24:51 -04:00
Alexandru Bleotu
94929d5415 Added support for vcenter proxy in salt.modules.vsphere 2017-09-25 18:24:49 -04:00
Alexandru Bleotu
483fa0d838 Added salt.modules.vcenter shim execution module between the proxy and other execution modules 2017-09-25 18:24:46 -04:00
Alexandru Bleotu
176222b0cf Added vcenter proxy 2017-09-25 18:24:44 -04:00
Alexandru Bleotu
507910b956 Added VCenterProxySchema JSON schema that validates the vcenter proxy 2017-09-25 18:24:41 -04:00
Alexandru Bleotu
0b2b79692a Added salt.modules.vsphere.assign_default_storage_policy_to_datastore 2017-09-25 18:24:39 -04:00
Alexandru Bleotu
582919f551 Added salt.modules.vsphere.list_default_storage_policy_of_datastore that lists the dict representation of the policy assigned by default to a datastore 2017-09-25 18:24:37 -04:00
Alexandru Bleotu
41a65bf414 Added salt.modules.vsphere.update_storage_policy 2017-09-25 18:24:34 -04:00
Alexandru Bleotu
a5ae51f616 Added salt.modules.vsphere.create_storage_policy 2017-09-25 18:24:32 -04:00
Alexandru Bleotu
ee2af6fc9c Added salt.modules.vsphere._apply_policy_config that applies a storage dict representations values to a object 2017-09-25 18:24:29 -04:00
Alexandru Bleotu
c88c207011 Added salt.modules.vsphere.list_capability_definitions that returns dict representations of VMware capability definition 2017-09-25 18:24:27 -04:00
Alexandru Bleotu
8275e57106 Added salt.modules.vsphere._get_capability_definition_dict that transforms a VMware capability definition into a dict representation 2017-09-25 18:24:24 -04:00
Alexandru Bleotu
f9f84fde9a Added salt.modules.vsphere.list_default_vsan_policy that retrieves dict representation of the default storage policies 2017-09-25 18:24:22 -04:00
Alexandru Bleotu
6bb0111b32 Added salt.modules.vsphere.list_storage_policies that retrieves dict representations of storage policies, filtered by name 2017-09-25 18:23:00 -04:00
Alexandru Bleotu
6da3ff5d93 Added salt.modules.vsphere._get_policy_dict that transforms a policy VMware object into a dict representation 2017-09-25 18:21:35 -04:00
Alexandru Bleotu
a3047ad307 Added tests for salt.utils.pbm.assign_default_storage_policy_to_datastore 2017-09-25 18:19:17 -04:00
Alexandru Bleotu
20fca4be44 Added salt.utils.pbm.assign_default_storage_policy_to_datastore 2017-09-25 18:19:15 -04:00
Alexandru Bleotu
5dbbac182d Added tests for salt.utils.pbm.get_default_storage_policy_of_datastore 2017-09-25 18:19:12 -04:00
Alexandru Bleotu
61c226c086 Added salt.utils.pbm.get_default_storage_policy_of_datastore 2017-09-25 18:19:10 -04:00
Alexandru Bleotu
79419702d9 Added tests for salt.utils.pbm.update_storage_policy 2017-09-25 18:19:07 -04:00
Alexandru Bleotu
9c05f7c734 Added salt.utils.pbm.update_storage_policy 2017-09-25 18:19:05 -04:00
Alexandru Bleotu
d43e342135 Added tests for salt.utils.pbm.create_storage_policy 2017-09-25 18:19:02 -04:00
Alexandru Bleotu
c80df65776 Fixed tests for salt.utils.pbm.get_policies_by_id 2017-09-25 18:19:00 -04:00
Alexandru Bleotu
d3744c8003 Added salt.utils.pbm.create_storage_policy 2017-09-25 18:18:57 -04:00
Alexandru Bleotu
75764567c4 Added tests for salt.utils.pbm.get_storage_policies 2017-09-25 18:18:55 -04:00
Alexandru Bleotu
df16bdb686 Added salt.utils.pbm.get_storage_policies 2017-09-25 18:18:52 -04:00
Alexandru Bleotu
d8e0cbde9a Added tests for salt.utils.pbm.get_policies_by_id 2017-09-25 18:18:50 -04:00
Alexandru Bleotu
f42de9c66b Added salt.utils.pbm.get_policies_by_id 2017-09-25 18:18:47 -04:00
Alexandru Bleotu
e980407c54 Added tests for salt.utils.pbm.get_capability_definitions 2017-09-25 18:18:45 -04:00