Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add some code to ensure ips/macs don't get spaces in them. | Michael DeHaan | 2009-01-27 | 1 | -3/+3 | |
| | | ||||||
* | | Some code reorg in manage_bind during debugging, no functionality changes | Michael DeHaan | 2009-01-27 | 1 | -7/+7 | |
| | | ||||||
* | | Fix bad python 2.6 deprecation patch, also fix invalid removal code, and ↵ | Michael DeHaan | 2009-01-27 | 4 | -13/+12 | |
| | | | | | | | | remove a XMLRPC connection loop. | |||||
* | | Fix python 3000 patch to move definitions to the top | Michael DeHaan | 2009-01-27 | 1 | -11/+11 | |
| | | ||||||
* | | Remove md5 logic from uploading log sections since it is easier | Michael DeHaan | 2009-01-27 | 2 | -32/+7 | |
| | | | | | | | | to not support the md5 python 3000 move this way | |||||
* | | Changelog update | Michael DeHaan | 2009-01-27 | 1 | -3/+1 | |
| | | ||||||
* | | Merge commit 'jcapel_nl/devel-bugs' into devel | Michael DeHaan | 2009-01-27 | 2 | -25/+11 | |
|\ \ | ||||||
| * | | Fixed bug (ticket #309). Eth0 can now be deleted, and won't magically re-appear. | Jasper Capel | 2009-01-27 | 2 | -25/+11 | |
| | | | | | | | | | | | | Removed some old default_interface code. | |||||
* | | | Fix typo | Michael DeHaan | 2009-01-27 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix image type editing in the webapp | Michael DeHaan | 2009-01-26 | 3 | -2/+5 | |
| | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | Update changelogs to reflect merged patches | Michael DeHaan | 2009-01-26 | 1 | -3/+12 | |
| | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | Ignore commented lines in TFTP config during 'cobbler check' | Michael DeHaan | 2009-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | Authors update | Michael DeHaan | 2009-01-26 | 1 | -0/+1 | |
| | | ||||||
* | | Fixes to supress python 2.6 warnings about deprecation in Python 3/3000 (ssato) | Michael DeHaan | 2009-01-26 | 8 | -12/+18 | |
| | | ||||||
* | | Fix typo | Michael DeHaan | 2009-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | Ensure cobbler objects are loaded before service returns. | Michael DeHaan | 2009-01-26 | 1 | -1/+5 | |
| | | ||||||
* | | Buildiso fix to teach it about bonding info (Dave Hatton) | Michael DeHaan | 2009-01-26 | 1 | -6/+13 | |
| | | ||||||
* | | Remove duplicate function (Dave Hatton) | Michael DeHaan | 2009-01-26 | 1 | -12/+0 | |
| | | ||||||
* | | Apply fix for variable naming also to devel branch (Dave Hatton) | Michael DeHaan | 2009-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | Fix for blending in template-files feature | Michael DeHaan | 2009-01-26 | 1 | -0/+5 | |
| | | ||||||
* | | There is now a seperate cobblerd.log, but there is longer a webui.log | Michael DeHaan | 2009-01-23 | 1 | -1/+1 | |
| | | ||||||
* | | various rearranging; test code uses new port, logging fixes (sort of) | root | 2009-01-23 | 5 | -6/+4 | |
| | | ||||||
* | | Eliminate double fork in cobblerd, give cobblerd it's own log, various ↵ | Michael DeHaan | 2009-01-23 | 6 | -11/+9 | |
| | | | | | | | | | | | | streamlining; exception logging may have some quirks and the unit tests are a little odd, though it seems to be fairly solid; more work TBD. Now cobblerd has only one process and invokes API load only once, which should lead to much faster startup and performance. | |||||
* | | Don't double-endpoint the XMLRPC, Apache warns about this, so it might mean ↵ | Michael DeHaan | 2009-01-23 | 1 | -8/+0 | |
| | | | | | | | | something. | |||||
* | | Consolidating services to use just one port, removed syslog logging since we ↵ | Michael DeHaan | 2009-01-23 | 10 | -246/+101 | |
| | | | | | | | | have anamon | |||||
* | | Working on getting the server to not ping itself | Michael DeHaan | 2009-01-23 | 12 | -41/+46 | |
| | | ||||||
* | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2009-01-22 | 10 | -30/+212 | |
|\ \ | ||||||
| * \ | Merge commit 'origin/devel' into devel | James Laska | 2009-01-22 | 9 | -42/+155 | |
| |\ \ | ||||||
| * | | | Add post_anamon snippet to standard kickstart templates | James Laska | 2009-01-22 | 2 | -0/+6 | |
| | | | | ||||||
| * | | | Use absolute file paths. Setup and configure anamon initscript for ↵ | James Laska | 2009-01-22 | 1 | -11/+19 | |
| | | | | | | | | | | | | | | | | post-install boot notification. | |||||
| * | | | Use absolute file paths | James Laska | 2009-01-22 | 1 | -3/+2 | |
| | | | | ||||||
| * | | | Add anamon.init script to provide post-install boot notification using the ↵ | James Laska | 2009-01-22 | 4 | -2/+145 | |
| | | | | | | | | | | | | | | | | anamon service. Add a anamon pre/install trigger to clear any saved logfiles. | |||||
| * | | | Add comments and cleanup file descriptors when forking. Add cmdline support ↵ | James Laska | 2009-01-22 | 1 | -13/+39 | |
| | | | | | | | | | | | | | | | | for creating the watchlist (bpeck). | |||||
| * | | | Don't remove the aux directory | James Laska | 2009-01-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge commit 'origin/devel' into devel | James Laska | 2009-01-21 | 26 | -37/+926 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge commit 'origin/devel' into devel | James Laska | 2009-01-13 | 2 | -4/+44 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge commit 'origin/devel' into devel | James Laska | 2009-01-11 | 5 | -29/+29 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge commit 'origin/devel' into devel | James Laska | 2009-01-06 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
* | | | | | | | | Some fixes to remote cobblerd authentication features. Not done. | Michael DeHaan | 2009-01-22 | 7 | -32/+49 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | More work on teaching cobblerd to not reload itself, in progress, some ↵ | Michael DeHaan | 2009-01-21 | 3 | -86/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | web/XMLRPC functions may have some slight glitches but I'm working on it. | |||||
* | | | | | | | The beginings of a caching implementation for cobblerd to make the ↵ | Michael DeHaan | 2009-01-21 | 8 | -19/+144 | |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | webapp/XMLRPC much faster. | |||||
* | | | | | | Enable writeback, if just temporarily, in the new serializer. | Michael DeHaan | 2009-01-19 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Let the shelver serializer use dumbdbm for now (pure python) and see how | Michael DeHaan | 2009-01-19 | 1 | -11/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | we like it. | |||||
* | | | | | | Add missing (renamed) file | Michael DeHaan | 2009-01-19 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Experimenting with shelve again for performance information. | Michael DeHaan | 2009-01-16 | 3 | -1/+154 | |
| | | | | | | ||||||
* | | | | | | Merge commit 'james_c/ris-devel' into devel | Michael DeHaan | 2009-01-16 | 6 | -0/+253 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler/action_import.py cobbler/pxegen.py cobbler/utils.py | |||||
| * | | | | | Added bindmount util function | James Cammarata | 2008-12-30 | 1 | -3/+24 | |
| | | | | | | ||||||
| * | | | | | More stuff | James Cammarata | 2008-12-28 | 2 | -1/+7 | |
| | | | | | | ||||||
| * | | | | | Rename of .sif for ris kickstart | James Cammarata | 2008-12-28 | 1 | -0/+0 | |
| | | | | | | ||||||
| * | | | | | RIS patch 3 | James Cammarata | 2008-12-26 | 2 | -7/+23 | |
| | | | | | |