| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update more copyrights, remove cobbler-completion script (unfinished) | Michael DeHaan | 2009-08-19 | 7 | -133/+6 |
| | | |||||
| * | More work on remoting the command line, "cobbler import (options)" now ↵ | Michael DeHaan | 2009-07-20 | 2 | -4/+2 |
| | | | | | | | creates a background task. Still need to flesh out other commands and add tailing/status-polling logic as needed. | ||||
| * | Streamlining of api.py, move methods that are related to be adjacent, add ↵ | Michael DeHaan | 2009-06-26 | 1 | -10/+1 |
| | | | | | logging stubs where not already added, some fixes from previous edits. | ||||
| * | Working on task engine, reposync is mostly backgrounded. Perhaps we should ↵ | Michael DeHaan | 2009-06-25 | 1 | -1/+2 |
| | | | | | | | | remove --quiet though I'm not sure. There are many other places in the program that will now need similar changes -- all the actions for starters. There is also more exception handling cleanup to do. | ||||
| * | Removal of daemonize code in cobblerd allows for fixing subprocess fork ↵ | Michael DeHaan | 2009-06-10 | 1 | -4/+4 |
| | | | | | | | calls from threads in remote. We still need to rework the way stderr/stdout is redirected across the entire app, esp with this change, to avoid output from actions hitting the console. | ||||
| * | Update registration/discovery code to handle bridges better | Michael DeHaan | 2009-05-06 | 1 | -1/+1 |
| | | |||||
| * | This file needs to be added back into git. | Michael DeHaan | 2009-04-28 | 1 | -0/+291 |
| | | |||||
| * | First pass at unifing cobbler and koan under a single setup.py and spec file. | Michael DeHaan | 2009-04-21 | 2 | -0/+38 |
| | | | | | Later, django also will be a subpackage under this. | ||||
| * | use redirects to return to list page after operation | Peter Vreman | 2009-04-01 | 1 | -3/+6 |
| | | |||||
| * | Add profiling code (off by default to /usr/bin/cobbler) | Michael DeHaan | 2009-03-19 | 1 | -1/+17 |
| | | |||||
| * | Make cobbler-ext-nodes (puppet integration component) use the new YAML parser | Michael DeHaan | 2009-03-09 | 1 | -2/+2 |
| | | |||||
| * | Remove last references to old YAML parser. | Michael DeHaan | 2009-03-02 | 2 | -4/+4 |
| | | | | | | | | Conflicts: CHANGELOG scripts/index.py | ||||
| * | (A) | Michael DeHaan | 2009-02-04 | 1 | -1/+11 |
| | | | | | | | | | | | | | 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 | ||||
| * | Fix bad python 2.6 deprecation patch, also fix invalid removal code, and ↵ | Michael DeHaan | 2009-01-27 | 1 | -2/+2 |
| | | | | | remove a XMLRPC connection loop. | ||||
| * | Ensure cobbler objects are loaded before service returns. | Michael DeHaan | 2009-01-26 | 1 | -1/+5 |
| | | |||||
| * | various rearranging; test code uses new port, logging fixes (sort of) | root | 2009-01-23 | 1 | -1/+1 |
| | | |||||
| * | Eliminate double fork in cobblerd, give cobblerd it's own log, various ↵ | Michael DeHaan | 2009-01-23 | 1 | -1/+0 |
| | | | | | | | streamlining; exception logging may have some quirks and the unit tests are a little odd, though it seems to be fairly solid; more work TBD. Now cobblerd has only one process and invokes API load only once, which should lead to much faster startup and performance. | ||||
| * | Consolidating services to use just one port, removed syslog logging since we ↵ | Michael DeHaan | 2009-01-23 | 2 | -11/+10 |
| | | | | | have anamon | ||||
| * | Working on getting the server to not ping itself | Michael DeHaan | 2009-01-23 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'devel' | Michael DeHaan | 2008-12-19 | 4 | -27/+90 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS Makefile cobbler.spec cobbler/config.py cobbler/remote.py cobbler/templar.py setup.py | ||||
| | * | Move semanage stuff into the RPM; remove logger code that is not used. | Michael DeHaan | 2008-12-18 | 1 | -35/+0 |
| | | | |||||
| | * | Have cobblerd install selinux regexen for semanage instead of doing things | Michael DeHaan | 2008-12-18 | 1 | -0/+28 |
| | | | | | | | | | on a per file basis, also selinux is disabled when not present. | ||||
| | * | remove extra logging | Michael DeHaan | 2008-12-17 | 1 | -2/+0 |
| | | | |||||
| | * | add RHN/Satellite/Spacewalk registration snippet and underlying support | Michael DeHaan | 2008-12-11 | 1 | -458/+0 |
| | | | | | | | | | (webui pending) | ||||
| | * | Also make CobblerWeb connect directly versus going through mod_proxy, for ↵ | Michael DeHaan | 2008-12-02 | 1 | -2/+7 |
| | | | | | | | | | the same reasons. | ||||
| | * | A workaround for a RHEL 5.3 problem of unknown importance where Apache ↵ | Michael DeHaan | 2008-12-02 | 1 | -3/+8 |
| | | | | | | | | | mod_python really doesn't like connecting to itself via mod_proxy over 127.0.0.1. This doesn't happen in 5.2 and the workaround is equivalent and perhaps a femtosecond faster. | ||||
| | * | Error code changes, more tests for yum code. | Michael DeHaan | 2008-11-26 | 1 | -2/+5 |
| | | | |||||
| | * | Make the services engine return proper HTTP error codes for obvious ↵ | Michael DeHaan | 2008-11-26 | 2 | -4/+15 |
| | | | | | | | | | tracebacks and not founds. Working on the same for the web app. | ||||
| | * | Peter Vreman's patch to clean up the web sidebar | Michael DeHaan | 2008-11-20 | 1 | -1/+3 |
| | | | |||||
| | * | Charles Duffy's patch to add a --no-daemonize option to cobbler, as well as ↵ | Michael DeHaan | 2008-11-13 | 1 | -8/+32 |
| | | | | | | | | | some flags to alter the log level (which cobbler really doesn't use much yet) and the log file path. | ||||
| | * | Some changes to the blender function to remove a certain class of ↵ | Michael DeHaan | 2008-09-22 | 1 | -21/+30 |
| | | | | | | | | | parsing/blending errors, plus some tweaks to the setup program | ||||
| | * | Apply patchset from Partha to /usr/bin/cobbler-setup | Michael DeHaan | 2008-09-22 | 1 | -127/+75 |
| | | | |||||
| | * | Apply Partha's patch to add /usr/bin/cobbler/setup which is a program to ↵ | Michael DeHaan | 2008-09-17 | 1 | -0/+501 |
| | | | | | | | | | help create settings and modules.conf, there are a few small bugs in this but it's mostly done. I've reworked the code for style/output somewhat and also added RPM packaging. | ||||
| | * | Add external nodes code | Michael DeHaan | 2008-09-08 | 1 | -0/+22 |
| | | | |||||
| * | | Add debuginator script that I use for debugging user configs | Michael DeHaan | 2008-10-14 | 1 | -0/+50 |
| |/ | |||||
| * | Missing colon. | Michael DeHaan | 2008-07-24 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -4/+3 |
| | | |||||
| * | Patch to make cobbler exit codes work as expected | Michael DeHaan | 2008-07-24 | 1 | -1/+2 |
| | | |||||
| * | Make cobbler-completion work with no args | Michael DeHaan | 2008-07-23 | 1 | -1/+7 |
| | | |||||
| * | Add completion script | Michael DeHaan | 2008-07-23 | 1 | -0/+120 |
| | | |||||
| * | Reinstating findks.cgi support, this time as mod_python. | Michael DeHaan | 2008-07-17 | 1 | -5/+6 |
| | | | | | | See http://server/cblr/svc/op/findks which will get the kickstart for the IP or MAC of the requester. Note MAC is only sent when using kssendmac from Anaconda. | ||||
| * | Merge branch 'master' into devel | Michael DeHaan | 2008-06-25 | 1 | -0/+5 |
| |\ | |||||
| | * | Make cobblerd close file handles | Michael DeHaan | 2008-06-25 | 1 | -0/+5 |
| | | | |||||
| * | | This change allows the mod_python aspects to work if the http_port is not ↵ | Michael DeHaan | 2008-06-16 | 2 | -2/+9 |
| |/ | | | | 80. This works by letting the mod python components parse the config file. Currently this is not done using the Cobbler API because mod_python doensn't have sufficient permissions to invoke an API handle, but it does have permissions to open the settings file as read only. Ideally this should probably use the YAML parser but this was sufficiently light/fast. | ||||
| * | Support "fake" query string URLs to support xend's esoteric parser that ↵ | Michael DeHaan | 2008-04-23 | 1 | -0/+22 |
| | | | | | doesn't like query strings on the kernel options line. | ||||
| * | Apply unicode changes to webui also | Michael DeHaan | 2008-04-23 | 2 | -4/+4 |
| | | |||||
| * | Services operations are now happy with unicode data. | Michael DeHaan | 2008-04-23 | 1 | -2/+3 |
| | | |||||
| * | Kickstarts are now dynamically generated by mod_python, CGI's now fall | Michael DeHaan | 2008-04-18 | 7 | -574/+67 |
| | | | | | under mod_python, kickstart templating code now moved out of sync function. | ||||
| * | kssendmac does not make this information available at the time of this wget | Michael DeHaan | 2008-04-18 | 1 | -11/+5 |
| | | |||||
