summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'mhicks_submit'Michael DeHaan2008-07-143-37/+43
|\ \ \
| * | | Adding an option for no graphics supportMatthew Hicks2008-07-071-1/+4
| | | |
| * | | Closing file descriptors during the virt install to avoid leaking themMatthew Hicks2008-07-071-1/+1
| | | |
| * | | Updated find_resources.py and func-find-resources script to look across minionsMatthew Hicks2008-07-072-35/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for enough RAM and a matching architecture to run a 'virt install' (koan) - Requires the freemem functionality enhancement to the virt.py module - Only allows Domain-0 shrink to 512M to keep it stable -- Technically, Domain-0 can be shrunk to 256M which is in accordance with how the freemem module reports available memory
* | | | Grails plugin is not technically a language binding, so we are going to let ↵Michael DeHaan2008-07-1418-2941/+0
| | | | | | | | | | | | | | | | this live in the grails repo
* | | | Remove binary filesMichael DeHaan2008-07-114-3/+0
| | | |
* | | | Merging Marco's func bindingsMichael DeHaan2008-07-1132-0/+3544
| | | |
* | | | Removing stray print messageMichael DeHaan2008-07-113-33/+10
| | | |
* | | | Correct merge errorMichael DeHaan2008-07-111-1/+1
| | | |
* | | | Merge branch 'ssalevan_delegation'Michael DeHaan2008-07-1112-18/+449
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: func.spec func/minion/modules/certmastermod.py setup.py
| * | | | Add missing yaml filesMichael DeHaan2008-07-1111-0/+1691
| | | | |
| * | | | Adding in some code to make CLI access available for delegationSteve Salevan2008-07-104-12/+16
| | | | |
| * | | | Removing superfluous print statementsSteve Salevan2008-07-091-2/+0
| | | | |
| * | | | Committing fixes to delegation/overlord client codeSteve Salevan2008-07-092-3/+8
| | | | |
| * | | | Adding potentially-working delegation code to overlord clientSteve Salevan2008-07-092-17/+54
| | | | |
| * | | | Adding in tree manipulation tools and minion-side delegation module.Steve Salevan2008-07-083-4/+217
| | | | |
| * | | | Adding in arguments for calling func with delegationSteve Salevan2008-07-012-2/+18
| | | | |
| * | | | Adding in some basic map append functionality to mapper toolSteve Salevan2008-06-271-4/+25
| | | | |
| * | | | Adding in a command-line map building tool,Steve Salevan2008-06-274-1/+89
| | | | | | | | | | | | | | | | | | | | | | | | | adjusting spec and setup.py to account for new PyYAML dependency and new script
| * | | | Renaming minion module certmaster to prevent gnarl namespace issues.Steve Salevan2008-06-272-4/+8
| | | | | | | | | | | | | | | | | | | | Fixing overlord module to prevent calls to test.ping() to reduce XMLRPC calls.
| * | | | Fixing mapping function to produce correct mapSteve Salevan2008-06-271-10/+11
| | | | |
| * | | | Fixing certmaster to work with branched certmaster project (you can noSteve Salevan2008-06-272-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer import certmaster via func) and added function to glean currently registered minions. Adding in new 'overlord.py' module to build maps of func networks where sub-overlords control minions. It's not quite ready for prime time yet, but hopefully within the next week or two it should be working reliably enough to help power command delegation features and the like.
* | | | | Allow func-transmit to call "list_minions"Michael DeHaan2008-07-111-12/+25
| | | | |
* | | | | Make list_minions use the server_spec APIs versus making a remote test call.Michael DeHaan2008-07-113-9/+6
| | | | |
* | | | | Merge branch 'makkalot_extreme'Michael DeHaan2008-07-0833-106/+1616
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | add the func rewuirement to specmakkalot2008-07-081-1/+1
| | | | |
| * | | | the structure for the rpm package we need a big commit but these are formal ↵makkalot2008-07-0712-0/+491
| | | | | | | | | | | | | | | | | | | | thimgs
| * | | | minor changes for spec filemakkalot2008-07-071-3/+11
| | | | |
| * | | | change the startup string to the proper name and remove the scripts wedont usemakkalot2008-07-071-4/+1
| | | | |
| * | | | remove the irrelevant lines we dont actually use :)makkalot2008-07-071-2/+1
| | | | |
| * | | | delete the scripts thing we dont need it the setup.py already does the same ↵makkalot2008-07-071-9/+0
| | | | | | | | | | | | | | | | | | | | thing
| * | | | use the func's utils to deamonize the funcwebd :)makkalot2008-07-071-2/+10
| | | | |
| * | | | the scripts part fo commandline start and stop for the servermakkalot2008-07-061-0/+9
| | | | |
| * | | | add the init-scriptsmakkalot2008-07-061-0/+115
| | | | |
| * | | | minor changes in setupmakkalot2008-07-061-4/+13
| | | | |
| * | | | make the server to use the default production server from /etcmakkalot2008-07-061-1/+9
| | | | |
| * | | | adding the funcwebd daemon thing to packagemakkalot2008-07-061-8/+46
| | | | |
| * | | | turn off the debgging for production servermakkalot2008-07-061-58/+33
| | | | |
| * | | | adding the config production server to etcmakkalot2008-07-061-0/+0
| | | | |
| * | | | the virtual server entry for funcweb behind ssled apache :)makkalot2008-07-061-0/+18
| | | | |
| * | | | the configuration file for production server for funcwebmakkalot2008-07-061-0/+91
| | | | |
| * | | | the rpm spec file will change in the future for begginning stage it is good :)makkalot2008-07-061-0/+93
| | | | |
| * | | | adding some directives to setup for packaging, will add more actually thats ↵makkalot2008-07-061-2/+6
| | | | | | | | | | | | | | | | | | | | just the start :)
| * | | | add some comments into the controllermakkalot2008-07-021-3/+14
| | | | |
| * | | | adding some simple cache mechanism for fc = Overlord(minion) thing , we do ↵makkalot2008-07-021-34/+119
| | | | | | | | | | | | | | | | | | | | that for every request which wasnt efficient, also annoyying :) With that patch the xmlrpc calls will be reduced which is good.
| * | | | display only the methods that are registered with register_method api structuremakkalot2008-07-011-3/+10
| | | | |
| * | | | fix the tests i broke, also fix some messmakkalot2008-07-011-40/+46
| | | | |
| * | | | remove that print mesage :)makkalot2008-07-011-1/+1
| | | | |
| * | | | show the description into the rendering template ^__^makkalot2008-07-011-0/+1
| | | | |
| * | | | remove my minion so others may test itmakkalot2008-06-301-2/+1
| | | | |