Commit Graph

59654 Commits

Author SHA1 Message Date
C. R. Oldham
43879d1dfe Functions for setting network coredumps 2015-11-30 20:22:26 -07:00
Erik Johnson
64ae3f996e file.managed: Allow local file sources to use source_hash
Fixes #26526.
2015-11-30 16:44:06 -06:00
Claudiu Popescu
443bfc6a81 Fixed volume status for >= 3.7 in glusterfs.py
Fixes #28193
2015-12-01 00:19:14 +02:00
Mike Place
8d32d8d43d Merge pull request #29264 from alprs/fix-ssh_auth_absent_test
Prevent ssh_auth.absent from running when test=True
2015-11-30 14:54:15 -07:00
Mike Place
459d30f27f Merge pull request #29277 from terminalmage/issue29071
Update git_pillar runner to support new git ext_pillar config schema
2015-11-30 14:39:51 -07:00
Mike Place
df1f0d93c7 Merge pull request #29283 from cachedout/style_29139
Single-quotes and use format
2015-11-30 14:34:41 -07:00
Mike Place
d764497b17 Single-quotes and use format
Refs #29139
2015-11-30 14:32:26 -07:00
Mike Place
3aa84b6763 Merge pull request #29139 from thomaso-mirodin/salt-ssh-flat-roster-range-filter
[salt-ssh] Add a range roster and range targeting options for the flat roster
2015-11-30 14:25:50 -07:00
Mike Place
dbf7755aa2 Merge pull request #29282 from cachedout/fix_29279
dev docs: add development tutorial
2015-11-30 14:14:49 -07:00
Mike Place
1efaab2dd5 Fix typo in #29279 2015-11-30 13:59:47 -07:00
Mike Place
87e4aa4fae Merge pull request #28994 from timcharper/2015.8.1-dev
add support to s3 for aws role assumption
2015-11-30 13:52:17 -07:00
Mike Place
3d16434f14 Merge pull request #29278 from techhat/issue29209
Add verify_log to SPM
2015-11-30 13:48:32 -07:00
Mike Place
d651d7167e Merge pull request #29067 from jacksontj/2015.8
Fix infinite recursion in state compiler for prereq of SLSs
2015-11-30 13:27:09 -07:00
Mike Place
d42bcea905 Merge pull request #29207 from jfindlay/ret_non_shadow
do not shadow ret function argument
2015-11-30 13:14:06 -07:00
Mike Place
8cc1d8de46 Merge pull request #29215 from rallytime/bp-29192
Back-port #29192 to 2015.8
2015-11-30 13:12:30 -07:00
Mike Place
f488d25911 Merge pull request #29217 from clan/highstate_duration
show duration only if state_output_profile is False
2015-11-30 13:11:18 -07:00
Justin Findlay
a5ea39132f dev docs: add development tutorial 2015-11-30 13:11:13 -07:00
Mike Place
6a2ffbfb7c Merge pull request #29216 from clan/file_search_on_proc_file
size is 0 doesn't mean no data, e.g, /proc/version
2015-11-30 13:01:43 -07:00
Erik Johnson
6981bb3be7 Update git_pillar runner to support new git ext_pillar config schema
This also fixes a broken ref to the legacy class for handling git_pillar
using the old configuration schema.
2015-11-30 13:44:09 -06:00
rallytime
7d7d2afa7f Initial commit of ESXi state and refactored vsan_add_disks to include a get function. 2015-11-30 12:42:36 -07:00
C. R. Oldham
bc945a48db Add execution module functions to upload ssh key for root and retrieve ssh key for root. 2015-11-30 12:42:36 -07:00
rallytime
238b0f5bea Update error return policy and add service running/policy functions 2015-11-30 12:42:36 -07:00
rallytime
9ba9019419 Initial commit of ESXi proxy work.
Update grains information to work properly

Added NTP functionality to vsphere module

Add ssh enable/disable capabilities

Allow list of host_names in ntp functions

Password update, ssh_restart, datetime management functionality added

Added enable/disable vsan and disk listing capabilities

Don't stack trace is VSAN System or VSAN Config are unset

Be able to provide a list of passwords via pillar to auth against a host

Fix bug with test.ping returning False, even though other functions work

Add ability to add blank host disks to host's vsan system

