summaryrefslogtreecommitdiffstats
path: root/func/overlord/inventory.py
Commit message (Collapse)AuthorAgeFilesLines
* Get ready for release but also fix func-inventory so it understands the new ↵Michael DeHaan2008-02-041-1/+3
| | | | hierarchies found in things such as the netapp module.
* All exceptions, async or otherwise, now come back as easily detectable ↵Michael DeHaan2008-01-291-8/+10
| | | | | | | signatures. Use utils.is_error(result) to determine if something is an error or isn't. Example scripts as well as func-inventory have been updated. See async_test.py for examples.
* pychecker/pyflakesAdrian Likins2008-01-161-2/+0
| | | | remove unused imports
* removed more shebangs from files that are not executable as part of the ↵Steve 'Ashcrow' Milner2008-01-141-2/+0
| | | | application. rpmlint should output less warnings/errors.
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-4/+2
|
* Tweak connection refused logic in func-inventoryMichael DeHaan2007-12-171-3/+7
|
* Make func-inventory work again, although more needs to be done to tolerate ↵Michael DeHaan2007-12-171-26/+24
| | | | systems that can't be connected to.
* Added inventory module for mount, though something has broken ↵Michael DeHaan2007-12-171-0/+5
| | | | func-inventory's ability to query remote modules and I am still chasing what that is.
* make func-inventory smart enough to know that if a module just returns a ↵Michael DeHaan2007-10-261-0/+4
| | | | string, it doesn't have to pretty print it
* This adds alternative output formats for func-inventory, so that other ↵Michael DeHaan2007-10-261-1/+30
| | | | | | programs could more easily read the tree. The default is still pretty print as that makes the git diffs nicest.
* Inventory module now defaults to calling 'inventory' methods, not 'info', to ↵Michael DeHaan2007-10-241-3/+3
| | | | | | | | represent that info() data may change frequently and not be something we want to track. Also fix the --no-git option.
* Initial go at the func inventory app (includes git integration). Docs TBA ↵Michael DeHaan2007-10-231-0/+153
shortly.