summaryrefslogtreecommitdiffstats
path: root/func
Commit message (Expand)AuthorAgeFilesLines
* turn on some acl logging so I can debug thisAdrian Likins2008-05-013-10/+26
* new file acls.py, start trying to write a class for the acls, so we canAdrian Likins2008-04-303-65/+104
* add a "echo" to the test moduleAdrian Likins2008-04-161-0/+6
* add "--pickle" support for dumping call data in python pickle format.Adrian Likins2008-04-081-1/+6
* don't use interactive mode, but print out the results directly from the "call"Adrian Likins2008-04-081-2/+8
* comment fixing patch from Krzysztof A. Adamski <krzysztofa@gmail.com>Adrian Likins2008-04-012-15/+15
* remove client.py importAdrian Likins2008-03-281-1/+0
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-288-40/+48
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-287-88/+65
* add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com>Adrian Likins2008-03-286-1/+377
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-2810-44/+62
* Commit Luca's jboss module.Michael DeHaan2008-03-271-0/+234
* dont need those print'sAdrian Likins2008-03-041-3/+0
* update this test code to use new certmaster locationsAdrian Likins2008-03-041-1/+1
* Update to knew cert locations. This is just old test code, but updateAdrian Likins2008-03-041-0/+3
* missed some bits in the certmaster/func conversion. Use MinionConfig insteadAdrian Likins2008-03-041-5/+5
* use the certmaster info from /etc/certmaster/minion.conf instead of /etc/func...Adrian Likins2008-03-041-4/+4
* make "make clean" even cleanier.Adrian Likins2008-03-046-6/+42
* Merge commit 'origin/devel' into develAdrian Likins2008-02-291-247/+0
|\
| * remove debug spewAdrian Likins2008-02-251-1/+0
| * dont need this anymoreAdrian Likins2008-02-251-247/+0
| * remove debug spewAdrian Likins2008-02-251-1/+0
| * use certmaster.commonconfig.CMConfig here instead of the one that used to be ...Adrian Likins2008-02-252-2/+2
| * use both func and certmasters configsAdrian Likins2008-02-251-4/+9
| * CMConfig is located in certmater.commonconfig nowAdrian Likins2008-02-251-9/+16
| * fix up some paths.Adrian Likins2008-02-251-5/+7
| * resolve some utils namespace issueAdrian Likins2008-02-251-1/+2
| * more func/certmaster cert path changesAdrian Likins2008-02-251-2/+2
| * these functions are in certmaster.utils nowAdrian Likins2008-02-251-72/+0
| * use certmaster.requester.request_cert instead of utils.create_minion_certsAdrian Likins2008-02-251-2/+3
* | mostly merges of stuff I thought I had already committed and pushedAdrian Likins2008-02-296-96/+39
* | using the wrong path to minion.conf, updateAdrian Likins2008-02-291-2/+2
* | Revert "first pass at splitting off certmaster"Michael DeHaan2008-02-251-1/+0
|/
* first pass at splitting off certmasterAdrian Likins2008-02-251-0/+1
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-02-2515-57/+206
|\
| * Remove a bunch of unused imports.Luke Macken2008-02-219-14/+1
| * Update to ps_mem.py V1.9, which fixes errors in values reported when PSS is p...Pádraig Brady2008-02-211-31/+35
| * Fixing func "*" ping functionality, which had an earlier reference to expand_...Michael DeHaan2008-02-213-7/+35
| * initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-214-5/+132
| * Fix minion listingMichael DeHaan2008-02-191-5/+8
* | get certs from certmaster dirs nowAdrian Likins2008-02-251-2/+2
|/
* add netapp.options moduleJohn Eckersberg2008-02-151-0/+55
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-123-60/+68
* move some methods into the Groups class.Adrian Likins2008-02-122-18/+30
* Apply Tim V's patch to virt moduleMichael DeHaan2008-02-081-0/+17
* Possible traceback formatting difference on older python?Michael DeHaan2008-02-071-3/+6
* fix that methodSeth Vidal2008-02-051-6/+7
* Merge branch 'master' of ssh://git.fedorahosted.org/git/hosted/funcSeth Vidal2008-02-054-15/+97
|\
| * Make hostname detection code shared.Michael DeHaan2008-02-053-12/+13
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-02-051-1/+1
| |\