summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* back to calling it certmaster not certmaster_serverSeth Vidal2007-09-273-3/+3
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-271-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/funcAdrian Likins2007-09-277-21/+26
| |\
| * | it only seems fair to have "make money" count makefiles as wellAdrian Likins2007-09-271-1/+2
| | |
* | | get rid of overlord_server - use only certmaster_server in minion configSeth Vidal2007-09-273-5/+3
| |/ |/|
* | and overlord, tooSeth Vidal2007-09-271-1/+1
| |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-272-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/funcAdrian Likins2007-09-274-94/+12
| |\
| * | util makefile in scripts/Adrian Likins2007-09-272-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 hopeSeth Vidal2007-09-276-20/+25
| |/ |/|
* | removed minion/logger.pySeth Vidal2007-09-271-82/+0
| |
* | new config on logger.pySeth Vidal2007-09-271-7/+6
| |
* | really nice if I'd stop dropping 'i' out of config_fileSeth Vidal2007-09-273-6/+7
|/
* sigh - more import and typo clean upsSeth Vidal2007-09-271-2/+2
|
* import loopSeth Vidal2007-09-271-3/+2
|
* typoSeth Vidal2007-09-271-1/+1
|
* modify func/overlord to read config from certmaster and use config.pySeth Vidal2007-09-273-16/+15
|
* port minion/funcd over to new config objectSeth Vidal2007-09-273-19/+25
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-273-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 prettyifyingAdrian Likins2007-09-271-9/+6
| |
| * top level targs for "pyflakes" and "pychecker"Adrian Likins2007-09-271-0/+5
| | | | | | | | just for kicks
| * add util makefiles hereAdrian Likins2007-09-272-0/+26
| |
| * make "make clean" go into the subdirs and run makeclean thereAdrian Likins2007-09-271-0/+4
| | | | | | | | as well
* | import yum config.pySeth Vidal2007-09-271-0/+469
| |
* | port certmaster to using an ini-style config fileSeth Vidal2007-09-274-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 modulesAdrian Likins2007-09-272-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/funcAdrian Likins2007-09-276-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)
* more targetsAdrian Likins2007-09-271-1/+15
| | | | | make install_hardest does a clean_hardest (removes everything, and the rpm) then builds an rpm, installs it, and starts up the daemons
* add clean_hard, clean_harder that removes the site-packages/func tree entirely,Adrian Likins2007-09-271-1/+17
| | | | | | | | and removes /etc/pki/func, /var/lib/func, and /etc/func add corresponing install_hard, install_harder add "recombuild" target that does a install_harder, and restarts the services
* don't autosign by defaultSeth Vidal2007-09-271-1/+1
|
* - certs.py: write keys out as mode 600Seth Vidal2007-09-274-5/+10
| | | | | - make sure we setup the config dict immediately in config_data - clean up our config, pki and var dirs on removal
* cert's are stored as .cert not as .pem so we weren't finding any minionsSeth Vidal2007-09-261-1/+1
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-2615-27/+9
|\ | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: Remove assorted unused imports added changelog comment removed Require: on yum-util
| * Remove assorted unused importsJames Bowes2007-09-2614-26/+6
| |
| * added changelog commentJesus M. Rodriguez2007-09-261-0/+3
| |
| * removed Require: on yum-utilJesus M. Rodriguez2007-09-261-1/+0
| |
* | minion.conf,config_data.py: add certmaster and cert_dir configSeth Vidal2007-09-264-12/+16
|/ | | | utils.py: make it use the config object
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-261-0/+33
|\ | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: Add simple command module for executing arbitrary commands
| * Add simple command module for executing arbitrary commandsJames Bowes2007-09-261-0/+33
| |
* | make minion create its keys and get the cert from the certmaster on startupSeth Vidal2007-09-262-4/+79
|/
* Fix import paths.Michael DeHaan2007-09-261-2/+2
|
* don't need this warning now, we ssl by defaultAdrian Likins2007-09-261-14/+0
|
* Import from minion, not serverJames Bowes2007-09-261-2/+2
|
* Fix OsError tyopJames Bowes2007-09-261-1/+1
|
* Added demo script for checking smart status across all systems and showingMichael DeHaan2007-09-261-0/+26
| | | | extended output only for systems that have problems.
* Updated the hardware module so that it's usable if smolt isn't installed. ↵Michael DeHaan2007-09-261-3/+7
| | | | | | The info() function won't work but hal_info() still should.
* Refine the bad hardware checker -- this time it detects my potentially ↵Michael DeHaan2007-09-264-11/+40
| | | | | | exploding (but now ruled safe) battery correctly.
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-266-15/+135
|\
| * update specfile and version and setup for certmaster-caSeth Vidal2007-09-263-2/+3
| |
| * make it so it doesn't exit when it returns the cert to the clientSeth Vidal2007-09-261-3/+3
| |