Commit Graph

1203 Commits

Author SHA1 Message Date
Erik Nolte
2b7f7a71a1 Remove leftover build files and build results before creating package 2011-08-08 10:47:48 -06:00
Thomas S Hatch
21f522669d Merge branch 'master' of github.com:thatch45/salt 2011-08-05 22:20:06 -06:00
Thomas S Hatch
05a717d621 import salt.crypt 2011-08-05 22:17:48 -06:00
Thomas S Hatch
effa959967 Add gen_keys_dir to the cli options 2011-08-05 17:26:38 -06:00
Thomas S Hatch
acc5409b9a Add backend for salt-key --gen-keys 2011-08-05 17:22:16 -06:00
Thomas S Hatch
e30f7ab515 Add genkeys options to the salt-key cli 2011-08-05 17:14:54 -06:00
Thomas S Hatch
206f52cf83 Add a simple function for generating the pki keys 2011-08-05 16:52:40 -06:00
Erik Nolte
77214cf452 Add file.find 'grep' option. 2011-08-03 18:48:36 -06:00
Erik Nolte
af9d13b424 Merge branch 'master' of github.com:thatch45/salt 2011-08-03 17:14:15 -06:00
Erik Nolte
457de4eae9 Add 'actions' to Find class, implement print, consolidate stat/non-stat processing 2011-08-03 17:12:29 -06:00
Thomas S Hatch
3b8e568ed9 Add cytest to bin packages 2011-08-02 23:05:52 -06:00
Thomas S Hatch
e43089a8f1 kill old grains module 2011-08-02 23:03:50 -06:00
Thomas S Hatch
3a6f011107 change salt to be binary! This change makes cython modules buildable
with the setup.py, time to start moving core salt modules to cython!
2011-08-02 23:02:00 -06:00
Erik Nolte
b5b778f791 Add file.find module that implements Unix find(1) 2011-08-02 18:42:15 -06:00
Erik Nolte
9afcd36014 Ignore .pyc, .pyo, and .tar.xz 2011-08-02 13:44:22 -06:00
Erik Nolte
e2df7843f7 Ignore .pyc, .pyo, and .tar.xz in git 2011-08-02 13:41:31 -06:00
Erik Nolte
4c5ab50f9e Update comment to indicate ':' can be used within YAML single quote strings 2011-08-02 13:40:43 -06:00
Erik Nolte
78067ac3db Update examples to include expression in command. 2011-08-02 13:27:38 -06:00
Erik Nolte
75864c906a Allow expressions to be used for monitor commands.
Tweak returner format to be a list of {'cmd':..., 'return':...} dicts.
2011-08-02 13:25:47 -06:00
Erik Nolte
dd3337c55b Return integers and floats instead of string representation of numbers. 2011-08-02 13:24:46 -06:00
Erik Nolte
d88862689b Add alert module that (currently) just echoes the message.
Butter will search for alert messages in the mongo database.
2011-08-02 13:22:58 -06:00
Erik Nolte
878e7e5846 Merge branch 'master' of github.com:thatch45/salt 2011-08-01 16:22:02 -06:00
Erik Nolte
51efb239e8 Add comments and sample mongo monitor returner 2011-08-01 16:21:01 -06:00
Erik Nolte
19b6512adb Enable monitor returners.
Refactor result and cmd_results so it's more obvious what they're used for.
2011-08-01 16:17:52 -06:00
Erik Nolte
833ed3352c Allow mongo returner to update a password protected mongo database. 2011-08-01 16:16:02 -06:00
Thomas S Hatch
ef392c1ea1 salt-syndic connects with the master or masters 2011-07-30 23:07:24 -06:00
Thomas S Hatch
30e77eb448 Repair refs for the syndic 2011-07-30 22:46:45 -06:00
Thomas S Hatch
eaea8dd9f6 Fix client payload bug 2011-07-30 22:32:49 -06:00
Thomas S Hatch
cd6d5c30e3 Fix change with moving syndic into minion module 2011-07-30 22:27:06 -06:00
Thomas S Hatch
c06097b3ef Add syndic script to the setup 2011-07-30 22:24:08 -06:00
Thomas S Hatch
3e680b8739 remove refs to the salt.syndic module, Syndic is in the minion module 2011-07-30 22:21:35 -06:00
Thomas S Hatch
5f6f6ba4e9 Add syndic class to the minion module 2011-07-30 22:19:30 -06:00
Thomas S Hatch
b4ca209b8e Add timeout to publications sent to syndic minions 2011-07-30 21:43:12 -06:00
Thomas S Hatch
9b80f09c11 Add order_masters config tot he master config defaults 2011-07-30 21:36:55 -06:00
Thomas S Hatch
055d21ba65 change the conf refs to be more consistent 2011-07-30 16:47:50 -06:00
Thomas S Hatch
d7c032ee06 Add granular config file path opts for the syndic 2011-07-30 16:44:28 -06:00
Thomas S Hatch
e069c691ed Add hood for the salt syndic 2011-07-30 16:35:40 -06:00
Thomas S Hatch
6f70eb3e2c Add salt-syndic script 2011-07-30 16:08:55 -06:00
Thomas S Hatch
fd2c9c8b06 Add some kwargs to the client for syndic 2011-07-30 15:55:38 -06:00
Thomas S Hatch
147e712222 Allow the jid to be passed inthe publish clear load 2011-07-30 15:11:25 -06:00
Thomas S Hatch
879b47b3ff Add peer publish stuff to the config 2011-07-29 22:50:17 -06:00
Thomas S Hatch
4606fd3962 Clean out the last minion_publish bugs 2011-07-29 22:32:00 -06:00
Thomas S Hatch
0f7d91a16a Add the new utils package to the setup.py 2011-07-29 21:40:21 -06:00
Thomas S Hatch
69c8b85d29 Add some docs tot he minion_publish method 2011-07-29 21:27:13 -06:00
Thomas S Hatch
66222bcebc Fix config to reflect new default value 2011-07-29 20:54:55 -06:00
Thomas S Hatch
c7532506e3 The threading in the minion was causing git issues, default to
multiprocessing
2011-07-29 20:52:08 -06:00
Thomas S Hatch
33e45846f4 Make a utils sub package 2011-07-29 20:33:44 -06:00
Erik Nolte
5dc9d80e71 Fix path: pkg/Arch -> pkg/arch 2011-07-28 17:48:12 -06:00
Erik Nolte
7db26ae93a Capture monitor cammands and their results in the 'cmd_results' exec locals/globals dict 2011-07-28 17:33:45 -06:00
Erik Nolte
72d76c3f74 Handle case where no args are given to status.diskusage and fix formatting 2011-07-28 17:30:47 -06:00