summaryrefslogtreecommitdiffstats
path: root/cobbler/item_profile.py
Commit message (Expand)AuthorAgeFilesLines
* Making sure no objects are set to None internally at the API level, ratherMichael DeHaan2008-12-021-2/+5
* Edit dhcp template to use gateway as a global (required for 1.3.X), more work...Michael DeHaan2008-12-011-0/+3
* Add UID field to APIMichael DeHaan2008-11-241-0/+6
* Updated tests to new kickstart paths for clean installs, also updated "kickst...Michael DeHaan2008-11-201-1/+1
* Changes as a result of CLI testing, auto tests now all pass againMichael DeHaan2008-11-191-3/+12
* Apply Brian Kearney's patch to make underscores in remote API's line up with ...Michael DeHaan2008-11-121-0/+11
* Add some tests for the comment field, and fix the remote code that sets them ...Michael DeHaan2008-11-111-1/+1
* Keep creation and modification times with each objectMichael DeHaan2008-11-101-1/+10
* Updated changelog to reflect previous patch, and on top of previous, added co...Michael DeHaan2008-11-101-5/+10
* Proper fix for the parentage rules, it turns out we weren't doing topological...Michael DeHaan2008-10-141-3/+2
* Apply profile depth fix to devel branch alsoMichael DeHaan2008-10-141-1/+3
* Commit for template-files testingJames Cammarata2008-09-261-0/+6
* added auto network_config snippet, and added --static=0/1 for system objects.Michael DeHaan2008-09-161-6/+1
* added enable_menu to WebUIMichael DeHaan2008-09-111-3/+3
* --enable-menu feature from James C.Michael DeHaan2008-09-111-0/+19
* Added puppet integration via an external nodes mod_python URL and --mgmt-clas...Michael DeHaan2008-09-081-2/+7
* Incorporating Dave Hatton's patch to add --os-version in, adding validation, ...Michael DeHaan2008-08-251-1/+1
* Apply patch to add --kopts-post which lets you configure the kernel options o...Michael DeHaan2008-08-191-61/+68
* At Spot's suggestion, make sure all source code files include the correct GPL...Michael DeHaan2008-08-131-4/+12
* Consolidate various repo related warnings under cobbler check and clean up pr...Michael DeHaan2008-05-131-4/+7
* Added some additional links for kickstart viewing/editing to the profile/syst...Michael DeHaan2008-05-091-1/+1
* Fixes for virt overrides on system objects.Michael DeHaan2008-05-091-8/+8
* Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-081-131/+12
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-031-0/+2
* Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-021-2/+2
* Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-261-2/+8
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-221-0/+4
* Add vmware as a legal virt type (implementation TBA soon).Michael DeHaan2008-01-311-1/+1
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-4/+4
* 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