Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dont need those print's | Adrian Likins | 2008-03-04 | 1 | -3/+0 |
| | |||||
* | update this test code to use new certmaster locations | Adrian Likins | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | Update to knew cert locations. This is just old test code, but update | Adrian Likins | 2008-03-04 | 1 | -0/+3 |
| | | | | it while we are at it. | ||||
* | missed some bits in the certmaster/func conversion. Use MinionConfig instead | Adrian Likins | 2008-03-04 | 1 | -5/+5 |
| | | | | of FuncdConfig | ||||
* | use the certmaster info from /etc/certmaster/minion.conf instead of ↵ | Adrian Likins | 2008-03-04 | 1 | -4/+4 |
| | | | | /etc/func/minion.conf | ||||
* | make "make clean" even cleanier. | Adrian Likins | 2008-03-04 | 6 | -6/+42 |
| | | | | try to hit up more of the subdirs, etc, when running "make clean" | ||||
* | Merge commit 'origin/devel' into devel | Adrian Likins | 2008-02-29 | 1 | -247/+0 |
|\ | |||||
| * | remove debug spew | Adrian Likins | 2008-02-25 | 1 | -1/+0 |
| | | |||||
| * | dont need this anymore | Adrian Likins | 2008-02-25 | 1 | -247/+0 |
| | | |||||
| * | remove debug spew | Adrian Likins | 2008-02-25 | 1 | -1/+0 |
| | | |||||
| * | use certmaster.commonconfig.CMConfig here instead of the one that used to be ↵ | Adrian Likins | 2008-02-25 | 2 | -2/+2 |
| | | | | | | | | in func | ||||
| * | use both func and certmasters configs | Adrian Likins | 2008-02-25 | 1 | -4/+9 |
| | | |||||
| * | CMConfig is located in certmater.commonconfig now | Adrian Likins | 2008-02-25 | 1 | -9/+16 |
| | | |||||
| * | fix up some paths. | Adrian Likins | 2008-02-25 | 1 | -5/+7 |
| | | | | | | | | | | Note: these paths probably shouldn't be as hardcoded as they are now... | ||||
| * | resolve some utils namespace issue | Adrian Likins | 2008-02-25 | 1 | -1/+2 |
| | | | | | | | | probably should just combine these | ||||
| * | more func/certmaster cert path changes | Adrian Likins | 2008-02-25 | 1 | -2/+2 |
| | | |||||
| * | these functions are in certmaster.utils now | Adrian Likins | 2008-02-25 | 1 | -72/+0 |
| | | |||||
| * | use certmaster.requester.request_cert instead of utils.create_minion_certs | Adrian Likins | 2008-02-25 | 1 | -2/+3 |
| | | |||||
* | | mostly merges of stuff I thought I had already committed and pushed | Adrian Likins | 2008-02-29 | 6 | -96/+39 |
| | | | | | | | | various s/func/certmaster changes | ||||
* | | using the wrong path to minion.conf, update | Adrian Likins | 2008-02-29 | 1 | -2/+2 |
| | | |||||
* | | Revert "first pass at splitting off certmaster" | Michael DeHaan | 2008-02-25 | 1 | -1/+0 |
|/ | | | | This reverts commit 6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838. | ||||
* | first pass at splitting off certmaster | Adrian Likins | 2008-02-25 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-02-25 | 15 | -57/+206 |
|\ | |||||
| * | Remove a bunch of unused imports. | Luke Macken | 2008-02-21 | 9 | -14/+1 |
| | | |||||
| * | Update to ps_mem.py V1.9, which fixes errors in values reported when PSS is ↵ | Pádraig Brady | 2008-02-21 | 1 | -31/+35 |
| | | | | | | | | | | | | | | provided in /proc/$pid/smaps Signed-off-by: Pádraig Brady <P@draigBrady.com> Signed-off-by: Luke Macken <lmacken@redhat.com> | ||||
| * | Fixing func "*" ping functionality, which had an earlier reference to ↵ | Michael DeHaan | 2008-02-21 | 3 | -7/+35 |
| | | | | | | | | expand_servers that is no longer supported. To do this, I've exposed an additional method in the client.minions() API. Also some more work done on func "check" command to diagnose setup problems. | ||||
| * | initial work on "func '*' check" command for diagnosing basic setup problems, | Michael DeHaan | 2008-02-21 | 4 | -5/+132 |
| | | | | | | | | still more to do. | ||||
| * | Fix minion listing | Michael DeHaan | 2008-02-19 | 1 | -5/+8 |
| | | |||||
* | | get certs from certmaster dirs now | Adrian Likins | 2008-02-25 | 1 | -2/+2 |
|/ | |||||
* | add netapp.options module | John Eckersberg | 2008-02-15 | 1 | -0/+55 |
| | |||||
* | Refactor the minion/server list and group stuff. Still not ideal, but | Adrian Likins | 2008-02-12 | 3 | -60/+68 |
| | | | | | | | a touch more OO. Also update unittests/etc. Did some s/servers/minions/ renaming while I was at it as well. Need to go back and finish that up. | ||||
* | move some methods into the Groups class. | Adrian Likins | 2008-02-12 | 2 | -18/+30 |
| | |||||
* | Apply Tim V's patch to virt module | Michael DeHaan | 2008-02-08 | 1 | -0/+17 |
| | |||||
* | Possible traceback formatting difference on older python? | Michael DeHaan | 2008-02-07 | 1 | -3/+6 |
| | |||||
* | fix that method | Seth Vidal | 2008-02-05 | 1 | -6/+7 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/hosted/func | Seth Vidal | 2008-02-05 | 4 | -15/+97 |
|\ | | | | | | | | | | | | | | | * 'master' of ssh://git.fedorahosted.org/git/hosted/func: Make hostname detection code shared. seeing if this resultis 0 is dumb, just see if it executes use socket.getfqdn instead of gethostname for sanity sake Adding a module to allow func to control certmaster via func, this will be more useful once we have support for local connections. | ||||
| * | Make hostname detection code shared. | Michael DeHaan | 2008-02-05 | 3 | -12/+13 |
| | | |||||
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2008-02-05 | 1 | -1/+1 |
| |\ | |||||
| * | | Adding a module to allow func to control certmaster via func, this will be ↵ | Michael DeHaan | 2008-02-05 | 2 | -3/+84 |
| | | | | | | | | | | | | more useful once we have support for local connections. | ||||
* | | | new Func_Client_Exception and allow the the caller to specify the ↵ | Seth Vidal | 2008-02-05 | 2 | -8/+44 |
| |/ |/| | | | | | | | | | cert/key/ca to use for connecting | ||||
* | | typo found when a unittest hit that section | Adrian Likins | 2008-02-04 | 1 | -1/+1 |
|/ | |||||
* | Get ready for release but also fix func-inventory so it understands the new ↵ | Michael DeHaan | 2008-02-04 | 1 | -1/+3 |
| | | | | hierarchies found in things such as the netapp module. | ||||
* | Add overlord netapp module so we can create filer objects. Hot. | John Eckersberg | 2008-02-04 | 1 | -0/+82 |
| | |||||
* | remove unused parameter "args" from snap.delete | John Eckersberg | 2008-02-04 | 1 | -1/+1 |
| | |||||
* | - fix bug where the last volume would get left off | John Eckersberg | 2008-02-03 | 1 | -1/+5 |
| | | | | - raise exception if vol given does not exist | ||||
* | get rid of all the fancy parameter packing and checking and just keep | John Eckersberg | 2008-02-01 | 3 | -60/+50 |
| | | | | | | things simple. also implemented vol.status | ||||
* | get rid of param_check and the NetappMissingParam exception | John Eckersberg | 2008-02-01 | 1 | -7/+1 |
| | |||||
* | use func's sub_process instead of system-level for python 2.3 compatibility | John Eckersberg | 2008-01-29 | 1 | -5/+5 |
| | |||||
* | get rid of split, I don't need it | John Eckersberg | 2008-01-29 | 1 | -6/+0 |
| | |||||
* | it's 2008, update copyrights | John Eckersberg | 2008-01-29 | 3 | -2/+16 |
| |