Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add missing virt types to webui | Michael DeHaan | 2008-08-08 | 3 | -1/+17 | |
| | | ||||||
| * | Add images to basic unit tests to ensure they do not break any generalized ↵ | Michael DeHaan | 2008-08-08 | 2 | -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 DeHaan | 2008-08-08 | 1 | -4/+14 | |
| | | ||||||
| * | Misc changes to cobbler image handling and hardlink code | Michael DeHaan | 2008-08-07 | 5 | -32/+33 | |
| | | ||||||
| * | Attempt at streamlining image support, now --image-type can be used to ↵ | Michael DeHaan | 2008-08-07 | 7 | -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 up2date | Michael DeHaan | 2008-08-05 | 1 | -0/+2 | |
| | | ||||||
| * | Cobbler system objects can now descend from systems as well as objects, and ↵ | Michael DeHaan | 2008-08-05 | 9 | -38/+192 | |
| | | | | | | | | images are generically PXE-bootable. This is relatively awesome. | |||||
| * | Fix typo in error message | Michael DeHaan | 2008-08-04 | 2 | -4/+3 | |
| | | ||||||
| * | Remove extra file, there is one of these in contrib/ruby | Michael DeHaan | 2008-08-04 | 1 | -56/+0 | |
| | | ||||||
| * | Merge branch 'ruby-interface' into devel | Darryl L. Pierce | 2008-08-04 | 1 | -0/+56 | |
| |\ | ||||||
| | * | Ruby bindings for the Cobbler XMLRCP interface. | Darryl L. Pierce | 2008-08-04 | 25 | -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. Pierce | 2008-08-04 | 25 | -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 AUTHORS | root | 2008-08-04 | 1 | -0/+1 | |
| | | ||||||
| * | Some minor formatting nits, templateapi -> template_api | Michael DeHaan | 2008-08-04 | 2 | -1/+328 | |
| | | ||||||
| * | Commit Dan's Cheetah template patch which makes snippets general purpose ↵ | Michael DeHaan | 2008-08-04 | 3 | -97/+4 | |
| | | | | | | | | | | | | Cheetah functions and includes various general purpose Cheetah functions. | |||||
| * | Update remote to use deserialize_item_raw which will be /very/ fast for access | Michael DeHaan | 2008-08-01 | 7 | -12/+78 | |
| | | | | | | | | of a single item record. | |||||
| * | Added serializer_catalog as a new serializer module, which will be the new ↵ | Michael DeHaan | 2008-08-01 | 6 | -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 DeHaan | 2008-07-31 | 1 | -1/+6 | |
| | | ||||||
| * | Fixes to ctrl-c intercept behavior | Michael DeHaan | 2008-07-31 | 2 | -26/+45 | |
| | | ||||||
| * | Temporarily restore serializer behavior. | Michael DeHaan | 2008-07-31 | 1 | -30/+13 | |
| | | ||||||
| * | Temporarily disable new ctrl+c locking code for now, needs more testing. | Michael DeHaan | 2008-07-30 | 2 | -10/+21 | |
| | | ||||||
| * | Hook ctrl+c during writes to minimize chance of corruption of data files. | Michael DeHaan | 2008-07-30 | 3 | -17/+41 | |
| | | ||||||
| * | Some snippet cleanup | Michael DeHaan | 2008-07-29 | 4 | -3/+7 | |
| | | ||||||
| * | Splitting partition_select snippet into two parts to reduce confusion. | Michael DeHaan | 2008-07-29 | 8 | -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 updates | Michael DeHaan | 2008-07-29 | 1 | -0/+4 | |
| | | ||||||
| * | Remove debug prints | Michael DeHaan | 2008-07-28 | 1 | -2/+0 | |
| | | ||||||
| * | Fix typo in config file comments | Michael DeHaan | 2008-07-28 | 2 | -4/+4 | |
| | | ||||||
| * | Make gethostip code for CIDR addresses remove trailing bytes to make ↵ | Michael DeHaan | 2008-07-28 | 1 | -6/+13 | |
| | | | | | | | | pxelinux happy | |||||
| * | Fixes around new CIDR support and DHCP/DNS management. | Michael DeHaan | 2008-07-28 | 5 | -15/+12 | |
| | | ||||||
| * | Add documentation on new CIDR feature. | Michael DeHaan | 2008-07-28 | 1 | -0/+2 | |
| | | ||||||
| * | For system addresses with IP's in CIDR notation, these are not really system ↵ | Michael DeHaan | 2008-07-28 | 8 | -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 baseurl | Michael DeHaan | 2008-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | Add an extra refresh call, remove profile_change which was not being used | Michael DeHaan | 2008-07-25 | 1 | -20/+2 | |
| | | ||||||
| * | Added code to cobblerd to refresh config prior to saves/edits | Michael DeHaan | 2008-07-25 | 2 | -0/+6 | |
| | | ||||||
| * | Reorder changelog, some 1.1 changes were listed under 1.0.3. There may ↵ | Michael DeHaan | 2008-07-25 | 4 | -60/+92 | |
| | | | | | | | | still be a few errors though this should largely clean things up. | |||||
| * | Check for invalid argument | Michael DeHaan | 2008-07-25 | 1 | -0/+2 | |
| | | ||||||
| * | Added a simple URL (http://127.0.0.1/cblr/svc/op/list/what/systems) to show ↵ | Michael DeHaan | 2008-07-25 | 3 | -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-type | Michael DeHaan | 2008-07-25 | 1 | -0/+1 | |
| | | ||||||
| * | It doesn't make sense for a non-Xen kernel to have a default virt-type of | Michael DeHaan | 2008-07-25 | 2 | -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. | |||||
| * | changelog | Michael DeHaan | 2008-07-25 | 1 | -0/+1 | |
| | | ||||||
| * | Added extensive comments to modules.conf with pointers to the Wiki | Michael DeHaan | 2008-07-25 | 1 | -0/+72 | |
| | | ||||||
| * | Update message about --xml-file, essentially it is treated as a comment. | Michael DeHaan | 2008-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo | Michael DeHaan | 2008-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Missing colon. | Michael DeHaan | 2008-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Wildcard search for "cobbler find" commands and API calls. Plus return code ↵ | Michael DeHaan | 2008-07-24 | 9 | -20/+22 | |
| | | | | | | | | consistency improvements. | |||||
| * | sort in a python 2.3 compliant way | Michael DeHaan | 2008-07-24 | 1 | -1/+3 | |
| | | ||||||
| * | Apply John V's latest work on bash completion script | Michael DeHaan | 2008-07-24 | 2 | -9/+8 | |
| | | ||||||
| * | Patch to make cobbler exit codes work as expected | Michael DeHaan | 2008-07-24 | 2 | -1/+3 | |
| | | ||||||
| * | Remove some code and packaging that is no longer needed now that repo ↵ | Michael DeHaan | 2008-07-24 | 4 | -47/+1 | |
| | | | | | | | | handling is more dynamic. | |||||
| * | Modify repo_stanza generating code to take advantage of new dynamic stuff. | Michael DeHaan | 2008-07-24 | 1 | -31/+33 | |
| | |