Commit Graph

60421 Commits

Author SHA1 Message Date
Thomas S Hatch
478c4597ee Fix tgt-type assignment 2011-03-14 12:43:51 -06:00
Thomas S Hatch
e735a143f7 Fix KeyError in the query process 2011-03-14 12:41:35 -06:00
Joseph Hall
2187893ca6 Added two extra dependencies that were missing 2011-03-14 12:28:01 -06:00
Thomas S Hatch
5bcb74d6a1 Add pacman salt module 2011-03-11 14:25:02 -07:00
Thomas S Hatch
5ba8c63dae Add in the cmd module, this is simple and can be expanded, although the basic
bases are covered
2011-03-11 13:54:51 -07:00
Thomas S Hatch
9fe924e89a Add a stats module with an uptime function 2011-03-11 13:41:25 -07:00
Thomas S Hatch
dc9e7da5ef Add ping function to the tests module 2011-03-11 13:38:12 -07:00
Thomas S Hatch
322df50029 move cmd module to test module 2011-03-11 13:33:32 -07:00
Thomas S Hatch
ad19593d12 Add the correct logic to execute queries from the command line 2011-03-11 13:23:01 -07:00
Thomas S Hatch
a8ec3697c7 Add in command query structure 2011-03-11 13:01:07 -07:00
Thomas S Hatch
21c9287855 Fix regex issue with impropper use of getattr, remove apply functions, they are
deprecated
2011-03-11 12:26:39 -07:00
Thomas S Hatch
ec6672168d Make the pcre stuff work 2011-03-11 12:21:09 -07:00
Thomas S Hatch
e5387b07f8 Add hooks in to support changes in the regex forwat 2011-03-11 11:41:45 -07:00
Thomas S Hatch
35e1ba5778 Add regex support call to the command line 2011-03-11 11:24:30 -07:00
Thomas S Hatch
8bf7bcad12 Repair issue in open mode boolean evaluation 2011-03-10 09:32:36 -07:00
Thomas S Hatch
b184517dca Enable better error output for bad authentications 2011-03-10 09:21:59 -07:00
Thomas S Hatch
ffd9dd616c enable open mode for the minion authentication 2011-03-10 09:10:49 -07:00
Thomas S Hatch
d376f4b988 Enable open mode for master authentication 2011-03-10 09:06:24 -07:00
Thomas S Hatch
36984c8d40 Add in opts for open mode in the config support 2011-03-10 08:59:57 -07:00
Thomas S Hatch
3b5d4484a9 Add open mode options to the configs 2011-03-10 08:55:48 -07:00
Thomas S Hatch
44af6f950b Add error checking into the minion authentication process 2011-03-10 08:52:42 -07:00
Thomas S Hatch
3be080cf15 tidy up some trailing whitespace 2011-03-10 08:28:47 -07:00
Thomas S Hatch
6a56431446 fix infinate loop in return checks 2011-03-09 13:18:19 -07:00
Thomas S Hatch
16e1a050e4 Add glob import 2011-03-09 13:15:37 -07:00
Thomas S Hatch
6435e176d3 Fix issue with calling the correct expr form var 2011-03-09 13:13:10 -07:00
Thomas S Hatch
3af902defe fix pcre check method naming 2011-03-09 13:12:22 -07:00
Thomas S Hatch
765b43ea87 Add glob and regex support for determining if the minion should run 2011-03-09 12:50:32 -07:00
Thomas S Hatch
e400609e0f Add support for globs and regex in the target syntax 2011-03-09 11:59:23 -07:00
Thomas S Hatch
790f45af60 Fix issue in the timeout logic when calling all minions 2011-03-09 11:29:17 -07:00
Thomas S Hatch
77f7000f0a Repaired object type bug in timeout 2011-03-09 10:57:43 -07:00
Thomas S Hatch
693195a87e add cli component to the setup.py 2011-03-09 10:52:22 -07:00
Thomas S Hatch
a02f5db9b3 Hook salt script into the cli module 2011-03-09 10:49:41 -07:00
Thomas S Hatch
cf8897e280 Set up cli executor for salt command lin 2011-03-09 10:48:35 -07:00
Thomas S Hatch
08fbf0a0af The socket must recieve on a REQ type 2011-03-09 10:03:26 -07:00
Thomas S Hatch
0b74f87745 loading a file pickle, not a string pickle 2011-03-09 10:02:44 -07:00
Thomas S Hatch
690093813b Fix naming issue in _handle_aes on the master 2011-03-09 09:32:04 -07:00
Thomas S Hatch
07cb8ec97b Fix path for the file opening 2011-03-08 23:42:45 -07:00
Thomas S Hatch
b85075d94a Fixed the aes key loaded for encryption on the master 2011-03-08 23:16:50 -07:00
Thomas S Hatch
e03bb7b29a Fix issue with parsing the returns and thinking that the load.p was a
host
2011-03-08 22:06:54 -07:00
Thomas S Hatch
e4354242c5 Fix issue in authentication 2011-03-08 18:27:32 -07:00
Thomas S Hatch
85ddd62528 Fix syntax issue in the client 2011-03-08 18:22:10 -07:00
Thomas S Hatch
6527f897be Add dummy methods to facilitate future encryption scemes 2011-03-08 18:12:44 -07:00
Thomas S Hatch
73cffc9c4b Client hooks to read return data 2011-03-08 17:24:05 -07:00
Thomas S Hatch
747979b054 This commit should finish the chain, just need to weed out the bugs now 2011-03-08 01:34:14 -07:00
Thomas S Hatch
b46848d451 Set up the processing and return of processed date within the minion 2011-03-08 00:18:37 -07:00
Thomas S Hatch
50bde04bb4 I decided to only build in regex support at this time for the target
matching
2011-03-07 23:41:17 -07:00
Thomas S Hatch
518ad0a831 minions can handle aes publications 2011-03-07 23:20:31 -07:00
Thomas S Hatch
c78c64fbdc ZeroMQ has a sendpyonj option that makes the payload a pickle inline,
how friggin cool is that!
2011-03-07 22:14:13 -07:00
Thomas S Hatch
12c08a782a have to se a subscription filter on the publish socket - this thing is
cool I will have to use it to speed things up in the long run
2011-03-07 22:08:31 -07:00
Thomas S Hatch
fff3e2ed2e Add a debugging line to the echo command 2011-03-07 21:08:10 -07:00