Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | comment fixing patch from Krzysztof A. Adamski <krzysztofa@gmail.com> | Adrian Likins | 2008-04-01 | 2 | -15/+15 | |
| | ||||||
* | remove client.py import | Adrian Likins | 2008-03-28 | 1 | -1/+0 | |
| | ||||||
* | move command.py:BaseCommand() to it's own module, base_command.py | Adrian Likins | 2008-03-28 | 8 | -40/+48 | |
| | | | | | update the cmd_modules/* classes accordingly also cleanup some imports in the cmd_modules/* classes | |||||
* | add a BaseCommand class to func/overlord/command.py. | Adrian Likins | 2008-03-28 | 7 | -88/+65 | |
| | | | | | | | | | | | | | This class adds data about the default settings for the Overlord class that the various cmd_module classes were hardcoding, notable DEFAULT_PORT. update all the cmd_modules/* classes to use the new BaseCommand class. Remove any DEFAULT_PORT references. Also remove the ill advised --port option some of them had, since this doesnt really make much sense. Progress on https://fedorahosted.org/func/ticket/31 | |||||
* | add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com> | Adrian Likins | 2008-03-28 | 8 | -2/+404 | |
| | | | | | | | | | 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 | |||||
* | Changing func/func/overlord/client.py:Client() to Overlord(). Client() still | Adrian Likins | 2008-03-28 | 16 | -112/+130 | |
| | | | | | | | works but will dive a deprecation warning. First pass at this refactor. I think just about everything has been updated, but some questions remain. Like if client.py needs a name change. | |||||
* | add Makefile to examples/ so "make clean" works | Adrian Likins | 2008-03-28 | 2 | -2/+22 | |
| | ||||||
* | Commit Luca's jboss module. | Michael DeHaan | 2008-03-27 | 3 | -0/+239 | |
| | ||||||
* | modified the test-it.sh to work with certmaster/func split | Adrian Likins | 2008-03-18 | 1 | -22/+49 | |
| | | | | | | This assumes that if you aren't doing BUILD_FROM_FRESH_CHECKOUT, that your certmaster/ and func/ dirs are in the same dir, aka, /a/src/certmaster and /a/src/func | |||||
* | Use Minions(glob).get_all_hosts() to fetch our minion list in funcweb | Luke Macken | 2008-03-10 | 2 | -4/+3 | |
| | ||||||
* | Change funcwebs default port to 51236, to avoid conflicting with pulp | Luke Macken | 2008-03-10 | 2 | -3/+3 | |
| | ||||||
* | Make funcweb generate the egg-info when necessary. | Luke Macken | 2008-03-10 | 1 | -0/+6 | |
| | ||||||
* | Update the funcweb README | Luke Macken | 2008-03-10 | 1 | -7/+10 | |
| | | | | | | - Added instructions for setting up a non-root user to run funcweb with - Added pam-devel to package dep list - Make running funcweb easier by generating the egg_info when necessary | |||||
* | Bring our README up to speed | Luke Macken | 2008-03-10 | 1 | -4/+3 | |
| | ||||||
* | Disable update script after having some problems on mdehaan's F8 boxv0.18 | Michael DeHaan | 2008-03-07 | 2 | -6/+3 | |
| | ||||||
* | In upgrade script, do not crash if files do not exist | Michael DeHaan | 2008-03-07 | 1 | -0/+2 | |
| | ||||||
* | Fixed the direction of one check in the updater script | Michael DeHaan | 2008-03-07 | 1 | -27/+20 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-03-06 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/func | Michael DeHaan | 2008-03-06 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Do not move versions backward! | Michael DeHaan | 2008-03-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Release bump | Michael DeHaan | 2008-03-06 | 1 | -1/+1 | |
| |/ | ||||||
* / | migrate some certmaster.conf settings | Adrian Likins | 2008-03-06 | 1 | -20/+37 | |
|/ | | | | | | | slight refactor to split up the minion and certmaster option migrations this should migrate listen_addr and autosign settings | |||||
* | remove debug spew we no longer need I hope | Adrian Likins | 2008-03-05 | 1 | -17/+10 | |
| | | | | rename the "funcmaster.*" to "certmaster.*" | |||||
* | dont need those print's | Adrian Likins | 2008-03-04 | 1 | -3/+0 | |
| | ||||||
* | update this test code to use new certmaster locations | Adrian Likins | 2008-03-04 | 1 | -1/+1 | |
| | ||||||
* | Update to knew cert locations. This is just old test code, but update | Adrian Likins | 2008-03-04 | 1 | -0/+3 | |
| | | | | it while we are at it. | |||||
* | Fix a couple of bugs here, and turn on more debugging output. | Adrian Likins | 2008-03-04 | 1 | -21/+19 | |
| | | | | | We were copying the /etc/pki/func/ contents to a subdir of /etc/pki/certmaster instead of into the dir directly. Fixed. | |||||
* | missed some bits in the certmaster/func conversion. Use MinionConfig instead | Adrian Likins | 2008-03-04 | 1 | -5/+5 | |
| | | | | of FuncdConfig | |||||
* | use the certmaster info from /etc/certmaster/minion.conf instead of ↵ | Adrian Likins | 2008-03-04 | 1 | -4/+4 | |
| | | | | /etc/func/minion.conf | |||||
* | make "make clean" even cleanier. | Adrian Likins | 2008-03-04 | 6 | -6/+42 | |
| | | | | try to hit up more of the subdirs, etc, when running "make clean" | |||||
* | we no longer use /etc/pki/func, remove it from the build | Adrian Likins | 2008-03-04 | 2 | -3/+0 | |
| | ||||||
* | don't migrate cert_dir settings at all. Move everyone to the new | Adrian Likins | 2008-03-04 | 1 | -14/+13 | |
| | | | | default "/etc/pki/certmaster". | |||||
* | don't try to use the config classes to read the old config files, it | Adrian Likins | 2008-03-04 | 1 | -11/+39 | |
| | | | | | doesn't really work, istead do it the old fashioned way and use ConfigParser directly. | |||||
* | Merge branch 'my-devel' | Adrian Likins | 2008-03-04 | 0 | -0/+0 | |
|\ | ||||||
| * | Merge branch 'devel' of ssh://git.fedoraproject.org/git/hosted/func into ↵ | Adrian Likins | 2008-03-04 | 8 | -123/+11 | |
| |\ | | | | | | | | | | my-devel | |||||
* | | | Merge branch 'my-devel' | Adrian Likins | 2008-03-04 | 2 | -1/+12 | |
|\| | | ||||||
| * | | add update-func | Adrian Likins | 2008-03-03 | 1 | -1/+3 | |
| | | | ||||||
| * | | add /usr/bin/update-func to spec | Adrian Likins | 2008-03-03 | 1 | -0/+5 | |
| | | | ||||||
| * | | add update script to %post | Adrian Likins | 2008-03-03 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge commit 'origin/devel' | Adrian Likins | 2008-02-29 | 7 | -123/+7 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | delete files, hopefully for real. These are certmaster stuff we dont need ↵ | Adrian Likins | 2008-02-29 | 3 | -110/+0 | |
| | | | | | | | | | | | | anymore | |||||
| * | | Merge commit 'origin/devel' into devel | Adrian Likins | 2008-02-29 | 8 | -567/+146 | |
| |\| | ||||||
| * | | mostly merges of stuff I thought I had already committed and pushed | Adrian Likins | 2008-02-29 | 6 | -96/+39 | |
| | | | | | | | | | | | | various s/func/certmaster changes | |||||
| * | | update references to certmaster in the docs | Adrian Likins | 2008-02-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | more de-certmaster'ing | Adrian Likins | 2008-02-29 | 1 | -9/+3 | |
| | | | ||||||
| * | | using the wrong path to minion.conf, update | Adrian Likins | 2008-02-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge commit 'origin/devel' | Adrian Likins | 2008-02-29 | 13 | -662/+184 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | add a tag to the func/minion.conf to indicate we've seen it before | Adrian Likins | 2008-02-29 | 1 | -8/+29 | |
| | | | | | | | | and have migrated it | |||||
| * | script to update certmaster/func settings to the new style and location | Adrian Likins | 2008-02-28 | 1 | -0/+125 | |
| | | ||||||
| * | remove debug spew | Adrian Likins | 2008-02-25 | 1 | -1/+0 | |
| | |