summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/overlord.py
Commit message (Collapse)AuthorAgeFilesLines
* more func.utils/certmaster.utils changes.Adrian Likins2008-11-131-3/+3
| | | | | Module was using the wrong utils module and calling methods that didnt exist in the func one.
* export overlord modulemakkalot2008-08-121-0/+18
|
* Adding delegation capabilities for asynchronous calls, fixing ↵Steve Salevan2008-07-231-1/+1
| | | | | | | jobthing/forkbomb to exit with an exit command that won't cause a SystemExit exception to be fired during delegated async calls, adding list_minions() function to Overlord object that works with delegation
* Fixing mapper to recognize and fix infinite recursive loops and error conditionsSteve Salevan2008-07-181-2/+10
|
* Renaming minion module certmaster to prevent gnarl namespace issues.Steve Salevan2008-06-271-4/+8
| | | | Fixing overlord module to prevent calls to test.ping() to reduce XMLRPC calls.
* Fixing mapping function to produce correct mapSteve Salevan2008-06-271-10/+11
|
* Fixing certmaster to work with branched certmaster project (you can noSteve Salevan2008-06-271-0/+36
longer import certmaster via func) and added function to glean currently registered minions. Adding in new 'overlord.py' module to build maps of func networks where sub-overlords control minions. It's not quite ready for prime time yet, but hopefully within the next week or two it should be working reliably enough to help power command delegation features and the like.