Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | changes to use the new command line modules | Adrian Likins | 2007-10-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-10-02 | 2 | -5/+3 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: overlord/client.py | |||||
| * | | changed more class defs to use (object) instead of () so it works on | Jesus M. Rodriguez | 2007-10-01 | 2 | -4/+4 | |
| |/ | | | | | | | python 2.3 and 2.4. | |||||
* / | add command.py from MOAP http://thomas.apestaart.org/moap/trac | Adrian Likins | 2007-10-02 | 2 | -76/+322 | |
|/ | | | | | | | convert client.py to use it Note this changes the current commandline to need a "call" subcommand to call an rpc method directly. | |||||
* | Fix indentation error in overlord/client.py. | Devan Goodwin | 2007-09-29 | 1 | -140/+148 | |
| | | | | Also normalized indentation to 4-spaces per level, and wrapped a few 80+ character lines. | |||||
* | Fix bad indentation in minion, modules and overlord | James Bowes | 2007-09-29 | 8 | -56/+54 | |
| | ||||||
* | Fix bad indentation in certs and func dirs | James Bowes | 2007-09-28 | 6 | -30/+30 | |
| | ||||||
* | Remove unused imports | James Bowes | 2007-09-28 | 6 | -6/+2 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2007-09-28 | 6 | -25/+33 | |
|\ | ||||||
| * | remove rhpl dep | Adrian Likins | 2007-09-28 | 3 | -3/+6 | |
| | | | | | | | | use python gettext instead of rhpl.gettext stuff | |||||
| * | log the ip address of the requester to the audit.log | Adrian Likins | 2007-09-28 | 2 | -4/+5 | |
| | | | | | | | | | | also ditch the "INFO" blurb in the log, since we don't really log at any other level | |||||
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-09-28 | 1 | -1/+3 | |
| |\ | ||||||
| | * | make sure we have the fqdn of the certmaster in the CN of the certificate ↵ | Seth Vidal | 2007-09-28 | 1 | -1/+3 | |
| | | | | | | | | | | | | authority key | |||||
| * | | just reorging a bit | Adrian Likins | 2007-09-28 | 1 | -17/+19 | |
| |/ | ||||||
* / | Make the command module use subprocess to capture stdin/stdout and return ↵ | Michael DeHaan | 2007-09-28 | 1 | -1/+9 | |
|/ | | | | them to the caller. | |||||
* | Add pretty printing for output, also remove an unused constant. | Michael DeHaan | 2007-09-28 | 1 | -6/+3 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2007-09-28 | 4 | -110/+12 | |
|\ | ||||||
| * | make sure we don't end up with / or \ in filenames anywhere from a dodgy cn ↵ | Seth Vidal | 2007-09-28 | 1 | -5/+11 | |
| | | | | | | | | in a csr | |||||
| * | certs are named .cert not .crt so when we remove the extension it is ↵ | Seth Vidal | 2007-09-27 | 1 | -1/+1 | |
| | | | | | | | | string[:-5] not string[:-4] | |||||
| * | remove config_data.py as it is no longer used | Seth Vidal | 2007-09-27 | 2 | -104/+0 | |
| | | ||||||
* | | Bump func version for release, add BuildRequires + logrotate script | Michael DeHaan | 2007-09-28 | 5 | -6/+33 | |
|/ | ||||||
* | Updated wiki pages to mention one another, plus some miscellaneous cleanup ↵ | Michael DeHaan | 2007-09-27 | 4 | -10/+41 | |
| | | | | | | | and elaboration. Most of the content still lives on the Wiki as we expect it will change rather rapidly for a while. | |||||
* | Add manpage for certmaster-ca. | Michael DeHaan | 2007-09-27 | 4 | -0/+35 | |
| | ||||||
* | back to calling it certmaster not certmaster_server | Seth Vidal | 2007-09-27 | 3 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-09-27 | 1 | -1/+2 | |
|\ | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: it only seems fair to have "make money" count makefiles as well | |||||
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-09-27 | 7 | -21/+26 | |
| |\ | ||||||
| * | | it only seems fair to have "make money" count makefiles as well | Adrian Likins | 2007-09-27 | 1 | -1/+2 | |
| | | | ||||||
* | | | get rid of overlord_server - use only certmaster_server in minion config | Seth Vidal | 2007-09-27 | 3 | -5/+3 | |
| |/ |/| | ||||||
* | | and overlord, too | Seth Vidal | 2007-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-09-27 | 2 | -2/+26 | |
|\| | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: util makefile in scripts/ | |||||
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-09-27 | 4 | -94/+12 | |
| |\ | ||||||
| * | | util makefile in scripts/ | Adrian Likins | 2007-09-27 | 2 | -2/+26 | |
| | | | | | | | | | | | | | | | | | | | | | add "make money" target in makefile that runs sloccount on all the source dirs Yeah, useful isnt it? | |||||
* | | | config crap in one file so we don't have recursive/impossible imports, I hope | Seth Vidal | 2007-09-27 | 6 | -20/+25 | |
| |/ |/| | ||||||
* | | removed minion/logger.py | Seth Vidal | 2007-09-27 | 1 | -82/+0 | |
| | | ||||||
* | | new config on logger.py | Seth Vidal | 2007-09-27 | 1 | -7/+6 | |
| | | ||||||
* | | really nice if I'd stop dropping 'i' out of config_file | Seth Vidal | 2007-09-27 | 3 | -6/+7 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | typo | Seth Vidal | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | modify func/overlord to read config from certmaster and use config.py | Seth Vidal | 2007-09-27 | 3 | -16/+15 | |
| | ||||||
* | port minion/funcd over to new config object | Seth Vidal | 2007-09-27 | 3 | -19/+25 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-09-27 | 3 | -8/+40 | |
|\ | | | | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: just some prettyifying top level targs for "pyflakes" and "pychecker" add util makefiles here make "make clean" go into the subdirs and run makeclean there | |||||
| * | just some prettyifying | Adrian Likins | 2007-09-27 | 1 | -9/+6 | |
| | | ||||||
| * | top level targs for "pyflakes" and "pychecker" | Adrian Likins | 2007-09-27 | 1 | -0/+5 | |
| | | | | | | | | just for kicks | |||||
| * | add util makefiles here | Adrian Likins | 2007-09-27 | 2 | -0/+26 | |
| | | ||||||
| * | make "make clean" go into the subdirs and run makeclean there | Adrian Likins | 2007-09-27 | 1 | -0/+4 | |
| | | | | | | | | as well | |||||
* | | import yum config.py | Seth Vidal | 2007-09-27 | 1 | -0/+469 | |
| | | ||||||
* | | port certmaster to using an ini-style config file | Seth Vidal | 2007-09-27 | 4 | -62/+27 | |
|/ | | | | | import config.py from yum + some cleanups modify certmaster-ca to the same | |||||
* | add a system.list_modules method that returns a list of all the modules | Adrian Likins | 2007-09-27 | 2 | -4/+9 | |
| | | | | | | | | add a MODULE.list_methods that returns a list of all the methods for a module note that these kind of crisscross system.listMethods, but tis okay | |||||
* | move logger and config_data to func/func | Adrian Likins | 2007-09-27 | 6 | -12/+165 | |
| | | | | | | | | | | | 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) |