Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Two patches from Dave Hatton, (1) sort the order of systems and profiles ↵ | Michael DeHaan | 2009-02-06 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | during buildiso. (2) Ensure that directories are created when using the template files feature. | |||||
* | | | Make more fields standardize around space seperation, not comma seperation | Michael DeHaan | 2009-02-06 | 3 | -5/+6 | |
| | | | ||||||
* | | | Dave Hatton's patch to add a name servers search path to Cobbler. | Michael DeHaan | 2009-02-06 | 7 | -2/+33 | |
| | | | ||||||
* | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2009-02-06 | 1 | -2/+14 | |
|\ \ \ | ||||||
| * | | | Gracefully handle manage_*_zones settings as strings. | John Eckersberg | 2009-02-06 | 1 | -2/+14 | |
| |/ / | | | | | | | | | | | | | | | | Previously if these settings were not a valid YAML array it would cause an exception. Now we will check to see if the setting is of type(List). If not we assume it's just a single string. | |||||
* / / | Generate templates for s390 conf/parm files for profiles, not just templates. | Michael DeHaan | 2009-02-06 | 1 | -0/+17 | |
|/ / | ||||||
* | | s390 hacking | Michael DeHaan | 2009-02-05 | 3 | -3/+28 | |
| | | ||||||
* | | (A) | Michael DeHaan | 2009-02-04 | 4 | -39/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Working on s390 pseudo PXE (B) There's a chance that some datastructures may result in zero lenght yaml writes, which is bad. These changes introduce numerous checks in the serializer to prevent those writes, and also we increase the level of reporting to indicate the source of the error. Conflicts: cobbler/cobblerd.py scripts/cobblerd | |||||
* | | Fix --server-override setting | Michael DeHaan | 2009-01-27 | 1 | -1/+1 | |
| | | ||||||
* | | Eliminate scoping problem for older pythons | Michael DeHaan | 2009-01-27 | 1 | -4/+4 | |
| | | ||||||
* | | 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 | 3 | -11/+10 | |
| | | | | | | | | 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 | 1 | -25/+5 | |
| | | | | | | | | to not support the md5 python 3000 move this way | |||||
* | | Fixed bug (ticket #309). Eth0 can now be deleted, and won't magically re-appear. | Jasper Capel | 2009-01-27 | 1 | -18/+11 | |
| | | | | | | | | Removed some old default_interface code. | |||||
* | | Ignore commented lines in TFTP config during 'cobbler check' | Michael DeHaan | 2009-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes to supress python 2.6 warnings about deprecation in Python 3/3000 (ssato) | Michael DeHaan | 2009-01-26 | 8 | -12/+18 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Fix for blending in template-files feature | Michael DeHaan | 2009-01-26 | 1 | -0/+5 | |
| | | ||||||
* | | various rearranging; test code uses new port, logging fixes (sort of) | root | 2009-01-23 | 3 | -4/+2 | |
| | | ||||||
* | | Eliminate double fork in cobblerd, give cobblerd it's own log, various ↵ | Michael DeHaan | 2009-01-23 | 5 | -10/+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. | |||||
* | | Consolidating services to use just one port, removed syslog logging since we ↵ | Michael DeHaan | 2009-01-23 | 6 | -215/+85 | |
| | | | | | | | | have anamon | |||||
* | | Working on getting the server to not ping itself | Michael DeHaan | 2009-01-23 | 10 | -40/+44 | |
| | | ||||||
* | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2009-01-22 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Merge commit 'origin/devel' into devel | James Laska | 2009-01-22 | 8 | -41/+154 | |
| |\ \ | ||||||
| * | | | Don't remove the aux directory | James Laska | 2009-01-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | 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 | 2 | -85/+73 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Experimenting with shelve again for performance information. | Michael DeHaan | 2009-01-16 | 1 | -0/+151 | |
| | | ||||||
* | | Merge commit 'james_c/ris-devel' into devel | Michael DeHaan | 2009-01-16 | 1 | -0/+143 | |
|\| | | | | | | | | | | | | | | | 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 | 1 | -1/+2 | |
| | | ||||||
| * | RIS patch 3 | James Cammarata | 2008-12-26 | 1 | -2/+12 | |
| | | ||||||
| * | ris patch 2 | James Cammarata | 2008-12-26 | 8 | -18/+381 | |
| | | ||||||
* | | Bill Peck's patch adding a new power type. | Michael DeHaan | 2009-01-13 | 13 | -29/+457 | |
| | | ||||||
* | | Fixed the conditional statements for image tests and cleaned up | Darryl L. Pierce | 2009-01-12 | 2 | -5/+24 | |
| | | | | | | | | the hostname handling. | |||||
* | | Provides validation for the image file argument. | Darryl L. Pierce | 2009-01-12 | 1 | -4/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | A file must have minimally a path and filename. If a file contains authentication information then it must also have a hostname. Paths must be absolute. If the file includes a protocol then that is dropped. | |||||
* | | Rewrite get_host_ip in utils.py to use netaddr instead of gethostip | John Eckersberg | 2009-01-09 | 1 | -26/+21 | |
| | | | | | | | | from syslinux. | |||||
* | | Update changelog | Michael DeHaan | 2009-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | External kickstart files should not be converted to cobbler served URLs in ↵ | Michael DeHaan | 2009-01-05 | 1 | -2/+6 | |
| | | | | | | | | the pxe tree. Possible fix for per-system kickstarts also. | |||||
* | | Allow import of RHEL 5 client (Matt Hyclak) | Michael DeHaan | 2009-01-05 | 1 | -0/+1 | |
| | | ||||||
* | | Fix for types of hashes | Michael DeHaan | 2009-01-05 | 2 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' into devel | Michael DeHaan | 2009-01-05 | 1 | -24/+28 | |
|\ \ | ||||||
| * | | Obscure xmlrpclib workaround | Michael DeHaan | 2009-01-05 | 1 | -24/+28 | |
| | | | ||||||
* | | | Merge branch 'master' into devel | Michael DeHaan | 2009-01-05 | 1 | -1/+1 | |
|\| | |