summaryrefslogtreecommitdiffstats
path: root/overlord
Commit message (Expand)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-026-709/+0
* Exit program after listing minions.Devan Goodwin2007-10-021-16/+1
* Added func --list-minions option.Devan Goodwin2007-10-022-9/+32
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-10-021-4/+2
|\
| * changed more class defs to use (object) instead of () so it works onJesus M. Rodriguez2007-10-011-3/+3
* | add command.py from MOAP http://thomas.apestaart.org/moap/tracAdrian Likins2007-10-022-76/+322
|/
* Fix indentation error in overlord/client.py.Devan Goodwin2007-09-291-140/+148
* Fix bad indentation in minion, modules and overlordJames Bowes2007-09-292-20/+20
* Remove unused importsJames Bowes2007-09-281-1/+0
* Add pretty printing for output, also remove an unused constant.Michael DeHaan2007-09-281-6/+3
* certs are named .cert not .crt so when we remove the extension it is string[:...Seth Vidal2007-09-271-1/+1
* and overlord, tooSeth Vidal2007-09-271-1/+1
* modify func/overlord to read config from certmaster and use config.pySeth Vidal2007-09-272-15/+15
* move logger and config_data to func/funcAdrian Likins2007-09-271-4/+11
* cert's are stored as .cert not as .pem so we weren't finding any minionsSeth Vidal2007-09-261-1/+1
* Remove assorted unused importsJames Bowes2007-09-263-5/+0
* Refine the bad hardware checker -- this time it detects my potentially explod...Michael DeHaan2007-09-261-1/+2
* The addition of an example program to find which systems have parts subject t...Michael DeHaan2007-09-262-11/+11
* Generalize test code.Michael DeHaan2007-09-261-3/+4
* Merge with alikins.Michael DeHaan2007-09-261-5/+3
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-261-1/+5
|\
| * use the FuncServer class from sslclient instead of theAdrian Likins2007-09-261-1/+5
* | Adding a noglobs=True/False parameter to the client. When set to True, the re...Michael DeHaan2007-09-262-10/+30
|/
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-261-2/+17
|\
| * add a simple FuncServer class that sets up most of the pki related bitsAdrian Likins2007-09-261-2/+17
* | Two things. First Client("*").hardware.info() and the like now works, due to...Michael DeHaan2007-09-262-9/+67
|/
* Adds globbing support for hosts on the command line. If you have not yet usedMichael DeHaan2007-09-251-7/+24
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-252-0/+63
|\
| * couple of utility makefilesAdrian Likins2007-09-251-0/+19
| * move files for the new naming schemeSeth Vidal2007-09-251-0/+44
* | Adding client module, which contains code for both the CLI and thoseMichael DeHaan2007-09-252-50/+223
|/
* Renamed server to minion and client to overlordRobin Norwood2007-09-253-0/+101