summaryrefslogtreecommitdiffstats
path: root/cobbler/item_system.py
Commit message (Expand)AuthorAgeFilesLines
* The settings file is now /etc/cobbler/settings, and cobbler's command lineMichael DeHaan2008-05-161-1/+1
* If for some reason the user has defined a system where the first interface re...Michael DeHaan2008-05-131-5/+6
* Allows cobbler system kickstart to be reset by setting them to "", "delete", ...Michael DeHaan2008-05-131-0/+3
* Fixes for webapp new fieldsMichael DeHaan2008-05-091-1/+2
* Fixes for virt overrides on system objects.Michael DeHaan2008-05-091-10/+9
* Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-081-31/+59
* Auto registration now tested and confirmed to work (if you have it enabled in...Michael DeHaan2008-04-221-1/+1
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Allow underscores.Michael DeHaan2008-04-081-1/+1
* Merge branch 'master' into develMichael DeHaan2008-04-081-0/+9
|\
| * Update name-check code to be more strict, bump versionMichael DeHaan2008-04-081-0/+9
* | Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-031-1/+2
* | Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-021-2/+2
* | Fix some more bugs with ownership editing/saving. Working well in the WebUI nowMichael DeHaan2008-03-281-2/+2
* | Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-261-1/+6
|/
* Add vmware as a legal virt type (implementation TBA soon).Michael DeHaan2008-01-311-1/+1
* 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