summaryrefslogtreecommitdiffstats
path: root/cobbler/item_profile.py
Commit message (Expand)AuthorAgeFilesLines
* Adding option to define a Spacewalk management server at the distro/profile/s...Rob Lazzurs2009-03-061-115/+123
* Name server and name server search paths are arrays, not strings, and thus do...Michael DeHaan2009-02-271-2/+2
* Fix default value for server override so the web app does not store it incorr...Michael DeHaan2009-02-181-1/+1
* Make more fields standardize around space seperation, not comma seperationMichael DeHaan2009-02-061-2/+3
* Dave Hatton's patch to add a name servers search path to Cobbler.Michael DeHaan2009-02-061-0/+10
* Bill Peck's patch adding a new power type.Michael DeHaan2009-01-131-0/+6
* Fix marshalling problem.Michael DeHaan2008-12-111-1/+1
* Initial work to add redhat-management-key fieldMichael DeHaan2008-12-111-2/+11
* Rather than raising an error, just set these as we know they should be set.Michael DeHaan2008-12-041-3/+1
* Do not allow the server override to be set to empty string as there is no way...Michael DeHaan2008-12-041-0/+2
* Fix a bug that leaves the server address overriddenMichael DeHaan2008-12-031-1/+1
* 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