Commit Graph

80636 Commits

Author SHA1 Message Date
Mircea Ulinic
f74d4224a0 Compliance report using YANG models 2017-04-01 11:41:24 +00:00
Mircea Ulinic
bba566b29d Add compliance report 2017-04-01 11:41:03 +00:00
Mircea Ulinic
58f7dd0de5 Lint: ignore undefined variable injected by the proxy_wrap decorator 2017-04-01 10:54:50 +00:00
Anthony Shaw
7ae7b2574a
add utf8 header 2017-04-01 14:05:28 +11:00
Shane Lee
058dcbf57e Merge pull request #40469 from twangboy/fix_nsis_script
Fix nsis script error
2017-03-31 20:58:56 -06:00
Mircea Ulinic
0e03c9ba14 Add nitrogen release note for napalm-yang 2017-04-01 02:48:09 +00:00
Mircea Ulinic
b878fe867a napalm_yang module autodoc 2017-04-01 02:48:02 +00:00
Mircea Ulinic
b4ed18f4c0 Cleanup & examples 2017-04-01 02:37:51 +00:00
Mircea Ulinic
e31392ec52 napalm_yang execution module 2017-04-01 02:05:59 +00:00
Pedro Algarvio
ac82972cb3 Merge pull request #40466 from dmurphy18/aix_status
Support for execution module status on AIX
2017-04-01 01:28:50 +01:00
Mircea Ulinic
75c64bfe45 Check if zmq installed as well 2017-03-31 23:18:33 +00:00
Anthony Shaw
9db623ada2
py3 update and lint fixes 2017-04-01 10:14:29 +11:00
Nicole Thomas
f1124e1993 Merge pull request #40467 from twangboy/master_service
Set user to 'SYSTEM' for Master to run as Service
2017-03-31 16:53:32 -06:00
C. R. Oldham
6c714cafb9 Merge pull request #40252 from cloudflare/readd-px_keepalive
Readd the __proxy_keepalive scheduled job
2017-03-31 16:50:13 -06:00
Roche, Damien
84c93a370a Merge branch 'develop' into enhance/module/hadoop 2017-03-31 23:46:17 +01:00
Anthony Shaw
eb542b8dc7
update the module docstring to help people not making the same mistake 2017-04-01 09:26:18 +11:00
Anthony Shaw
c2681db9a4
commit fix and double check in integration test 2017-04-01 09:25:01 +11:00
Anthony Shaw
eb8ab0d75a
add tests to show broken functionlity reported in bug report 2017-04-01 09:21:25 +11:00
Roche, Damien
2b6d6e1a79 Backward compatible enhancement to hadoop module to use hdfs command 2017-03-31 23:19:15 +01:00
rallytime
8f084f7056 Update unit test to look for actual string comment 2017-03-31 15:34:24 -06:00
Joseph Hall
e24f89366a Use a slightly more specific bank name 2017-03-31 15:21:26 -06:00
Joseph Hall
3e84d1476a Add cache.store to the runners 2017-03-31 15:16:36 -06:00
twangboy
90e5022e82 Fix nsis script error 2017-03-31 15:12:41 -06:00
Mike Place
f589e3c4b6 Merge pull request #40457 from rallytime/merge-develop
[develop] Merge forward from 2016.11 to develop
2017-03-31 14:43:50 -06:00
twangboy
c1a2a5010e Set user to 'SYSTEM' for Master to run as Service 2017-03-31 14:35:13 -06:00
Raymond Kuiper
4c13f5e985 Removed whitespace because of lint errors. 2017-03-31 22:27:07 +02:00
Mike Place
fdb0250c95 Merge pull request #40429 from DSRCorporation/features/39275_memcache
MemCache - a minion data cache booster.
2017-03-31 14:20:59 -06:00
David Murphy
7c0b30d9a4 Support for AIX 2017-03-31 14:17:37 -06:00
Mike Place
31d4e6949c Merge pull request #40442 from gtmanfred/salt-ssh
allow file_client to figure out cachedir
2017-03-31 14:14:27 -06:00
Mike Place
e1363a0a60 Merge pull request #40454 from osynge/wip_master_type_func_multi_master
Minion:Salt master can be a list or a string
2017-03-31 14:07:35 -06:00
Mike Place
d0ed032364 Merge pull request #40441 from Ch3LL/add_vmware_cloud_tests
Add vmware cloud tests
2017-03-31 14:06:25 -06:00
Mike Place
3d45a004b0 Merge pull request #40427 from terminalmage/clarify-master-tops-docs
Clarify the master_tops documentation
2017-03-31 14:02:59 -06:00
Mike Place
bda781d8f9 Grammar fix 2017-03-31 14:02:48 -06:00
Mike Place
2010b37e6f Merge pull request #40461 from wolfpackmars2/patch-6
Update verify.py
2017-03-31 14:01:46 -06:00
rallytime
ef664b46ae Artifactory State: Only wrap main function call to module in try/except and wrap exc comment in str()
Some of the exceptions coming back from the execution module are formatted is different ways
coming from the URLError. When the state tries to return the error in the comment, we get a TypeError:

