summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for forcing some long running methods to be called in async mode ↵Krzysztof A. Adamski2008-06-291-0/+1
| | | | from command line.
* add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com>Adrian Likins2008-03-281-1/+2
| | | | | | | | | add some basic test cases to the unittests (needs expanded) add file info to setup.py add Makefiles to minion/modules/netapp/* and minion/modules/iptables/* to make make clean work
* Disable update script after having some problems on mdehaan's F8 boxMichael DeHaan2008-03-071-1/+1
|
* we no longer use /etc/pki/func, remove it from the buildAdrian Likins2008-03-041-2/+0
|
* Merge branch 'my-devel'Adrian Likins2008-03-041-1/+3
|\
| * add update-funcAdrian Likins2008-03-031-1/+3
| |
* | more de-certmaster'ingAdrian Likins2008-02-291-9/+3
| |
* | Revert "first pass at splitting off certmaster"Michael DeHaan2008-02-251-5/+8
|/ | | | This reverts commit 6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.
* first pass at splitting off certmasterAdrian Likins2008-02-251-8/+5
|
* Add overlord netapp module so we can create filer objects. Hot.John Eckersberg2008-02-041-0/+1
|
* add netapp/* modules to spec fileAdrian Likins2008-02-041-2/+2
| | | | still need a clean way to do this I think.
* add FIXME to setup.pyJohn Eckersberg2008-01-291-0/+3
|
* explicitly add vol package for now until i can decide how to make it pick it ↵John Eckersberg2008-01-271-1/+2
| | | | up dynamically
* bit more workJohn Eckersberg2008-01-231-1/+2
|
* Added in func-create-module to make boilerplate module code. spec, setup and ↵Steve 'Ashcrow' Milner2008-01-131-1/+2
| | | | version updated as well (oops).
* add /var/lib/func/* to packagingAdrian Likins2007-12-181-0/+2
|
* Adds the filetracker module, originally developed by fordship, with some ↵Michael DeHaan2007-10-261-0/+2
| | | | | | | | | tweaks. "func spec call filetracker track filename" can be used to track a file, and "func spec call filetracker untrack filename" removes it. Then it shows up with lots of data using "func spec call filetracker inventory". Addition can also specify for the contents of data in the said files to be noted in inventory. Additionally, the inventory function can be told to return data structures instead of an easily-diffable list, and the checksums can be enabled/disabled.
* Added docs for func-inventoryMichael DeHaan2007-10-231-0/+1
|
* Initial go at the func inventory app (includes git integration). Docs TBA ↵Michael DeHaan2007-10-231-1/+5
| | | | shortly.
* leftover mention of minion-acl.confSeth Vidal2007-10-181-1/+0
|
* swap out minion-acl config file for minion-acl.d dir of .acl filesSeth Vidal2007-10-181-1/+3
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-10-081-0/+1
|\
| * make sure minion-acl.conf is added in setup.pySeth Vidal2007-10-081-0/+1
| |
* | er, merge?Adrian Likins2007-10-081-0/+1
|/ | | | wtf, I already committed and pushed these changes
* Moved code under the func namespace.Devan Goodwin2007-10-021-4/+1
| | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.
* Bump func version for release, add BuildRequires + logrotate scriptMichael DeHaan2007-09-281-3/+5
|
* Add manpage for certmaster-ca.Michael DeHaan2007-09-271-0/+1
|
* - certs.py: write keys out as mode 600Seth Vidal2007-09-271-1/+4
| | | | | - make sure we setup the config dict immediately in config_data - clean up our config, pki and var dirs on removal
* Remove assorted unused importsJames Bowes2007-09-261-4/+1
|
* update specfile and version and setup for certmaster-caSeth Vidal2007-09-261-1/+1
|
* Adding manpages and misc spec/build cleanupMichael DeHaan2007-09-251-3/+8
|
* Renaming configuration file to 'minion.conf' and changing setup.py and ↵Michael DeHaan2007-09-251-18/+2
| | | | specfiles to understand.
* Updating configuration files to keep things seperate.Michael DeHaan2007-09-251-1/+1
|
* Adding func (command line client to be run from master) to /usr/binMichael DeHaan2007-09-251-1/+1
|
* add etc/certmaster.confSeth Vidal2007-09-251-1/+1
| | | | fix setup.py and func.spec for it
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/funcRobin Norwood2007-09-251-6/+5
|\ | | | | | | | | | | | | Conflicts: func.spec setup.py
| * - fix spec file for new func python sitelib dirSeth Vidal2007-09-251-1/+1
| | | | | | | | - add certmaster initscript to setup.py
| * - all the class bits to make the authssl xmlrpc server work - most of it ↵Seth Vidal2007-09-251-5/+4
| | | | | | | | | | | | copied and modified from plague - modifications to setup.py to behave with func dir for python sitelib
* | Renamed server to minion and client to overlordRobin Norwood2007-09-251-6/+6
|/
* Remove yaml references from setup.py and specfile.Michael DeHaan2007-09-201-4/+2
|
* first pass at packaging stuffAdrian Likins2007-09-201-0/+68
version is 0.11-1 (this one goes to .11) "make rpms" should build a rpm from the setup.py and func.spec