summaryrefslogtreecommitdiffstats
path: root/cobbler/item_system.py
Commit message (Expand)AuthorAgeFilesLines
* Some code to fix a reference issue that allowed for hash value propogation up...Michael DeHaan2007-08-231-2/+3
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-8/+8
* 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-2/+26
* Add netboot-enabled to CLIMichael DeHaan2007-07-121-1/+1
* default is still PXEableMichael DeHaan2007-06-211-0/+2
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-151-6/+30
* Keep track of depth of cobbler objects such that a pseudo-topological sortMichael DeHaan2007-06-131-5/+8
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-11/+21
* Fix error in name loading.Michael DeHaan2007-06-121-4/+4
* Generalizes tree listing to allow for inheritance and arbitrary nestingMichael DeHaan2007-06-121-0/+2
* Add conceptual_parent concept, to allow tree retrieval of objects that may haveMichael DeHaan2007-06-121-1/+1
* Add code for generation of object downlinks during config parsing.Michael DeHaan2007-06-121-1/+1
* Generalizes object blending and the concept of parentage to allow for later s...Michael DeHaan2007-06-111-0/+6
* Serialize the value given for --mac.Michael DeHaan2007-05-301-2/+3
* Ongoing work on making system --names descriptive, plus manpage andMichael DeHaan2007-05-301-9/+10
* WIP: Allow system names to be anything, and gather mac address and IP fromMichael DeHaan2007-05-301-25/+95
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-13/+9
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+2
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-2/+14
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-3/+9
* Adding disable_netboot option for cobbler, which can be programatically exerc...Michael DeHaan2007-02-201-10/+38
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-141-2/+9
* Cobbler report commands are now sorted also.Michael DeHaan2006-12-211-2/+2
* Restriction code wrong. pxe-address is an IP or a hostname, not an IP or a MAC.Michael DeHaan2006-10-231-2/+0
* Trailing whitespace.Michael DeHaan2006-10-161-2/+2
* Import feature added (usable for things like /mnt/redhat)Michael DeHaan2006-10-131-20/+0
* Added a basic locking system to avoid multiple "sync" operations happening at...Michael DeHaan2006-10-121-6/+6
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-4/+8
* Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.Michael DeHaan2006-10-061-0/+2
* --pxe-hostname should be "--pxe-address"Michael DeHaan2006-10-051-8/+7
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-281-4/+4
* dhcp templating for individual systemsMichael DeHaan2006-09-221-1/+11
* Misc fixes to IA64 syncing. Bugs still to be resolved in naming elilo.conf f...Michael DeHaan2006-09-211-1/+1
* Variable typos.Michael DeHaan2006-09-211-2/+2
* ia64 boot fixes as a result of testing.Michael DeHaan2006-09-211-4/+4
* Naming cleanup of a few variables now that we're dealing with moreMichael DeHaan2006-09-211-1/+1
* - Initial batch of changes to support (a) dhcpd.conf templating and (b)Michael DeHaan2006-09-211-0/+20
* Remove the xen_mac parameter on profile in favor of using the MAC asssigned t...Michael DeHaan2006-09-191-2/+2
* Add support for PXE default directory (cobbler system add --name=default ...)...Michael DeHaan2006-07-211-0/+3
* Added templating support through new --ks_meta option which works like --kopt...Michael DeHaan2006-07-121-1/+5
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit te...Michael DeHaan2006-05-111-0/+8
* Simplified the command line, made a better 'list' function, some string and e...Michael DeHaan2006-05-091-5/+4
* Adding exception handling to remove the problem of propogating error codes a...Michael DeHaan2006-05-081-4/+4
* Interim checkin while straightening out exceptions. The last_error bit remin...Michael DeHaan2006-05-081-4/+3
* PyChecker.Michael DeHaan2006-05-081-1/+1
* Unit tests pass again.Michael DeHaan2006-05-081-0/+7
* Removed trailing whitespaceMichael DeHaan2006-05-051-1/+1
* Interim commit during refactoring. Pretty broken as a result of some cleanup...Michael DeHaan2006-05-051-0/+67