| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added rpm package tracking, which shows the full name, epoch, version, releas... | Michael DeHaan | 2007-10-25 | 1 | -0/+48 |
| * | Adding part 2 to service inventory -- what the services are currently doing. | Michael DeHaan | 2007-10-25 | 1 | -3/+16 |
| * | Added the first part of the service inventory code (chkconfig state) .. next ... | Michael DeHaan | 2007-10-25 | 1 | -5/+35 |
| * | Inventory module now defaults to calling 'inventory' methods, not 'info', to ... | Michael DeHaan | 2007-10-24 | 1 | -3/+3 |
| * | Add a new method "inventory" which will be the default method func-inventory ... | Michael DeHaan | 2007-10-24 | 3 | -13/+16 |
| * | change copyfile cmd line to transmit file contents as binary blobs | Adrian Likins | 2007-10-24 | 2 | -4/+14 |
| * | add a .info attribute so virt status is stored as part of inventory | Adrian Likins | 2007-10-24 | 1 | -0/+10 |
| * | move "func list_minions" to be a cmd module | Adrian Likins | 2007-10-24 | 2 | -16/+63 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2007-10-23 | 1 | -1/+0 |
| |\ |
|
| | * | remove unused func_command import | Adrian Likins | 2007-10-23 | 1 | -1/+1 |
| * | | Initial go at the func inventory app (includes git integration). Docs TBA sh... | Michael DeHaan | 2007-10-23 | 2 | -1/+154 |
| |/ |
|
| * | Slight docs cleanup, make usage print the proper name of the app. | Michael DeHaan | 2007-10-23 | 2 | -2/+1 |
| * | swap out minion-acl config file for minion-acl.d dir of .acl files | Seth Vidal | 2007-10-18 | 3 | -23/+32 |
| * | copyfile.py: dont need the parse call here | Adrian Likins | 2007-10-12 | 3 | -7/+8 |
| * | what kind of weird name is "rpath", change to "remotepath" | Adrian Likins | 2007-10-12 | 1 | -2/+2 |
| * | add "copyfile" commandline module that knows how to get the local | Adrian Likins | 2007-10-12 | 3 | -0/+109 |
| * | add "show hardare --os" option | Adrian Likins | 2007-10-10 | 1 | -11/+6 |
| * | add support to func cli for: | Adrian Likins | 2007-10-09 | 1 | -10/+55 |
| * | make func_command use the new handleArguments method from | Adrian Likins | 2007-10-09 | 4 | -44/+140 |
| * | add a hook into command.py to do stuff to the arguments before | Adrian Likins | 2007-10-09 | 1 | -0/+10 |
| * | fix up some items on nagios-check | Seth Vidal | 2007-10-08 | 1 | -2/+2 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-10-08 | 4 | -83/+49 |
| |\ |
|
| | * | er, merge? | Adrian Likins | 2007-10-08 | 2 | -73/+8 |
| | * | add a couple alternatice serializers just for kicks | Adrian Likins | 2007-10-08 | 1 | -8/+35 |
| | * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-10-08 | 4 | -11/+102 |
| | |\ |
|
| | * | | sort the returns of these methods just to make it purdy | Adrian Likins | 2007-10-08 | 1 | -2/+6 |
| * | | | prelim snmp - get method | Seth Vidal | 2007-10-08 | 1 | -0/+46 |
| | |/
|/| |
|
| * | | add nagios_check | Seth Vidal | 2007-10-08 | 1 | -0/+42 |
| * | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-10-08 | 3 | -0/+102 |
| |\| |
|
| | * | create a func/overkiad/cmd_modules sub dir | Adrian Likins | 2007-10-08 | 3 | -0/+102 |
| * | | fine-grained acls per minion | Seth Vidal | 2007-10-08 | 3 | -11/+60 |
| |/ |
|
| * | - certmaster-ca supports wildcards to -s and -c, now | Seth Vidal | 2007-10-04 | 2 | -15/+38 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Jesus M. Rodriguez | 2007-10-03 | 30 | -2/+3546 |
| |\ |
|
| | * | get rid of listen_port option since we really don't want that to be an option | Seth Vidal | 2007-10-03 | 2 | -2/+3 |
| | * | should help fix some of the problems people were seeing when running | Adrian Likins | 2007-10-03 | 1 | -1/+41 |
| | * | Fix up recursive pylint and pychecker rules. | James Bowes | 2007-10-02 | 2 | -0/+11 |
| | * | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 27 | -0/+3488 |
| |/ |
|
| * | Added func --list-minions option. | Devan Goodwin | 2007-10-02 | 1 | -0/+2 |
| * | Fix bad indentation in certs and func dirs | James Bowes | 2007-09-28 | 4 | -20/+20 |
| * | Remove unused imports | James Bowes | 2007-09-28 | 3 | -3/+2 |
| * | log the ip address of the requester to the audit.log | Adrian Likins | 2007-09-28 | 1 | -3/+3 |
| * | make sure we have the fqdn of the certmaster in the CN of the certificate aut... | Seth Vidal | 2007-09-28 | 1 | -1/+3 |
| * | make sure we don't end up with / or \ in filenames anywhere from a dodgy cn i... | Seth Vidal | 2007-09-28 | 1 | -5/+11 |
| * | remove config_data.py as it is no longer used | Seth Vidal | 2007-09-27 | 1 | -52/+0 |
| * | back to calling it certmaster not certmaster_server | Seth Vidal | 2007-09-27 | 1 | -1/+1 |
| * | get rid of overlord_server - use only certmaster_server in minion config | Seth Vidal | 2007-09-27 | 1 | -2/+1 |
| * | config crap in one file so we don't have recursive/impossible imports, I hope | Seth Vidal | 2007-09-27 | 3 | -10/+19 |
| * | new config on logger.py | Seth Vidal | 2007-09-27 | 1 | -7/+6 |
| * | modify func/overlord to read config from certmaster and use config.py | Seth Vidal | 2007-09-27 | 1 | -1/+0 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-09-27 | 1 | -0/+19 |
| |\ |
|