Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Move slides over from master. Latest slides should always live on devel. | Michael DeHaan | 2009-02-24 | 38 | -0/+3919 | |
|/ / / / / / | ||||||
* | | | | | | Fix traceback possible with --template-files and invalid data | Michael DeHaan | 2009-02-19 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | | | | | Fix merge conflict | Michael DeHaan | 2009-02-19 | 1 | -3/+0 | |
| | | | | | | ||||||
* | | | | | | Use shlex for parsing --kopts to allow a wider variety of kernel options input. | Michael DeHaan | 2009-02-19 | 2 | -11/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler/utils.py | |||||
* | | | | | | Allow kernel options to start with '-' by fixing the YAML serializer to ↵ | Michael DeHaan | 2009-02-19 | 2 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quote them. Conflicts: CHANGELOG | |||||
* | | | | | | Restore changelog | Michael DeHaan | 2009-02-19 | 1 | -4/+9 | |
| | | | | | | ||||||
* | | | | | | (A) Bill Peck's patch to make power stuff retry 5 times before failing, (B) ↵ | Michael DeHaan | 2009-02-19 | 2 | -1/+19 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | working on fixing the changelog back since it was lost in a merge (?) | |||||
* | | | | | Justin Sherrill's patch to make authn_spacewalk allow the taskomatic user. | Michael DeHaan | 2009-02-19 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Limit access to CobblerWeb in a spacewalk install based on roles; by ↵ | Michael DeHaan | 2009-02-18 | 3 | -4/+46 | |
| | | | | | | | | | | | | | | | | | | | | default, access is off. | |||||
* | | | | | Spacewalk authz upgrades | root | 2009-02-18 | 1 | -21/+19 | |
| | | | | | ||||||
* | | | | | Authn_spacewalk upgrades -- now allow username+password login + auth against ↵ | Michael DeHaan | 2009-02-18 | 3 | -9/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | older Satellites. Needs testing. | |||||
* | | | | | Fix message about file location | Michael DeHaan | 2009-02-18 | 2 | -1/+2 | |
| | | | | | ||||||
* | | | | | When virt bridge was being saved as "" the value was being used as the ↵ | Michael DeHaan | 2009-02-18 | 3 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | actual value. What we want is when "" is set to use the default value from /etc/cobbler/settings. | |||||
* | | | | | Fix default value for server override so the web app does not store it ↵ | Michael DeHaan | 2009-02-18 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | incorrectly. | |||||
* | | | | | Make --rpm-list use the same parsing code as the rest of cobbler, closing a ↵ | Michael DeHaan | 2009-02-18 | 2 | -11/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | web app bug where --rpm-list was being saved incorrectly. | |||||
* | | | | | Remove debug print statements | Michael DeHaan | 2009-02-18 | 3 | -13/+0 | |
| | | | | | ||||||
* | | | | | Fix removal of images that have child objects, so that orphan detection and ↵ | Michael DeHaan | 2009-02-18 | 5 | -4/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recursive removal works as in the rest of cobbler. Conflicts: cobbler/collection_images.py | |||||
* | | | | | Fix importer such that it works with --kickstart again | Michael DeHaan | 2009-02-18 | 2 | -3/+3 | |
| | | | | | ||||||
* | | | | | Don't traceback on some forms of invalid commands, just print help. | Michael DeHaan | 2009-02-17 | 2 | -10/+9 | |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | | | Add replication diagram | Michael DeHaan | 2009-02-13 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Add object tree dia source file | Michael DeHaan | 2009-02-13 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Add source for dia architecture diagram to git | Michael DeHaan | 2009-02-13 | 1 | -0/+0 | |
| |/ / |/| | | ||||||
* | | | Fix trigger code | Michael DeHaan | 2009-02-12 | 6 | -17/+18 | |
| | | | ||||||
* | | | Working on moving stock triggers over to be python based, while still ↵ | Michael DeHaan | 2009-02-12 | 23 | -243/+321 | |
| | | | | | | | | | | | | supporting shell triggers. These execute faster and can use native API handles without reloading penalties. Unit tests still have some errors, so we're not done with this. | |||||
* | | | update should be a no-op on devel branch (no longer needed) | Michael DeHaan | 2009-02-12 | 4 | -10/+13 | |
| | | | ||||||
* | | | Explicitly import 'cobbler.commands' instead of just 'commands' in cli_*.py | John Eckersberg | 2009-02-10 | 7 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | This avoids namespace issues with the standard library commands module: http://docs.python.org/library/commands.html For me this was causing ipython to fail when attempting to boot the cobbler API. | |||||
* | | | Minor tweaks to post_anamon script | James Laska | 2009-02-10 | 1 | -6/+5 | |
| | | | ||||||
* | | | Ruben K's patch to buildiso to append additional network info | Michael DeHaan | 2009-02-06 | 2 | -1/+5 | |
| | | | ||||||
* | | | Update anamon trigger to use XMLRPC to avoid extra API hit | Michael DeHaan | 2009-02-06 | 1 | -10/+6 | |
| | | | ||||||
* | | | Restart services trigger now uses XMLRPC and is therefore MUCH faster | Michael DeHaan | 2009-02-06 | 3 | -22/+29 | |
| | | | ||||||
* | | | Add missing file (Jeff S.) | Michael DeHaan | 2009-02-06 | 1 | -0/+44 | |
| | | | ||||||
* | | | Changelog | Michael DeHaan | 2009-02-06 | 2 | -5/+3 | |
| | | | ||||||
* | | | Jeff Schroeder's patch to add a email "install done" trigger, plus numerous ↵ | Michael DeHaan | 2009-02-06 | 8 | -11/+179 | |
| | | | | | | | | | | | | changes from mpd -- speaks xmlrpc now for efficiency reasons, uses a Cheetah template, etc. The template lives in /etc/cobbler/reporting for installed cobbler versions now. Turned on in /etc/cobbler/settings. | |||||
* | | | Fix for func integration snippet. | Michael DeHaan | 2009-02-06 | 3 | -2/+13 | |
| | | | ||||||
* | | | Update changelog | Michael DeHaan | 2009-02-06 | 1 | -0/+3 | |
| | | | ||||||
* | | | Bill Peck's patch to make import play nicer with rawhide | Michael DeHaan | 2009-02-06 | 1 | -3/+7 | |
| | | | ||||||
* | | | Update changelog | Michael DeHaan | 2009-02-06 | 1 | -0/+3 | |
| | | | ||||||
* | | | Two patches from Dave Hatton, (1) sort the order of systems and profiles ↵ | Michael DeHaan | 2009-02-06 | 2 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | during buildiso. (2) Ensure that directories are created when using the template files feature. | |||||
* | | | Jeff Schroeder's patch to provide a "preserve SSH host keys between ↵ | Michael DeHaan | 2009-02-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | installs" snippet. | |||||
* | | | Simon's patch to fix network snippet. | Michael DeHaan | 2009-02-06 | 2 | -1/+2 | |
| | | | ||||||
* | | | Make more fields standardize around space seperation, not comma seperation | Michael DeHaan | 2009-02-06 | 9 | -23/+24 | |
| | | | ||||||
* | | | Dave Hatton's patch to add a name servers search path to Cobbler. | Michael DeHaan | 2009-02-06 | 10 | -12/+81 | |
| | | | ||||||
* | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2009-02-06 | 1 | -2/+14 | |
|\ \ \ | ||||||
| * | | | Gracefully handle manage_*_zones settings as strings. | John Eckersberg | 2009-02-06 | 1 | -2/+14 | |
| |/ / | | | | | | | | | | | | | | | | Previously if these settings were not a valid YAML array it would cause an exception. Now we will check to see if the setting is of type(List). If not we assume it's just a single string. | |||||
* / / | Generate templates for s390 conf/parm files for profiles, not just templates. | Michael DeHaan | 2009-02-06 | 2 | -1/+18 | |
|/ / | ||||||
* | | s390 hacking | Michael DeHaan | 2009-02-05 | 7 | -3/+98 | |
| | | ||||||
* | | (A) | Michael DeHaan | 2009-02-04 | 7 | -74/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Working on s390 pseudo PXE (B) There's a chance that some datastructures may result in zero lenght yaml writes, which is bad. These changes introduce numerous checks in the serializer to prevent those writes, and also we increase the level of reporting to indicate the source of the error. Conflicts: cobbler/cobblerd.py scripts/cobblerd | |||||
* | | Update changelog | Michael DeHaan | 2009-01-27 | 1 | -0/+1 | |
| | | ||||||
* | | Fix --server-override setting | Michael DeHaan | 2009-01-27 | 1 | -1/+1 | |
| | | ||||||
* | | Eliminate scoping problem for older pythons | Michael DeHaan | 2009-01-27 | 1 | -4/+4 | |
| | |