summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Two patches from Dave Hatton, (1) sort the order of systems and profiles ↵Michael DeHaan2009-02-061-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 seperationMichael DeHaan2009-02-063-5/+6
| | |
* | | Dave Hatton's patch to add a name servers search path to Cobbler.Michael DeHaan2009-02-067-2/+33
| | |
* | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-02-061-2/+14
|\ \ \
| * | | Gracefully handle manage_*_zones settings as strings.John Eckersberg2009-02-061-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 DeHaan2009-02-061-0/+17
|/ /
* | s390 hackingMichael DeHaan2009-02-053-3/+28
| |
* | (A)Michael DeHaan2009-02-044-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 settingMichael DeHaan2009-01-271-1/+1
| |
* | Eliminate scoping problem for older pythonsMichael DeHaan2009-01-271-4/+4
| |
* | Add some code to ensure ips/macs don't get spaces in them.Michael DeHaan2009-01-271-3/+3
| |
* | Some code reorg in manage_bind during debugging, no functionality changesMichael DeHaan2009-01-271-7/+7
| |
* | Fix bad python 2.6 deprecation patch, also fix invalid removal code, and ↵Michael DeHaan2009-01-273-11/+10
| | | | | | | | remove a XMLRPC connection loop.
* | Fix python 3000 patch to move definitions to the topMichael DeHaan2009-01-271-11/+11
| |
* | Remove md5 logic from uploading log sections since it is easierMichael DeHaan2009-01-271-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 Capel2009-01-271-18/+11
| | | | | | | | Removed some old default_interface code.
* | Ignore commented lines in TFTP config during 'cobbler check'Michael DeHaan2009-01-261-1/+1
| |
* | Fixes to supress python 2.6 warnings about deprecation in Python 3/3000 (ssato)Michael DeHaan2009-01-268-12/+18
| |
* | Buildiso fix to teach it about bonding info (Dave Hatton)Michael DeHaan2009-01-261-6/+13
| |
* | Remove duplicate function (Dave Hatton)Michael DeHaan2009-01-261-12/+0
| |
* | Fix for blending in template-files featureMichael DeHaan2009-01-261-0/+5
| |
* | various rearranging; test code uses new port, logging fixes (sort of)root2009-01-233-4/+2
| |
* | Eliminate double fork in cobblerd, give cobblerd it's own log, various ↵Michael DeHaan2009-01-235-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 DeHaan2009-01-236-215/+85
| | | | | | | | have anamon
* | Working on getting the server to not ping itselfMichael DeHaan2009-01-2310-40/+44
| |
* | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-01-221-1/+1
|\ \
| * \ Merge commit 'origin/devel' into develJames Laska2009-01-228-41/+154
| |\ \
| * | | Don't remove the aux directoryJames Laska2009-01-221-1/+1
| | | |
* | | | Some fixes to remote cobblerd authentication features. Not done.Michael DeHaan2009-01-227-32/+49
| |/ / |/| |
* | | More work on teaching cobblerd to not reload itself, in progress, some ↵Michael DeHaan2009-01-212-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 DeHaan2009-01-218-19/+144
|/ / | | | | | | webapp/XMLRPC much faster.
* | Enable writeback, if just temporarily, in the new serializer.Michael DeHaan2009-01-191-1/+1
| |
* | Let the shelver serializer use dumbdbm for now (pure python) and see howMichael DeHaan2009-01-191-11/+22
| | | | | | | | we like it.
* | Experimenting with shelve again for performance information.Michael DeHaan2009-01-161-0/+151
| |
* | Merge commit 'james_c/ris-devel' into develMichael DeHaan2009-01-161-0/+143
|\| | | | | | | | | | | | | | | Conflicts: cobbler/action_import.py cobbler/pxegen.py cobbler/utils.py
| * Added bindmount util functionJames Cammarata2008-12-301-3/+24
| |
| * More stuffJames Cammarata2008-12-281-1/+2
| |
| * RIS patch 3James Cammarata2008-12-261-2/+12
| |
| * ris patch 2James Cammarata2008-12-268-18/+381
| |
* | Bill Peck's patch adding a new power type.Michael DeHaan2009-01-1313-29/+457
| |
* | Fixed the conditional statements for image tests and cleaned upDarryl L. Pierce2009-01-122-5/+24
| | | | | | | | the hostname handling.
* | Provides validation for the image file argument.Darryl L. Pierce2009-01-121-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 gethostipJohn Eckersberg2009-01-091-26/+21
| | | | | | | | from syslinux.
* | Update changelogMichael DeHaan2009-01-091-1/+1
| |
* | External kickstart files should not be converted to cobbler served URLs in ↵Michael DeHaan2009-01-051-2/+6
| | | | | | | | the pxe tree. Possible fix for per-system kickstarts also.
* | Allow import of RHEL 5 client (Matt Hyclak)Michael DeHaan2009-01-051-0/+1
| |
* | Fix for types of hashesMichael DeHaan2009-01-052-2/+3
| |
* | Merge branch 'master' into develMichael DeHaan2009-01-051-24/+28
|\ \
| * | Obscure xmlrpclib workaroundMichael DeHaan2009-01-051-24/+28
| | |
* | | Merge branch 'master' into develMichael DeHaan2009-01-051-1/+1
|\| |