TypeError: Cannot serialize CommandExecutionError('Error: <urlopen error [Errno -2] Name or service not known>',)

Type casting the error message into a string helps prevent this from happening and gives the error
message back to the state.
2017-03-31 13:59:46 -06:00
rallytime
f1015e3900 Artifactory Module: catch URLErrors as well as HTTPErrors
Also changed raising bare "Exceptions" to use "CommandExecutionError"
in some of the affected helper funtions in the artifactory module.

This module is very wide in its text, so I also made some of the function
calls more vertical for readability.
2017-03-31 13:56:32 -06:00
Mike Place
b8898fb209 Merge pull request #40360 from gtmanfred/saltutil
allow passing args to saltutil.runner
2017-03-31 13:18:02 -06:00
Steve Groesz
a27e8d55c6 Update verify.py
#40366 #40394
2017-03-31 13:32:18 -05:00
rallytime
55405bcd30 Renamed unit.modules.tuned_test.py to test_tuned.py and updated salttesting imports 2017-03-31 12:23:46 -06:00
rallytime
49463be00f Remove unused imports 2017-03-31 12:20:44 -06:00
Nicole Thomas
0cfcd188a9 Merge pull request #40456 from rallytime/merge-2016.11
[2016.11] Merge forward from 2016.3 to 2016.11
2017-03-31 11:51:10 -06:00
Mircea Ulinic
c4005d5a63 Lint: disable W0611 2017-03-31 17:42:14 +00:00
Dmitry Kuzmenko
4475d1757d In-memory minion data cache. 2017-03-31 19:38:04 +03:00
Mircea Ulinic
31af43812d 'and' on the next line 2017-03-31 16:30:04 +00:00
Mircea Ulinic
3a0ca3e950 Simplify and more readable px keepalive condition 2017-03-31 16:30:04 +00:00
Mircea Ulinic
6720c5dea8 Load fun env & send proxy utils 2017-03-31 16:30:04 +00:00
Mircea Ulinic
1bcd332e4c Readd the __proxy_keepalive scheduled job
Although added by @cro in #38829 - see
https://github.com/saltstack/salt/pull/38829/files#diff-b5732eecf0273ccf6a96e1c720198dc6
for very obscure reasons, these changes somehow disappeared.
Readding them, hopefully they'll resist longer this time.
2017-03-31 16:30:04 +00:00
Mircea Ulinic
270c824203 Lint: remove unused import 2017-03-31 16:12:12 +00:00
rallytime
2d73fca4d0 Merge branch '2016.11' into 'develop'
Conflicts:
  - salt/cloud/clouds/vmware.py
  - salt/modules/win_dsc.py
  - salt/modules/win_psget.py
  - tests/unit/utils/vmware_test/test_cluster.py
  - tests/unit/utils/vmware_test/test_common.py
  - tests/unit/utils/vmware_test/test_connection.py
  - tests/unit/utils/vmware_test/test_datacenter.py
  - tests/unit/utils/vmware_test/test_host.py
2017-03-31 10:09:56 -06:00
Mircea Ulinic
9974c18f8a Add napalm_syslog note into Nitrogen release 2017-03-31 16:08:32 +00:00