summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Move slides over from master. Latest slides should always live on devel.Michael DeHaan2009-02-2438-0/+3919
|/ / / / / /
* | | | | | Fix traceback possible with --template-files and invalid dataMichael DeHaan2009-02-192-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | | | | Fix merge conflictMichael DeHaan2009-02-191-3/+0
| | | | | |
* | | | | | Use shlex for parsing --kopts to allow a wider variety of kernel options input.Michael DeHaan2009-02-192-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler/utils.py
* | | | | | Allow kernel options to start with '-' by fixing the YAML serializer to ↵Michael DeHaan2009-02-192-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quote them. Conflicts: CHANGELOG
* | | | | | Restore changelogMichael DeHaan2009-02-191-4/+9
| | | | | |
* | | | | | (A) Bill Peck's patch to make power stuff retry 5 times before failing, (B) ↵Michael DeHaan2009-02-192-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 DeHaan2009-02-191-1/+1
| | | | |
* | | | | Limit access to CobblerWeb in a spacewalk install based on roles; by ↵Michael DeHaan2009-02-183-4/+46
| | | | | | | | | | | | | | | | | | | | default, access is off.
* | | | | Spacewalk authz upgradesroot2009-02-181-21/+19
| | | | |
* | | | | Authn_spacewalk upgrades -- now allow username+password login + auth against ↵Michael DeHaan2009-02-183-9/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | older Satellites. Needs testing.
* | | | | Fix message about file locationMichael DeHaan2009-02-182-1/+2
| | | | |
* | | | | When virt bridge was being saved as "" the value was being used as the ↵Michael DeHaan2009-02-183-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 DeHaan2009-02-182-1/+2
| | | | | | | | | | | | | | | | | | | | incorrectly.
* | | | | Make --rpm-list use the same parsing code as the rest of cobbler, closing a ↵Michael DeHaan2009-02-182-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | web app bug where --rpm-list was being saved incorrectly.
* | | | | Remove debug print statementsMichael DeHaan2009-02-183-13/+0
| | | | |
* | | | | Fix removal of images that have child objects, so that orphan detection and ↵Michael DeHaan2009-02-185-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recursive removal works as in the rest of cobbler. Conflicts: cobbler/collection_images.py
* | | | | Fix importer such that it works with --kickstart againMichael DeHaan2009-02-182-3/+3
| | | | |
* | | | | Don't traceback on some forms of invalid commands, just print help.Michael DeHaan2009-02-172-10/+9
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | | Add replication diagramMichael DeHaan2009-02-131-0/+0
| | | |
* | | | Add object tree dia source fileMichael DeHaan2009-02-131-0/+0
| | | |
* | | | Add source for dia architecture diagram to gitMichael DeHaan2009-02-131-0/+0
| |/ / |/| |
* | | Fix trigger codeMichael DeHaan2009-02-126-17/+18
| | |
* | | Working on moving stock triggers over to be python based, while still ↵Michael DeHaan2009-02-1223-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 DeHaan2009-02-124-10/+13
| | |
* | | Explicitly import 'cobbler.commands' instead of just 'commands' in cli_*.pyJohn Eckersberg2009-02-107-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 scriptJames Laska2009-02-101-6/+5
| | |
* | | Ruben K's patch to buildiso to append additional network infoMichael DeHaan2009-02-062-1/+5
| | |
* | | Update anamon trigger to use XMLRPC to avoid extra API hitMichael DeHaan2009-02-061-10/+6
| | |
* | | Restart services trigger now uses XMLRPC and is therefore MUCH fasterMichael DeHaan2009-02-063-22/+29
| | |
* | | Add missing file (Jeff S.)Michael DeHaan2009-02-061-0/+44
| | |
* | | ChangelogMichael DeHaan2009-02-062-5/+3
| | |
* | | Jeff Schroeder's patch to add a email "install done" trigger, plus numerous ↵Michael DeHaan2009-02-068-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 DeHaan2009-02-063-2/+13
| | |
* | | Update changelogMichael DeHaan2009-02-061-0/+3
| | |
* | | Bill Peck's patch to make import play nicer with rawhideMichael DeHaan2009-02-061-3/+7
| | |
* | | Update changelogMichael DeHaan2009-02-061-0/+3
| | |
* | | Two patches from Dave Hatton, (1) sort the order of systems and profiles ↵Michael DeHaan2009-02-062-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 DeHaan2009-02-061-0/+1
| | | | | | | | | | | | installs" snippet.
* | | Simon's patch to fix network snippet.Michael DeHaan2009-02-062-1/+2
| | |
* | | Make more fields standardize around space seperation, not comma seperationMichael DeHaan2009-02-069-23/+24
| | |
* | | Dave Hatton's patch to add a name servers search path to Cobbler.Michael DeHaan2009-02-0610-12/+81
| | |
* | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-02-061-2/+14
|\ \ \
| * | | Gracefully handle manage_*_zones settings as strings.John Eckersberg2009-02-061-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 DeHaan2009-02-062-1/+18
|/ /
* | s390 hackingMichael DeHaan2009-02-057-3/+98
| |
* | (A)Michael DeHaan2009-02-047-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 changelogMichael DeHaan2009-01-271-0/+1
| |
* | Fix --server-override settingMichael DeHaan2009-01-271-1/+1
| |
* | Eliminate scoping problem for older pythonsMichael DeHaan2009-01-271-4/+4
| |