summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
Commit message (Collapse)AuthorAgeFilesLines
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the ↵Michael DeHaan2007-03-221-2/+0
| | | | | | | kernel-parameters-get-shorter effort as well as templating and import features. Plus some random things, like case insensitive paths and some additional argument checking.
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-2/+1
| | | | feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.
* Converting storage for template parameters, kernel options, and repo lists ↵Michael DeHaan2007-02-141-1/+13
| | | | | | | (basically anything that's not really a string or a number) to a list or hash, as appropriate. This will allow the cobbler API to accept list/hash input as appropriate in addition to strings, allowing for more advanced use of the templating engine. This also extends more power to the user to add their own entries in /var/lib/cobbler files for ksmeta, as opposed to having to enter in --ksmeta options on the command line, which previously did not tolerate newlines. All of this is backwards compatible with the old format (both should load fine). Files will convert over to the new format once any add commands are run.
* Work towards implementation of optional integrated "light" sync support, ↵Michael DeHaan2007-02-011-1/+2
| | | | | | which is enabled by default in /var/lib/cobbler/settings. Users of the API will need to use the with_copy=True and with_delete=True parameters to initiate this behavior. As mentioned in the previous commit, sync() still needs to be run at least once prior to any add commands using this feature.
* Added syslog watcher script.mdehaan@mdehaan.rdu.redhat.com2007-01-221-1/+2
| | | | Packaging + parsing still TBA.
* Merge 247:06e34f3b1f36David Lutterkort2006-10-261-1/+1
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-18/+26
|
* test code no longer overwrites user settings in /var/lib/cobblerMichael DeHaan2006-10-161-1/+6
|
* Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.Michael DeHaan2006-10-061-1/+2
|
* - Update NEWS to reflect experimental nature of new dhcpd.conf and PXEMichael DeHaan2006-09-281-0/+1
| | | | | | features. - More work on the "remote push" ability for cobbler to modify running metal.
* Package elilo for IA64Michael DeHaan2006-09-221-1/+2
|
* ia64 boot fixes as a result of testing.Michael DeHaan2006-09-211-2/+2
|
* Naming cleanup of a few variables now that we're dealing with moreMichael DeHaan2006-09-211-2/+1
| | | | than pxelinux.0 (likely elilo.efi)
* - Initial batch of changes to support (a) dhcpd.conf templating and (b)Michael DeHaan2006-09-211-1/+5
| | | | supporting alternative boot loader architectures (like Itanium).
* - modified Cobbler to keep tftp data in /tftpboot and web data in /var/www ↵Michael DeHaan2006-09-131-0/+1
| | | | | | | | | to play nicer with SELinux systems (Apache couldn't serve out of /tftpboot before). - still need to test on SELinux config to see that chcon doesn't need to be called - still need to verify koan is still happy (not expecting any suprises there). - in the end, this should not affect koan or other client tools as the URLs are preserved
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit ↵Michael DeHaan2006-05-111-0/+8
| | | | test where I changed a command line syntax.
* Simplified the command line, made a better 'list' function, some string and ↵Michael DeHaan2006-05-091-0/+5
| | | | | | exception cleanup.
* More pychecker. More comments.Michael DeHaan2006-05-081-2/+0
|
* PyChecker.Michael DeHaan2006-05-081-3/+17
|
* Unit tests pass again.Michael DeHaan2006-05-081-2/+9
|
* Interim commit during refactoring. Pretty broken as a result of some ↵Michael DeHaan2006-05-051-9/+12
| | | | cleanup but it will get straightened out very soon. The main thing I'm doing here is to remove backreferences from the object tree and make the API simpler, so that folks using the API screw up less. This means making the CLI code simpler as well. The serializer has also been overhauled so it's not as much bolted on, although I have some fixing to do to make it work entirely correctly. Wanted to check all of this in case someone decided to patch something else, making diffing really complex in the interim. I'd recommend not patching anything else to this code as I'm not close to done, really.
* Interim commitMichael DeHaan2006-05-051-1/+7
|
* Interim refactoring commitMichael DeHaan2006-05-051-0/+34