Minor bug fix for vsan_add_disks function
2015-11-30 12:42:36 -07:00
Joseph Hall
759e8c4542 Add verify_log to SPM 2015-11-30 12:39:25 -07:00
Justin Findlay
e5bd1c293d Merge pull request #29221 from ticosax/docu-network_mode
[dokcerng] Docu network mode
2015-11-30 12:22:49 -07:00
Mike Place
7fd02c2145 Merge pull request #29269 from jfindlay/winstatus
win_status module: fix function names in docs
2015-11-30 12:14:23 -07:00
Justin Findlay
6a2315109e win_status module: python timedelta to find uptime 2015-11-30 12:14:07 -07:00
Andreas Lutro
9193676f9c fix ssh_auth_test
there were 4 side_effect return values, when it should only return 2
times - 2 of the 4 states.ssh_auth.absent calls are done with test=True
test=True and should therefore not call modules.ssh.rm_auth_key
2015-11-30 20:13:52 +01:00
C. R. Oldham
6c2e62f7d4 Merge pull request #29213 from rallytime/vmware_utils_wait_for_task
Move _wait_for_task func from vmware cloud to vmware utils
2015-11-30 11:53:24 -07:00
Mike Place
69cbc09ca0 Merge pull request #29271 from techhat/issue29212
Pass full path for digest (SPM)
2015-11-30 11:35:42 -07:00
Mike Place
1efe484309 Merge pull request #29244 from isbm/isbm-zypper-products
List products consistently across all SLES systems
2015-11-30 11:31:42 -07:00
Mike Place
318ad36449 Merge pull request #29255 from garethgreenaway/29119_consul_module_fixes
fixes to consul module
2015-11-30 11:30:02 -07:00
Mike Place
d6aaae8d7b Merge pull request #29261 from attiasr/patch-1
fix incorrect reinstallation of windows pkg
2015-11-30 11:28:42 -07:00
Erik Johnson
293c8e635c Separate repo locking logic into its own function
This removes repo locking from GitBase.fetch_remotes(), allowing for
locking to be performed by other code (for example, the
git_pillar.update runner).

It also fixes how salt.utils.gitfs checks whether updates were fetched
in newer GitPython releases. Pre 0.3.3, a git.FetchInfo object would
only be returned for heads/tags which were updated. The updated logic
will look for these objects in the return data from the fetch, and
analyze the git.FetchInfo objects to determine if there were updates.
2015-11-30 12:16:25 -06:00
Joseph Hall
6cd6a0ace0 Pass full path for digest (SPM) 2015-11-30 10:56:31 -07:00
Justin Findlay
b7a535341f win_status module: handle 12 hour time in uptime
Fixes #29251.
2015-11-30 10:32:29 -07:00
Justin Findlay
f2f2dab491 win_status module: fix function names in docs
Fixes #29250.
2015-11-30 09:33:25 -07:00
Andreas Lutro
febbfa792f prevent ssh_auth.absent from running when test=True
fixes #29262
2015-11-30 11:53:06 +01:00
Rudy Attias
7a99b90596 add log and return if pkg already installed 2015-11-30 11:33:14 +02:00
Rudy Attias
1843c7ab8e fix incorrect reinstallation of windows pkg
"old" holds list_pkgs results which have the mapped application name as the key so when trying to find the installed version old.get() will return none with the 'full_name' of the app but it will return the installed version with mapped package name.
2015-11-30 11:21:23 +02:00
Gareth J. Greenaway
655b0ec403 various fixes to the consul execution module, in particular a fix to address #29119 2015-11-29 10:03:24 -08:00
Tim Harper
e060986828 add support to s3 for aws role assumption 2015-11-28 00:57:45 -07:00
Z. Liu
91a20c07a1 try mmap first 2015-11-27 21:48:57 +08:00
Bo Maryniuk
db36a73b16 Remove code duplication 2015-11-27 14:11:38 +01:00
Bo Maryniuk
d62abedbf7 Remove dead code 2015-11-27 14:11:15 +01:00
Bo Maryniuk
302b5d3bc1 List products consistently across all SLES systems 2015-11-27 14:06:20 +01:00
Z. Liu
8aa4f2053e remove extra space to fix lint failure 2015-11-27 10:55:45 +08:00
Z. Liu
d34e6b1a9a use read only if has read() method 2015-11-27 08:02:02 +08:00
Nicolas Delaby
a0b674a0ea Extend documentation of network_mode parameter. 2015-11-26 12:11:32 +01:00
Z. Liu
9bdaae8325 show duration only if state_output_profile is False 2015-11-26 13:13:14 +08:00