Commit Graph

43917 Commits

Author SHA1 Message Date
Thomas Jackson
deb60fd198 Make AES key never hit disk on the master
In the past we've been doing coordination of the aes key using dropfiles etc. Not only is this significantly more costly (at least 1 stat per reqserver request) it also means that the symmetric key we use to pub/req messages has been on disk. This re-works the aes key to be a multiprocessing.Array() (char array) which is shared amongst the processes. Now the dropfile is just a request for the master to rotate the key, and this means that *all* key rotation on the master will generate the appropriate event (instead of just ones who passed in sock_dir to dropfile())
2015-01-02 16:11:24 -08:00
Joseph Hall
d7730411f3 Merge pull request #19305 from TaiSHiNet/patch-1
Fixes droplet listing past page 1
2014-12-30 15:59:00 -07:00
TaiSHiNet
213641ef4a Fixes droplet listing past page 1
Affects creation and deletion (both failed if VM was outside page 1)
2014-12-30 19:37:00 -03:00
Thomas S Hatch
e94462ec7c Merge pull request #19298 from manonthemat/develop
added note about Arch Linux's default transport
2014-12-30 12:39:27 -07:00
manonthemat
a1625ef7c6 added note about Arch Linux's default transport 2014-12-30 11:28:15 -08:00
Thomas S Hatch
0487834e72 Merge pull request #19293 from DSRCompany/raet_presence_requests
Support joined, allowed, alived and reaped runners.
2014-12-30 12:27:27 -07:00
Thomas S Hatch
74db7a13e0 Merge pull request #19275 from salekseev/feature_log-handler-fluentd
Adding a new log handler to support fluent protocol.
2014-12-30 12:11:22 -07:00
Thomas S Hatch
0e9c7ecf28 Merge pull request #19274 from rupeshta/drac_unit_tests
implimented code for drac module
2014-12-30 12:10:51 -07:00
Mike Place
3c44658388 Merge pull request #19296 from cachedout/mongodb_lint
MongoDB lint
2014-12-30 12:07:10 -07:00
Thomas S Hatch
7d3a37d82c Merge pull request #19246 from cachedout/more_cleanup
More cleanup
2014-12-30 11:50:12 -07:00
Nicole Thomas
fcd0ade4d6 Merge pull request #19290 from jayeshka/user-add-unit-test
adding useradd unit test case.
2014-12-30 11:33:26 -07:00
Mike Place
739254a4fa MongoDB lint 2014-12-30 11:07:38 -07:00
Stas Alekseev
4cf3f055b1 Adding Stas Alekseev to AUTHORS 2014-12-30 11:47:43 -05:00
Stas Alekseev
2ba8227780 Fixing some lint. 2014-12-30 11:22:32 -05:00
Dmitry Kuzmenko
4dc2fbfbad Support joined, allowed, alived and reaped runners. 2014-12-30 14:39:36 +03:00
Jayesh
f14cfa9235 adding useradd unit test case. 2014-12-30 12:18:25 +05:30
Mike Place
d9ad877d82 Merge pull request #19286 from cachedout/change_test_enc
There is no support for ECDSA on OpenSSH < 5.7.
2014-12-29 19:10:24 -07:00
Mike Place
765ef4ec9c Merge pull request #19287 from cachedout/lint
Linting
2014-12-29 18:06:46 -07:00
Mike Place
a44737fe71 Linting 2014-12-29 18:06:08 -07:00
Mike Place
0f6e94ab6d There is no support for ECDSA on OpenSSH < 5.7.
This breaks tests on several platforms.
2014-12-29 17:53:46 -07:00
Thomas S Hatch
0c5ac08642 Merge pull request #19256 from keesbos/event-regex
Use regular expression syntax in SaltEvent.get_event() for tag matching
2014-12-29 16:00:23 -07:00
Thomas S Hatch
075ee5bf34 Merge pull request #19278 from blueicefield/fixed-mongodb.user_list
Fixed the function user_list of mongodb module to work properly with MongoDB 2.6
2014-12-29 15:48:18 -07:00
Thomas S Hatch
4274a338e5 Merge pull request #19265 from jfindlay/log_color
add color option to console logger
2014-12-29 15:43:35 -07:00
Thomas S Hatch
5ad225b4f7 Merge pull request #19259 from thepauleh/yum-salt-sources-13197
13197 - pkg.install can use sources for yumpkg
2014-12-29 15:43:06 -07:00
Mike Place
e4d96cdd37 Merge pull request #19283 from cachedout/check_kmod_ioerror
Check kmod ioerror
2014-12-29 12:42:53 -07:00
Mike Place
5b02fd1cc1 Don't patch path existence 2014-12-29 12:41:58 -07:00
Mike Place
852e0cd4d5 Error checking in file open for kmod mod 2014-12-29 12:38:46 -07:00
Mike Place
4b1862fd43 Bad logic error on my part 2014-12-29 11:53:55 -07:00
Joseph Hall
0a480955c6 Merge pull request #19281 from twellspring/patch-1
Install remaining core components: salt-cloud, ...
2014-12-29 11:40:44 -07:00
Mike Place
d080293bb0 Merge pull request #19282 from cachedout/lint
Holiday lint
2014-12-29 11:27:38 -07:00
Mike Place
845546c009 Holiday lint 2014-12-29 11:27:05 -07:00
twellspring
43aa4293b1 Install remaining core components: salt-cloud, ...
Core components salt-cloud, salt-ssh, salt-api are packaged separately, but should be installed by most users.
2014-12-29 10:13:13 -08:00
Mike Place
893d174577 Merge pull request #19280 from cachedout/attempt_at_vt_fix
Attempt to fix inconsintent VT test by preventing a spin
2014-12-29 10:27:42 -07:00
Mike Place
e5fb81970d Attempt to fix inconsintent VT test by preventing a spin 2014-12-29 10:26:48 -07:00
Mike Place
d8221e6152 Merge pull request #19279 from cachedout/highstate_output_bug
Fix typo in highstate outputter
2014-12-29 10:05:01 -07:00
Mike Place
9d8a80e225 Fix typo in highstate outputter 2014-12-29 10:04:11 -07:00
Stas Alekseev
5ba28e4b8c Adding a new log handler to support fluent protocol. 2014-12-29 10:39:04 -05:00
Nassim KACHA
2702a7fbc3 Fixed the function user_list of mongodb module to work properly with MongoDB 2.6 2014-12-29 16:00:02 +01:00
Nassim KACHA
bfe77e8441 Fixed the function user_list of mongodb module to work properly with MongoDB 2.6 2014-12-29 15:56:22 +01:00
Rupesh Tare
722b43116e implimented code for drac module 2014-12-29 19:54:00 +05:30
Kees Bos
c04215b5c3 Removed timing tests for CacheRegex 2014-12-29 11:24:47 +01:00
Kees Bos
2d6cda3465 String format needs indexes in py26 2014-12-29 11:13:26 +01:00
Thomas S Hatch
2b09c75702 Merge pull request #19267 from jfindlay/ref_req
move requirements files into requirements dir
2014-12-28 13:50:03 -07:00
Thomas S Hatch
846c78eca1 Merge pull request #19261 from manonthemat/develop
documentation fix: environ.set -> environ.setenv
2014-12-28 13:47:45 -07:00
Thomas S Hatch
7c85a70db9 Merge pull request #19254 from jacksontj/multi_syndic
Fix for:  TypeError: pub() got multiple values for keyword argument 'user'
2014-12-28 13:42:16 -07:00
Thomas S Hatch
e098828770 Merge pull request #19247 from Nikerabbit/ordering
Fix execution order with "names" in relation to other states
2014-12-28 13:38:13 -07:00
Thomas S Hatch
35bdc30f5c Merge pull request #19241 from jacksontj/develop
Python3 compat iterator
2014-12-28 13:31:47 -07:00
Thomas S Hatch
763c0f600a Merge pull request #19217 from jayeshka/hosts_unit_tests
Hosts unit tests
2014-12-28 13:06:47 -07:00
Thomas S Hatch
7896ceeecd Merge pull request #19211 from garethgreenaway/returner_with_profile_fix
Fixes to returner __init__.py
2014-12-28 13:01:39 -07:00
Thomas S Hatch
845e123c95 Merge pull request #19174 from jayeshka/kmod_unit_tests
adding kmod module unit tests
2014-12-28 13:00:18 -07:00