summaryrefslogtreecommitdiffstats
path: root/cobbler/utils.py
Commit message (Expand)AuthorAgeFilesLines
* utils.get_kickstart_templates now returns only files, so that it will not enc...Michael DeHaan2008-05-301-2/+4
* Add extra logging if an error is encountered while rendering a kickstartMichael DeHaan2008-05-151-0/+13
* Added the ability to undefine a symbol that is defined in a parent object.Michael DeHaan2008-05-141-0/+18
* Make template finder code (used by check and webapp) ignore kickstarts that a...Michael DeHaan2008-05-141-2/+4
* Since it's common to want to reference the name of the profile in a template,...Michael DeHaan2008-05-141-0/+13
* Change the way error checking works around NFS read errors (root squash)Michael DeHaan2008-05-131-7/+6
* Consolidate various repo related warnings under cobbler check and clean up pr...Michael DeHaan2008-05-131-7/+11
* Added code to cobbler check to see if any templates are still using the defaultMichael DeHaan2008-05-131-0/+15
* Make duplicate mac checking work in more places, nicer error when encounterin...Michael DeHaan2008-05-121-4/+7
* Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-081-0/+146
* Apply John Eckersberg's patch to allow random mac usage from the command line.Michael DeHaan2008-05-081-0/+21
* This is the new status engine in progress. I still need to do some things to...Michael DeHaan2008-04-161-3/+0
* Replaced the existing cobbler pre/post install triggers system with a much mo...Michael DeHaan2008-04-151-4/+6
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-141-1/+1
* F8/9 kickstart format supportMichael DeHaan2008-04-141-2/+8
* Now possible to override snippets on a per-profile or per-system basis, as di...Michael DeHaan2008-04-111-9/+66
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-20/+36
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+5
* Add owners list to WebUI pages, also customize function for savingMichael DeHaan2008-03-281-1/+3
* Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-261-1/+15
* tftpboot location discovery for F9Michael DeHaan2008-03-251-0/+48
* Added patch to allow kopts/ksmeta to be cleared with --kopts=delete on theMichael DeHaan2008-03-131-1/+1
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-221-0/+23
* Merge branch 'devel'Michael DeHaan2008-02-151-4/+8
|\
| * Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-101-0/+6
| * Added a parameter --yumopts which allows setting parameters for yum plugins i...Michael DeHaan2008-01-091-4/+2
| * Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-151-0/+3
* | (a) modify tests to be tolerant of existing directory, (b) modify input engin...Michael DeHaan2007-11-151-0/+4
|/
* (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