summaryrefslogtreecommitdiffstats
path: root/cobbler/item_profile.py
Commit message (Expand)AuthorAgeFilesLines
* Make cobbler commands be more tolerant of casing and synonyms (delete vs remo...Michael DeHaan2007-11-291-6/+4
* Allow xenfv as a virt type, also make --interface=N work for system editsMichael DeHaan2007-11-281-1/+1
* Small fix to make WebUI editing of new fields work. Verification of whether ...Michael DeHaan2007-11-011-1/+1
* Added a --server-override parameter, which will be used to specify a differen...Michael DeHaan2007-11-011-2/+11
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-4/+33
* Support for setting virt-cpu number in cobbler + tests.Michael DeHaan2007-10-101-4/+26
* Working on making --virt-bridge a profile setting also, manpage cleanup.Michael DeHaan2007-10-101-15/+27
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-0/+17
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-1/+9
* Fix typing bug.root2007-09-051-1/+1
* changelog + docsroot2007-09-041-0/+11
* Fix bug in repo evaluation with inherited subprofiles.root2007-08-271-9/+19
* Fix bug with upward/downward propogation of array content when using inherita...Michael DeHaan2007-08-271-1/+4
* Some code to fix a reference issue that allowed for hash value propogation up...Michael DeHaan2007-08-231-1/+2
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-5/+5
* Also allow for "auto" as a valid --virt-type choiceMichael DeHaan2007-07-251-1/+1
* Adding plumbing in cobbler for --virt-path and --virt-type options.Michael DeHaan2007-07-121-8/+32
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-151-1/+1
* Keep track of depth of cobbler objects such that a pseudo-topological sortMichael DeHaan2007-06-131-3/+9
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-16/+56
* release bumpMichael DeHaan2007-06-121-2/+0
* Generalizes tree listing to allow for inheritance and arbitrary nestingMichael DeHaan2007-06-121-0/+2
* Add code for generation of object downlinks during config parsing.Michael DeHaan2007-06-121-0/+2
* Generalizes object blending and the concept of parentage to allow for later s...Michael DeHaan2007-06-111-0/+6
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-50/+18
* 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-7/+12
* Store repo information as a list. This unbreaks --repos on "profile add"Michael DeHaan2007-03-281-1/+1
* This is 0.4.5Michael DeHaan2007-03-231-22/+0
* Tabs are evil.Michael DeHaan2007-03-021-1/+1
* Fixes to import tree URL's and repo parameter splitting, thanks to et-mgmt-to...Michael DeHaan2007-03-021-2/+5
* More work on PXE menus. Getting there, just need timeout logic to work.Michael DeHaan2007-02-151-8/+1
* Working on adding pxemenu support.Michael DeHaan2007-02-141-2/+11
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-141-3/+17
* Cobbler report commands are now sorted also.Michael DeHaan2006-12-211-7/+7
* Don't clobber the repo setting.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+1
* Keep repo representation as strings.mdehaan@mdehaan.rdu.redhat.com2006-12-201-2/+2
* Fix problem where settings of xen_ variables if not present clobber virt_ var...Michael DeHaan2006-12-201-9/+2
* Fix print code.Michael DeHaan2006-12-121-1/+1
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-2/+18
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-54/+64
* More pychecker.Michael DeHaan2006-10-161-2/+2
* Added a basic locking system to avoid multiple "sync" operations happening at...Michael DeHaan2006-10-121-9/+9
* Cobbler was missing the set_xen_ram function so the CLI wasn'tMichael DeHaan2006-09-201-0/+19
* Remove the xen_mac parameter on profile in favor of using the MAC asssigned t...Michael DeHaan2006-09-191-22/+0
* Added templating support through new --ks_meta option which works like --kopt...Michael DeHaan2006-07-121-5/+9
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit te...Michael DeHaan2006-05-111-2/+9
* Simplified the command line, made a better 'list' function, some string and e...Michael DeHaan2006-05-091-9/+8
* Adding exception handling to remove the problem of propogating error codes a...Michael DeHaan2006-05-081-11/+11
* Interim checkin while straightening out exceptions. The last_error bit remin...Michael DeHaan2006-05-081-5/+3