summaryrefslogtreecommitdiffstats
path: root/cobbler/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-151-0/+3
* (A) add/tweak testcase for blender cache code, (B) modify htaccess file to on...Michael DeHaan2007-11-141-1/+1
* Disable the blender cache as it's running afoul of the sync code, mixing up p...Michael DeHaan2007-11-141-2/+4
* Abstract out the modules system to allow for other types of modules, and to a...Michael DeHaan2007-11-121-0/+2
* Fix an obscure blending corner case that was confusing koan.Michael DeHaan2007-11-061-1/+5
* Optimize sync performance by caching the results of calls to "blender".Michael DeHaan2007-11-051-1/+9
* Code to wire up the new --server-override to the sync code. This leaves off ...Michael DeHaan2007-11-011-1/+1
* Add in templating for $hostname and other variables for first interface, to b...Michael DeHaan2007-10-311-1/+1
* Some more work on removing the API refs in util...Michael DeHaan2007-10-231-3/+3
* Remove a circular import between the serializer and the API that was confusin...Michael DeHaan2007-10-231-5/+5
* Service restarting has been abstracted out of the action_sync code, and is no...Michael DeHaan2007-10-191-0/+28
* Remove some dead code and update a few FIXMEs that no longer apply.Michael DeHaan2007-10-101-11/+5
* In templating, show the 1st mac as "$mac_address_intf1" not "$mac_addressintf...Michael DeHaan2007-10-091-1/+1
* The stringification problem appears to lie in the serializer, so explicitly u...Michael DeHaan2007-10-091-1/+1
* More work to ensure interfaces remain strings, even though they look a lot li...Michael DeHaan2007-10-091-4/+2
* In XMLRPC, dicts must have string keys, so changing NIC storage to be XMLRPC-...Michael DeHaan2007-10-091-0/+1
* A few bugfixes. Still working on multiple NICs.Michael DeHaan2007-10-091-11/+16
* Storing NICs in a hash for easier access + some refactoring + modifications t...Michael DeHaan2007-10-091-2/+2
* More work on the new multi-NIC code. Largely working at this point, sync hasMichael DeHaan2007-10-081-6/+7
* In process of making NICs seperate data structures in cobbler, which requires...Michael DeHaan2007-10-081-3/+18
* Repos are now added to the WebUI.Michael DeHaan2007-09-141-0/+3
* Add additional fields to WebUI for profile editing/viewing.Michael DeHaan2007-09-121-0/+2
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-121-4/+16
* Fix bug with upward/downward propogation of array content when using inherita...Michael DeHaan2007-08-271-0/+2
* Some code to fix a reference issue that allowed for hash value propogation up...Michael DeHaan2007-08-231-2/+5
* Add kssendmac to kernel options when there is roomMichael DeHaan2007-07-231-1/+7
* Adding kickstart serving CGI script.Michael DeHaan2007-07-091-1/+1
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-0/+13
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-4/+30
* Generalizes object blending and the concept of parentage to allow for later s...Michael DeHaan2007-06-111-0/+78
* WIP: Allow system names to be anything, and gather mac address and IP fromMichael DeHaan2007-05-301-11/+19
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-1/+1
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+2
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-10/+12
* Various improvements to make the API more usable and cobbler a bitMichael DeHaan2007-04-191-0/+7
* More generalized fix to aborted-createrepo ".olddata" problems, which nowMichael DeHaan2007-04-131-0/+17
* Working on adding pxemenu support.Michael DeHaan2007-02-141-0/+1
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-141-0/+23
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-011-0/+4
* Remove subprocess referenceMichael DeHaan2006-10-111-2/+2
* Fix elilo conf file naming since apparently elilo does not support bootloader...Michael DeHaan2006-10-051-1/+5
* Fix filename casing bugMichael DeHaan2006-09-251-1/+1
* Naming cleanup of a few variables now that we're dealing with moreMichael DeHaan2006-09-211-1/+1
* - Since /mnt/redhat images for Xen do not contain kernel and initrd version a...Michael DeHaan2006-09-181-2/+2
* - Fixing bug that didn't allow lowercase MAC input, now upcasing itMichael DeHaan2006-09-131-2/+2
* Remove stray characters from gethostbyip, which interfere with PXE IP encoding.Michael DeHaan2006-05-111-1/+1
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit te...Michael DeHaan2006-05-111-0/+8
* Interim checkin while straightening out exceptions. The last_error bit remin...Michael DeHaan2006-05-081-16/+0
* More pychecker. More comments.Michael DeHaan2006-05-081-6/+13
* PyChecker.Michael DeHaan2006-05-081-4/+5