summaryrefslogtreecommitdiffstats
path: root/cobbler/item_system.py
Commit message (Expand)AuthorAgeFilesLines
* Allow xenfv as a virt type, also make --interface=N work for system editsMichael DeHaan2007-11-281-1/+1
* Disable the blender cache as it's running afoul of the sync code, mixing up p...Michael DeHaan2007-11-141-5/+8
* Remove subobject logic from systems, which are not inheritable.Michael DeHaan2007-11-121-5/+5
* Added a --server-override parameter, which will be used to specify a differen...Michael DeHaan2007-11-011-14/+26
* Teach the WebUI (and the backend for the WebUI) how to save multiple interfac...Michael DeHaan2007-10-121-11/+34
* Remove some dead code and update a few FIXMEs that no longer apply.Michael DeHaan2007-10-101-4/+0
* Encountered some weird bug presumably related to optimization, so unrolling t...Michael DeHaan2007-10-101-12/+14
* The stringification problem appears to lie in the serializer, so explicitly u...Michael DeHaan2007-10-091-22/+24
* More work to ensure interfaces remain strings, even though they look a lot li...Michael DeHaan2007-10-091-22/+21
* In XMLRPC, dicts must have string keys, so changing NIC storage to be XMLRPC-...Michael DeHaan2007-10-091-0/+1
* Added tests + fixes to multiple NIC support.Michael DeHaan2007-10-091-2/+3
* Storing NICs in a hash for easier access + some refactoring + modifications t...Michael DeHaan2007-10-091-138/+52
* Once again, all tests pass, however a lot more manual testing in regards to m...Michael DeHaan2007-10-081-31/+59
* More work on the new multi-NIC code. Largely working at this point, sync hasMichael DeHaan2007-10-081-21/+21
* In process of making NICs seperate data structures in cobbler, which requires...Michael DeHaan2007-10-081-57/+165
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-0/+18
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-1/+9
* 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