Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 1 | -119/+0 |
| | | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this. | ||||
* | Fix bad indentation in minion, modules and overlord | James Bowes | 2007-09-29 | 1 | -14/+14 |
| | |||||
* | Remove unused imports | James Bowes | 2007-09-28 | 1 | -1/+0 |
| | |||||
* | back to calling it certmaster not certmaster_server | Seth Vidal | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | get rid of overlord_server - use only certmaster_server in minion config | Seth Vidal | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | config crap in one file so we don't have recursive/impossible imports, I hope | Seth Vidal | 2007-09-27 | 1 | -3/+3 |
| | |||||
* | sigh - more import and typo clean ups | Seth Vidal | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | import loop | Seth Vidal | 2007-09-27 | 1 | -3/+2 |
| | |||||
* | port minion/funcd over to new config object | Seth Vidal | 2007-09-27 | 1 | -6/+6 |
| | |||||
* | move logger and config_data to func/func | Adrian Likins | 2007-09-27 | 1 | -4/+5 |
| | | | | | | | | | | | update modules that need new location modules/func_module.py: update to use new logger/config locations, also go ahead and register as a real module, to shut up the start up. It shouldn't hurt anything Some minor import reordering at a couple places (I try to keep at least system import alphabetical) | ||||
* | minion.conf,config_data.py: add certmaster and cert_dir config | Seth Vidal | 2007-09-26 | 1 | -4/+5 |
| | | | | utils.py: make it use the config object | ||||
* | make minion create its keys and get the cert from the certmaster on startup | Seth Vidal | 2007-09-26 | 1 | -0/+72 |
| | |||||
* | Renamed server to minion and client to overlord | Robin Norwood | 2007-09-25 | 1 | -0/+47 |