summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-124-67/+118
| | | | | | | 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 Likins2008-02-122-18/+30
|
* add minimal group docsAdrian Likins2008-02-121-0/+3
|
* make remove_this_host remove_this_cert so it actually worksSeth Vidal2008-02-121-1/+1
| | | | thanks to Karsten Hopp for pointing this out
* Working on script to help push code.Michael DeHaan2008-02-081-6/+2
|
* Adding build script to help with pushes.Michael DeHaan2008-02-083-1/+155
|
* Apply Tim V's patch to virt moduleMichael DeHaan2008-02-082-0/+18
|
* 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-056-29/+101
|\ | | | | | | | | | | | | | | * '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.
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-02-051-1/+0
| |\
| | * Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/funcAdrian Likins2008-02-053-15/+86
| | |\
| | * | seeing if this resultis 0 is dumb, just see if it executesroot2008-02-051-1/+0
| | | | | | | | | | | | | | | | We do need to be smarter about this though
| * | | Make hostname detection code shared.Michael DeHaan2008-02-053-12/+13
| | |/ | |/|
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-02-054-12/+39
| |\|
| | * use socket.getfqdn instead of gethostname for sanity sakeAdrian Likins2008-02-051-1/+2
| | |
| * | Adding a module to allow func to control certmaster via func, this will be ↵Michael DeHaan2008-02-053-15/+86
| | | | | | | | | | | | more useful once we have support for local connections.
* | | new Func_Client_Exception and allow the the caller to specify the ↵Seth Vidal2008-02-052-8/+44
| |/ |/| | | | | | | | | cert/key/ca to use for connecting
* | we don't really need to see the cp output I supposeAdrian Likins2008-02-041-2/+2
| |
* | at the moment, we don't need any func/.* files to build, so change the cp ↵Adrian Likins2008-02-041-1/+1
| | | | | | | | | | | | command to ignore them (and in the process, avoiding copying around a big pile of git stuff)
* | add in a bit of a kluge to try to make the test-it.sh script a bit more ↵Adrian Likins2008-02-041-1/+16
| | | | | | | | | | | | | | robust. Some magic to try to figure out where the script is running from and adjust paths accordiningly
* | make TestFileTracker test cases a bit less dependent on the state of theAdrian Likins2008-02-041-4/+6
| | | | | | | | | | | | | | filetracker setup make the rpm command test look for some package a bit more likely to be there than "func", for now, "filesystem"
* | dont test for the "@blippy" group yet till I setup a way to put the rightAdrian Likins2008-02-041-4/+13
| | | | | | | | config file in place (or mock object, whatever...)
* | typo found when a unittest hit that sectionAdrian Likins2008-02-041-1/+1
|/
* clean up some paths so hopefully this is more path independentAdrian Likins2008-02-041-4/+4
|
* fix typos in attr defs so "nosetests -a \!intro" works againAdrian Likins2008-02-041-2/+2
| | | | aka, skipping the introspectivish test cases that get called on every module
* add two new methods to poke at everymoduleAdrian Likins2008-02-041-1/+21
| | | | | | call "list_methods" also, call "inventory" if it exists
* typo on unittest config optionAdrian Likins2008-02-041-1/+1
|
* use the defined "STATUS" alias for status, so we dontAdrian Likins2008-02-042-2/+2
| | | | break on lsb setup machines
* Get ready for release but also fix func-inventory so it understands the new ↵Michael DeHaan2008-02-043-43/+16
| | | | hierarchies found in things such as the netapp module.
* Add overlord netapp module so we can create filer objects. Hot.John Eckersberg2008-02-043-0/+84
|
* remove unused parameter "args" from snap.deleteJohn Eckersberg2008-02-041-1/+1
|
* we don't return xmlrpclib.Faults anymore, so most of the testAdrian Likins2008-02-041-2/+5
| | | | | cases were less than useful. Fix to call func.utils.is_error instead
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-02-044-67/+55
|\
| * - fix bug where the last volume would get left offJohn Eckersberg2008-02-031-1/+5
| | | | | | | | - raise exception if vol given does not exist
| * get rid of all the fancy parameter packing and checking and just keepJohn Eckersberg2008-02-013-60/+50
| | | | | | | | | | | | things simple. also implemented vol.status
| * get rid of param_check and the NetappMissingParam exceptionJohn Eckersberg2008-02-011-7/+1
| |
* | instead of trying to build the local tree directly, copyAdrian Likins2008-02-041-2/+16
| | | | | | | | it to a subdir and run from there
* | add netapp/* modules to spec fileAdrian Likins2008-02-042-2/+11
|/ | | | still need a clean way to do this I think.
* add FIXME to setup.pyJohn Eckersberg2008-01-291-0/+3
|
* use func's sub_process instead of system-level for python 2.3 compatibilityJohn Eckersberg2008-01-291-5/+5
|
* get rid of split, I don't need itJohn Eckersberg2008-01-291-6/+0
|
* it's 2008, update copyrightsJohn Eckersberg2008-01-293-2/+16
|
* flesh out clone module to allow creation and splittingJohn Eckersberg2008-01-291-7/+15
|
* Merge branch 'master' into netappJohn Eckersberg2008-01-2919-165/+234
|\
| * some more path fixesAdrian Likins2008-01-291-0/+5
| | | | | | | | | | | | | | still need a bit more automagic to make it do the right thing when invoke from different places for now, just invoke it directly from test/
| * add an optional config file "test-it.conf"Adrian Likins2008-01-291-23/+31
| | | | | | | | | | | | make running the unittests optional remove "pound_on_threads" stuff cause it was stupid and slow
| * resolve conflict in test-it.shAdrian Likins2008-01-292-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func Conflicts: test/test-it.sh
| | * Fix some typosMichael DeHaan2008-01-293-3/+3
| | |
| * | make testing from a src checkout work againAdrian Likins2008-01-291-11/+33
| | | | | | | | | | | | | | | default to building from local checkout, and "make install" instead of using an rpm