summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* In upgrade script, do not crash if files do not existMichael DeHaan2008-03-071-0/+2
|
* Fixed the direction of one check in the updater scriptMichael DeHaan2008-03-071-27/+20
|
* migrate some certmaster.conf settingsAdrian Likins2008-03-061-20/+37
| | | | | | | slight refactor to split up the minion and certmaster option migrations this should migrate listen_addr and autosign settings
* remove debug spew we no longer need I hopeAdrian Likins2008-03-051-17/+10
| | | | rename the "funcmaster.*" to "certmaster.*"
* Fix a couple of bugs here, and turn on more debugging output.Adrian Likins2008-03-041-21/+19
| | | | | We were copying the /etc/pki/func/ contents to a subdir of /etc/pki/certmaster instead of into the dir directly. Fixed.
* don't migrate cert_dir settings at all. Move everyone to the newAdrian Likins2008-03-041-14/+13
| | | | default "/etc/pki/certmaster".
* don't try to use the config classes to read the old config files, itAdrian Likins2008-03-041-11/+39
| | | | | doesn't really work, istead do it the old fashioned way and use ConfigParser directly.
* delete files, hopefully for real. These are certmaster stuff we dont need ↵Adrian Likins2008-02-292-103/+0
| | | | anymore
* add a tag to the func/minion.conf to indicate we've seen it beforeAdrian Likins2008-02-291-8/+29
| | | | and have migrated it
* script to update certmaster/func settings to the new style and locationAdrian Likins2008-02-281-0/+125
|
* allow ctrl+c and make sure we get input.Steve 'Ashcrow' Milner2008-02-231-19/+33
|
* checks for a valid email address and closer to normal __main__ coding.Steve 'Ashcrow' Milner2008-02-231-14/+36
|
* make remove_this_host remove_this_cert so it actually worksSeth Vidal2008-02-121-1/+1
| | | | thanks to Karsten Hopp for pointing this out
* Adding a module to allow func to control certmaster via func, this will be ↵Michael DeHaan2008-02-051-12/+2
| | | | more useful once we have support for local connections.
* Added in copyright and traditional comment header for new modules.Steve 'Ashcrow' Milner2008-01-201-4/+23
|
* Updated networktest to be the new way of defining modules and updated ↵Steve 'Ashcrow' Milner2008-01-161-1/+10
| | | | func-create-module to add in docstrings.
* Simplify our modules by auto-detecting them and registering their handlersLuke Macken2008-01-151-19/+4
| | | | | | | | | | | | | | - Auto-detect and load all FuncModules. This obsoletes the need to have our modules define a register_rpc method. - Use introspection in our FuncModule to auto-register all method handlers that do not being with an underscore. This obsoletes the need to hardcode methods in our modules. - Remove all __init__ methods from our modules, along with register_rpc - Modify the func-create-module script to reflect these changes. Note that doing 'from modules import func_module' is no longer supported in our modules, do to some interesting path issues with our auto-detection code. Supported methods are now: 'import func_module' or 'from func.minion.modules import func_module'
* Added in func-create-module to make boilerplate module code. spec, setup and ↵Steve 'Ashcrow' Milner2008-01-131-0/+66
| | | | version updated as well.
* Remove the extra print from the CLI, so we only print what gets returned for ↵Michael DeHaan2007-10-261-1/+1
| | | | | | each individual system, and not again in the per-system hash. (That's good for the API, but not the command line).
* Add missing file.Michael DeHaan2007-10-241-0/+8
|
* er, merge?Adrian Likins2007-10-081-2/+2
| | | | wtf, I already committed and pushed these changes
* - certmaster-ca supports wildcards to -s and -c, nowSeth Vidal2007-10-041-3/+9
| | | | | | - add basic acl support to funcd - make sure that the caller is using the cert/key of our ca before letting anything run - add authfailure exception
* - add certmaster-ca --clean option to clean out other certs/csrsSeth Vidal2007-10-031-3/+36
| | | | - make certmaster-ca output usage if no options passed
* Fix up recursive pylint and pychecker rules.James Bowes2007-10-021-1/+2
|
* changes to use the new command line modulesAdrian Likins2007-10-021-2/+2
|
* util makefile in scripts/Adrian Likins2007-09-271-0/+19
| | | | | | | add "make money" target in makefile that runs sloccount on all the source dirs Yeah, useful isnt it?
* port certmaster to using an ini-style config fileSeth Vidal2007-09-271-8/+1
| | | | | import config.py from yum + some cleanups modify certmaster-ca to the same
* certmaster-ca added for signing csrs manuallySeth Vidal2007-09-261-0/+70
| | | | added sign/list capabilities into certmaster since we can use the same object for both
* move code.py and utils.py to func/Adrian Likins2007-09-251-3/+1
| | | | update scripts/funcd and func/certmaster to use them
* fix up the wrapper scripts so that --daemon works correctly, and soAdrian Likins2007-09-251-9/+4
| | | | the init scripts also work correctly
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-251-6/+1
|\
| * make certmaster auto-create the ca key and cert on startup, if they are not ↵Seth Vidal2007-09-251-6/+1
| | | | | | | | present
* | Adding func (command line client to be run from master) to /usr/binMichael DeHaan2007-09-251-0/+14
|/
* clean up configs in certmaster.pySeth Vidal2007-09-251-2/+11
| | | | make certmaster script work
* Renamed server to minion and client to overlordRobin Norwood2007-09-251-1/+1
|
* add certmaster startup and execute scriptSeth Vidal2007-09-241-0/+12
| | | | | move certmaster config file into etc path move certmaster.py into func path
* initial code dropAdrian Likins2007-09-201-0/+12
module_loader from the virt-factory node server xmlrpc server from the virt-factory-server code and some test modules no ssl support yet, no init scripts, no packagin etc