vs
0cd0b2db56
start a CacheWorker in 30 second intervals to keep cached minions up to date
2015-04-20 08:14:56 +02:00
vs
e0ff8adccb
Mworker send 1-item-lists, CacheWorkers send larger lists and replace the cache
2015-04-20 08:14:50 +02:00
vs
e64c4d2969
remove deprecated/unneeded old code
2015-04-20 08:14:45 +02:00
vs
e675dc7a3f
add CacheWorker for ConnectedCache as multiprocessing.process
2015-04-20 08:14:34 +02:00
Joseph Hall
3b17858052
Merge pull request #22837 from nmadhok/vmware-cloud-driver
...
Making vmware cloud driver Python3 compatible and other additions
2015-04-19 15:57:43 -06:00
Nitin Madhok
cbe860dab2
Making vmware-cloud driver python3 compatible
2015-04-19 13:33:34 -04:00
Nitin Madhok
2c2705f7a9
Rename _set_network_adapter_mapping to _set_network_adapter_mapping_helper
2015-04-19 12:13:51 -04:00
Nitin Madhok
1b0f2481f7
Combining duplicate code for network adapter mapping in a single helper function
2015-04-19 12:08:00 -04:00
Joseph Hall
46c391bd87
Merge pull request #22812 from nmadhok/vmware-cloud-driver
...
Added functions rescan_all_hbas() & rescan_hba() in vmware salt cloud driver
2015-04-19 07:28:57 -06:00
Jeremy Rosenbaum
e876c5fab5
PEP 263 UTF-8 encoding
2015-04-18 23:33:04 -07:00
Jeremy Rosenbaum
15bb35e261
fix trailing whitespace
2015-04-18 23:30:33 -07:00
Jeremy Rosenbaum
b74b2dde60
pylint fixes
2015-04-18 22:42:13 -07:00
Jeremy Rosenbaum
1d246fb529
fix conditional logic for missing function messages
2015-04-18 22:34:17 -07:00
Jeremy Rosenbaum
656a8d1339
add splay module
2015-04-18 21:27:16 -07:00
C. R. Oldham
1f49663eb7
Make sure we are checking for the right dictionary entry
2015-04-18 22:02:54 -06:00
Felix Dreissig
169ea9e1f3
Document charmap for locale generation
...
Add the fact that the charmap must be specified when generating locales
on Debian or Gentoo to the docs for modules.localemod and states.locale.
Something similar had been part of @4be92ed, but has been removed again
in @8565d7e.
2015-04-18 23:14:01 +02:00
Felix Dreissig
3925299394
Add example for locale.present to the states.locale docs
2015-04-18 23:09:49 +02:00
Nitin Madhok
64e527c4dc
Adding ability to modify/create SCSI adapters #22364
2015-04-18 17:09:11 -04:00
C. R. Oldham
6a4a399897
Lint.
2015-04-18 13:20:38 -06:00
Felix Dreissig
6828c4b112
Remove Tox config
...
The 'tox.ini' file looks like an artifact from the past. It is unusable
at least since requirements have been moved to their own directory.
2015-04-18 21:11:30 +02:00
Felix Dreissig
9e47d8ceba
Adjust tests to the new return value of modules.localemod.gen_locale()
2015-04-18 20:41:14 +02:00
Felix Dreissig
46f1f4fe53
Always return a boolean in modules.localemod.gen_locale()
...
This makes the behavior consistent with set_locale() and the error case.
states.locale.present() already expects a boolean return value;
therefore, this will probably resolve saltstack/salt#21140 .
2015-04-18 20:41:06 +02:00
Justin Findlay
900c7a510f
Merge pull request #22800 from terminalmage/issue21979
...
Improve error logging for pygit2 SSH-based remotes
2015-04-18 11:18:55 -06:00
C. R. Oldham
bbaed57edb
Add onchangeonly and uncleanshutdown parameters to service beacon.
2015-04-18 10:56:46 -06:00
Justin Findlay
3e21e43915
Merge pull request #22824 from favadi/xmpp-multi
...
Add xmpp.send_msg_multi state/module
2015-04-18 10:54:55 -06:00
Nitin Madhok
5da9ee1bff
Better error hangling
2015-04-18 09:41:59 -04:00
Mathieu Le Marec - Pasquet
d7a9aeaa12
lint
2015-04-18 12:35:03 +02:00
Diep Pham
83c21f91d0
add xmpp.send_msg_multi state
2015-04-18 11:14:51 +07:00
Diep Pham
b57608071c
add xmpp.send_msg_multi module
2015-04-18 11:14:47 +07:00
Justin Findlay
e99f2fdb28
Merge pull request #22813 from twangboy/win_doc_fix
...
Updated instructions for building salt
2015-04-17 22:10:07 -06:00
Erik Johnson
8f1c0084cd
Clarify that for pygit2, receiving 0 objects means repo is up-to-date
...
This seems to be too confusing to users, so this changes the log message
to say that the repo is up-to-date instead of saying that 0 objects were
received.
2015-04-17 22:11:40 -05:00
Viet Hung Nguyen
f75b24ad68
gracefully handle when salt-minion cannot decrypt key
...
or salt-minion will die. Returns None to deligate
this job to compile_pillar function handle it,
as it is the only caller of this function for now
2015-04-18 09:52:36 +07:00
Gareth J. Greenaway
3f19ebb0dc
Lint fixes
2015-04-17 19:42:09 -07:00
Gareth J. Greenaway
6ce0af05d5
Moving code in the add method into the else section of the if...else clause. Adding check in the delete method that the beacon was really deleted.
2015-04-17 19:00:29 -07:00
Thomas S Hatch
1cd2996d45
Merge pull request #22806 from jfindlay/fix_grain_whereis
...
use cmd.run_all instead of cmd.run_stdout
2015-04-17 18:19:21 -06:00
Thayne Harbaugh
b37b6b2849
Add a test for incorrectly-nested nodegroups that cause a resolution loop.
2015-04-17 17:01:47 -06:00
Nicole Thomas
dcd9e16a5c
Merge pull request #22784 from techhat/stormpath
...
Adding and updating Stormpath modules
2015-04-17 16:50:25 -06:00
Joseph Hall
514dd38148
Python 3 compat
2015-04-17 16:48:58 -06:00
Gareth J. Greenaway
371643f9d4
Fixing versionadded tag.
2015-04-17 15:40:54 -07:00
Mathieu Le Marec - Pasquet
d753e2df62
Workaround for grains loading
...
This fixes #22561
2015-04-18 00:37:43 +02:00
Nitin Madhok
67d7873e80
syntax fix
2015-04-17 18:36:07 -04:00
Michael Steed
1d6125fb07
cli: don't report syndics as unresponsive minions
...
Record syndic ids on the master as they return. On the cli, don't report
known syndics as unresponsive minions. Issue #21615
2015-04-17 16:29:38 -06:00
Colton Myers
fe1de89ad7
Merge pull request #22810 from basepi/salt-ssh.more.msgpack.gating
...
[2014.7] More msgpack gating for salt-ssh
2015-04-17 16:28:24 -06:00
Mathieu Drapeau
90b696eb2b
Changed the clustershell roster addr to host instead
2015-04-17 18:27:09 -04:00
Mathieu Drapeau
7167d54817
Making ssh-copy-id using the provided machine name and not ip
...
This fixes: https://github.com/saltstack/salt/issues/22682
2015-04-17 18:27:09 -04:00
twangboy
3cc5c970ad
Added documentation regarding pip in windows
2015-04-17 16:23:32 -06:00
Gareth J. Greenaway
98155497af
Adding beacons module.
2015-04-17 15:15:31 -07:00
Gareth J. Greenaway
7ea207db42
Adding a validate function to each beacon that will be used by the beacons.add function to ensure configuration is correct.
2015-04-17 15:12:55 -07:00
Colton Myers
180f2af73b
Merge pull request #22808 from basepi/salt-ssh.list.targeting
...
[2015.2] Add list targeting to salt-ssh flat roster
2015-04-17 16:10:09 -06:00
Justin Findlay
6a554d5607
Merge pull request #22805 from rallytime/all-the-pylint
...
Another pylint fix for develop
2015-04-17 15:21:49 -06:00