summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add missing virt types to webuiMichael DeHaan2008-08-083-1/+17
| |
| * Add images to basic unit tests to ensure they do not break any generalized ↵Michael DeHaan2008-08-082-1/+8
| | | | | | | | systems/profile logic. One small fix to profiles to deal with this.
| * Make hardlink code fall back properly to symlinks and then copies.Michael DeHaan2008-08-081-4/+14
| |
| * Misc changes to cobbler image handling and hardlink codeMichael DeHaan2008-08-075-32/+33
| |
| * Attempt at streamlining image support, now --image-type can be used to ↵Michael DeHaan2008-08-077-27/+73
| | | | | | | | specify several types of images iso (cdrom iso, works with virt only), virt-clone (not-implemented yet), direct (things like memtest), and memdisk (hdd images). This is all still rather experimental.
| * keep changelog up2dateMichael DeHaan2008-08-051-0/+2
| |
| * Cobbler system objects can now descend from systems as well as objects, and ↵Michael DeHaan2008-08-059-38/+192
| | | | | | | | images are generically PXE-bootable. This is relatively awesome.
| * Fix typo in error messageMichael DeHaan2008-08-042-4/+3
| |
| * Remove extra file, there is one of these in contrib/rubyMichael DeHaan2008-08-041-56/+0
| |
| * Merge branch 'ruby-interface' into develDarryl L. Pierce2008-08-041-0/+56
| |\
| | * Ruby bindings for the Cobbler XMLRCP interface.Darryl L. Pierce2008-08-0425-0/+2205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This first pass is very simple, only wrapping the Distro, Profile and System objects and the NetworkInterface type. All classes extended a class named Base, and all are in the Cobbler module. Configuration is held within the config/cobbler.yml file, but can be overridden at runtime. Unit tests, examples, etc. are also provided.
| * | Ruby bindings for the Cobbler XMLRCP interface.Darryl L. Pierce2008-08-0425-0/+2205
| |/ | | | | | | | | | | | | | | | | | | | | This first pass is very simple, only wrapping the Distro, Profile and System objects and the NetworkInterface type. All classes extended a class named Base, and all are in the Cobbler module. Configuration is held within the config/cobbler.yml file, but can be overridden at runtime. Unit tests, examples, etc. are also provided.
| * Add Dan to AUTHORSroot2008-08-041-0/+1
| |
| * Some minor formatting nits, templateapi -> template_apiMichael DeHaan2008-08-042-1/+328
| |
| * Commit Dan's Cheetah template patch which makes snippets general purpose ↵Michael DeHaan2008-08-043-97/+4
| | | | | | | | | | | | Cheetah functions and includes various general purpose Cheetah functions.
| * Update remote to use deserialize_item_raw which will be /very/ fast for accessMichael DeHaan2008-08-017-12/+78
| | | | | | | | of a single item record.
| * Added serializer_catalog as a new serializer module, which will be the new ↵Michael DeHaan2008-08-016-18/+149
| | | | | | | | default for modules.conf. Existing serializer_yaml users can upgrade simply by changing the setting and running a cobbler command like "cobbler report". This serializer is much faster and stores files to .d directories such as /var/lib/cobbler/systems.d and /var/lib/cobbler/distros.d.
| * On event of yaml load failure, i.e. empty/no file, return an empty recordset.Michael DeHaan2008-07-311-1/+6
| |
| * Fixes to ctrl-c intercept behaviorMichael DeHaan2008-07-312-26/+45
| |
| * Temporarily restore serializer behavior.Michael DeHaan2008-07-311-30/+13
| |
| * Temporarily disable new ctrl+c locking code for now, needs more testing.Michael DeHaan2008-07-302-10/+21
| |
| * Hook ctrl+c during writes to minimize chance of corruption of data files.Michael DeHaan2008-07-303-17/+41
| |
| * Some snippet cleanupMichael DeHaan2008-07-294-3/+7
| |
| * Splitting partition_select snippet into two parts to reduce confusion.Michael DeHaan2008-07-298-4/+29
| | | | | | | | These do not include a pre block. Old one still ships for backwards compat.
| * Fix repo arch for yum_rhn_plugin so it can get kernel updatesMichael DeHaan2008-07-291-0/+4
| |
| * Remove debug printsMichael DeHaan2008-07-281-2/+0
| |
| * Fix typo in config file commentsMichael DeHaan2008-07-282-4/+4
| |
| * Make gethostip code for CIDR addresses remove trailing bytes to make ↵Michael DeHaan2008-07-281-6/+13
| | | | | | | | pxelinux happy
| * Fixes around new CIDR support and DHCP/DNS management.Michael DeHaan2008-07-285-15/+12
| |
| * Add documentation on new CIDR feature.Michael DeHaan2008-07-281-0/+2
| |
| * For system addresses with IP's in CIDR notation, these are not really system ↵Michael DeHaan2008-07-288-17/+57
| | | | | | | | records that can be managed, so exclude them from DNS/DHCP. Also apply a fix to the PXE menu rebuilding code.
| * Don't use SSL for the baseurlMichael DeHaan2008-07-251-1/+1
| |
| * Add an extra refresh call, remove profile_change which was not being usedMichael DeHaan2008-07-251-20/+2
| |
| * Added code to cobblerd to refresh config prior to saves/editsMichael DeHaan2008-07-252-0/+6
| |
| * Reorder changelog, some 1.1 changes were listed under 1.0.3. There may ↵Michael DeHaan2008-07-254-60/+92
| | | | | | | | still be a few errors though this should largely clean things up.
| * Check for invalid argumentMichael DeHaan2008-07-251-0/+2
| |
| * Added a simple URL (http://127.0.0.1/cblr/svc/op/list/what/systems) to show ↵Michael DeHaan2008-07-253-4/+25
| | | | | | | | the systems list, or profiles, images, repos, distros, etc... without having to use koan to list the remote options. Each name is returned one per line.
| * Add comment in settings about virt-typeMichael DeHaan2008-07-251-0/+1
| |
| * It doesn't make sense for a non-Xen kernel to have a default virt-type ofMichael DeHaan2008-07-252-0/+5
| | | | | | | | | | "xenpv", so during cobbler imports, default to qemu unless we know it's a xen kernel. If the user wants to change this, they can still do so with cobbler profile edit --virt-type.
| * changelogMichael DeHaan2008-07-251-0/+1
| |
| * Added extensive comments to modules.conf with pointers to the WikiMichael DeHaan2008-07-251-0/+72
| |
| * Update message about --xml-file, essentially it is treated as a comment.Michael DeHaan2008-07-241-1/+1
| |
| * Fix typoMichael DeHaan2008-07-241-1/+1
| |
| * Missing colon.Michael DeHaan2008-07-241-1/+1
| |
| * Wildcard search for "cobbler find" commands and API calls. Plus return code ↵Michael DeHaan2008-07-249-20/+22
| | | | | | | | consistency improvements.
| * sort in a python 2.3 compliant wayMichael DeHaan2008-07-241-1/+3
| |
| * Apply John V's latest work on bash completion scriptMichael DeHaan2008-07-242-9/+8
| |
| * Patch to make cobbler exit codes work as expectedMichael DeHaan2008-07-242-1/+3
| |
| * Remove some code and packaging that is no longer needed now that repo ↵Michael DeHaan2008-07-244-47/+1
| | | | | | | | handling is more dynamic.
| * Modify repo_stanza generating code to take advantage of new dynamic stuff.Michael DeHaan2008-07-241-31/+33
| |