Starting off the certmaster tree with most of the func code, shortly non-certmaster...
authorMichael DeHaan <mdehaan@redhat.com>
Thu, 7 Feb 2008 17:08:55 +0000 (12:08 -0500)
committerMichael DeHaan <mdehaan@redhat.com>
Thu, 7 Feb 2008 17:08:55 +0000 (12:08 -0500)
commit697402da24ca930b3608359a61b9872fdddc62d9
tree625403025dbfe9caca1254aab45724c8de4d8302
parentac3061bcffd2ea634596c188beaa13339e3fa24a
Starting off the certmaster tree with most of the func code, shortly non-certmaster related parts will be removed, and other small parts added/tweaked
110 files changed:
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README [new file with mode: 0644]
certs/master-keys.py [new file with mode: 0644]
certs/slave-keys.py [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/Makefile [new file with mode: 0755]
docs/certmaster-ca.pod [new file with mode: 0644]
docs/certmaster.pod [new file with mode: 0644]
docs/func-inventory.pod [new file with mode: 0644]
docs/func.pod [new file with mode: 0644]
docs/funcd.pod [new file with mode: 0644]
etc/certmaster.conf [new file with mode: 0644]
etc/func_rotate [new file with mode: 0644]
etc/minion.conf [new file with mode: 0644]
etc/sample.acl [new file with mode: 0644]
func/CommonErrors.py [new file with mode: 0644]
func/Makefile [new file with mode: 0755]
func/SSLCommon.py [new file with mode: 0644]
func/SSLConnection.py [new file with mode: 0644]
func/__init__.py [new file with mode: 0644]
func/certmaster.py [new file with mode: 0755]
func/certs.py [new file with mode: 0644]
func/codes.py [new file with mode: 0755]
func/commonconfig.py [new file with mode: 0644]
func/config.py [new file with mode: 0644]
func/forkbomb.py [new file with mode: 0644]
func/jobthing.py [new file with mode: 0644]
func/logger.py [new file with mode: 0755]
func/minion/AuthedXMLRPCServer.py [new file with mode: 0644]
func/minion/Makefile [new file with mode: 0755]
func/minion/__init__.py [new file with mode: 0644]
func/minion/codes.py [new file with mode: 0755]
func/minion/module_loader.py [new file with mode: 0755]
func/minion/modules/Makefile [new file with mode: 0755]
func/minion/modules/__init__.py [new file with mode: 0644]
func/minion/modules/certmaster.py [new file with mode: 0644]
func/minion/modules/command.py [new file with mode: 0644]
func/minion/modules/copyfile.py [new file with mode: 0644]
func/minion/modules/filetracker.py [new file with mode: 0644]
func/minion/modules/func_module.py [new file with mode: 0644]
func/minion/modules/func_module.py.orig [new file with mode: 0644]
func/minion/modules/hardware.py [new file with mode: 0644]
func/minion/modules/jobs.py [new file with mode: 0644]
func/minion/modules/mount.py [new file with mode: 0644]
func/minion/modules/nagios-check.py [new file with mode: 0644]
func/minion/modules/netapp/README [new file with mode: 0644]
func/minion/modules/netapp/TODO [new file with mode: 0644]
func/minion/modules/netapp/__init__.py [new file with mode: 0644]
func/minion/modules/netapp/common.py [new file with mode: 0644]
func/minion/modules/netapp/snap.py [new file with mode: 0644]
func/minion/modules/netapp/vol/__init__.py [new file with mode: 0644]
func/minion/modules/netapp/vol/clone.py [new file with mode: 0644]
func/minion/modules/networktest.py [new file with mode: 0644]
func/minion/modules/process.py [new file with mode: 0644]
func/minion/modules/process.py.orig [new file with mode: 0644]
func/minion/modules/reboot.py [new file with mode: 0644]
func/minion/modules/rpms.py [new file with mode: 0644]
func/minion/modules/service.py [new file with mode: 0644]
func/minion/modules/smart.py [new file with mode: 0644]
func/minion/modules/snmp.py [new file with mode: 0644]
func/minion/modules/sysctl.py [new file with mode: 0644]
func/minion/modules/test.py [new file with mode: 0644]
func/minion/modules/virt.py [new file with mode: 0644]
func/minion/modules/yumcmd.py [new file with mode: 0644]
func/minion/server.py [new file with mode: 0755]
func/minion/sub_process.py [new file with mode: 0644]
func/minion/utils.py [new file with mode: 0755]
func/overlord/.forkbomb.py.swp [new file with mode: 0644]
func/overlord/Makefile [new file with mode: 0755]
func/overlord/__init__.py [new file with mode: 0644]
func/overlord/__init__.pyc [new file with mode: 0644]
func/overlord/client.py [new file with mode: 0755]
func/overlord/client.pyc [new file with mode: 0644]
func/overlord/cmd_modules/__init__.py [new file with mode: 0644]
func/overlord/cmd_modules/__init__.pyc [new file with mode: 0644]
func/overlord/cmd_modules/call.py [new file with mode: 0644]
func/overlord/cmd_modules/call.pyc [new file with mode: 0644]
func/overlord/cmd_modules/copyfile.py [new file with mode: 0644]
func/overlord/cmd_modules/listminions.py [new file with mode: 0644]
func/overlord/cmd_modules/ping.py [new file with mode: 0644]
func/overlord/cmd_modules/show.py [new file with mode: 0644]
func/overlord/command.py [new file with mode: 0644]
func/overlord/command.pyc [new file with mode: 0644]
func/overlord/forkbomb.pyc [new file with mode: 0644]
func/overlord/func_command.py [new file with mode: 0644]
func/overlord/func_command.pyc [new file with mode: 0644]
func/overlord/groups.py [new file with mode: 0644]
func/overlord/groups.pyc [new file with mode: 0644]
func/overlord/highlevel.py [new file with mode: 0644]
func/overlord/inventory.py [new file with mode: 0755]
func/overlord/jobthing.pyc [new file with mode: 0644]
func/overlord/modules/netapp.py [new file with mode: 0644]
func/overlord/sslclient.py [new file with mode: 0755]
func/overlord/sslclient.pyc [new file with mode: 0644]
func/overlord/test_func.py [new file with mode: 0755]
func/utils.py [new file with mode: 0755]
init-scripts/certmaster [new file with mode: 0755]
init-scripts/funcd [new file with mode: 0755]
nothing [deleted file]
scripts/Makefile [new file with mode: 0755]
scripts/certmaster [new file with mode: 0755]
scripts/certmaster-ca [new file with mode: 0755]
scripts/func [new file with mode: 0755]
scripts/func-create-module [new file with mode: 0755]
scripts/func-inventory [new file with mode: 0755]
scripts/funcd [new file with mode: 0755]
setup.py [new file with mode: 0644]
version [new file with mode: 0644]