summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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