Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Work towards implementation of optional integrated "light" sync support, ↵ | Michael DeHaan | 2007-02-01 | 13 | -222/+207 | |
| | | | | | | which is enabled by default in /var/lib/cobbler/settings. Users of the API will need to use the with_copy=True and with_delete=True parameters to initiate this behavior. As mentioned in the previous commit, sync() still needs to be run at least once prior to any add commands using this feature. | |||||
* | Skeleton code (currently does exactly what it used to do) for cobbler ↵ | Michael DeHaan | 2007-02-01 | 5 | -9/+36 | |
| | | | | | | add/remove commands that do not require running "sync". Sync will only be required when the kickstart files behind systems change, or when YAML is hand edited. This should vastly improve cobbler for use in larger systems, especially when used as a library when all control paths are known. Sync will still be required once for an initial install (just once), or whenever kickstart or YAML files are edited. It can also be run again at any time for a sanity check -- sync isn't going away. | |||||
* | Added skeleton file (with notes) of how to do partial sync operations | Michael DeHaan | 2007-02-01 | 2 | -1/+106 | |
| | | | | with add/remove command. | |||||
* | Preparation for next release. | Michael DeHaan | 2007-01-29 | 3 | -2/+8 | |
| | ||||||
* | Fixing some errors found by rpmlint in the init scripts, as well as some ↵ | Michael DeHaan | 2007-01-29 | 4 | -11/+41 | |
| | | | | corrections needed to the pre/post service handling needed for cobblersyslogd (per FC-E wiki). Also shortened lines in the description so as to not confuse rpmlint. Some rpmlint noise remains, though IMO, it's just noise at this point. | |||||
* | release housekeeping | Michael DeHaan | 2007-01-25 | 2 | -2/+2 | |
| | ||||||
* | Have to change this too :) | Michael DeHaan | 2007-01-25 | 1 | -1/+1 | |
| | ||||||
* | glob the syslog, not the kicklog, for older systems that don't write the ↵ | Michael DeHaan | 2007-01-25 | 1 | -0/+3 | |
| | | | | | | kicklog entry based on the mod_python issues with old Apaches that was addressed in 0.3.7. | |||||
* | glob the syslog not the kicklog, as the kicklog is | Michael DeHaan | 2007-01-25 | 1 | -1/+1 | |
| | ||||||
* | The fix for the very odd mod_python chokes on older Apache installs with ↵ | Michael DeHaan | 2007-01-25 | 6 | -11/+88 | |
| | | | | | | | | seemingly no explanation bug -- kickstart tracking will only use syslog for older cobbler servers, and will use both on newer machines (FC5+). Also, convert the mini domU template to use cobbler templating where appropriate. | |||||
* | Capture other done event such that either logfile mechanism is usable to ↵ | Michael DeHaan | 2007-01-23 | 1 | -2/+3 | |
| | | | | determine when an install is complete. | |||||
* | Reset file/log counter between installs. | Michael DeHaan | 2007-01-23 | 1 | -0/+1 | |
| | ||||||
* | Make /sbin/service --status-all work. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-23 | 1 | -3/+12 | |
| | ||||||
* | Shinier happier service start/stop messages. | Michael DeHaan | 2007-01-23 | 1 | -2/+8 | |
| | ||||||
* | Adding cobbler syslog service | Michael DeHaan | 2007-01-22 | 7 | -54/+150 | |
| | ||||||
* | Upgrades to status reporting code. Now scans both log files (syslog + file ↵ | Michael DeHaan | 2007-01-22 | 1 | -130/+118 | |
| | | | | | | xfers) and contains finer grained data about system state. Files transferred aren't syslogged, so we can't use syslog exclusively. | |||||
* | Added syslog watcher script. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-22 | 3 | -1/+56 | |
| | | | | Packaging + parsing still TBA. | |||||
* | Preparation for next release (when ready) | Michael DeHaan | 2007-01-19 | 3 | -2/+8 | |
| | ||||||
* | Make default kickstarts fully automatic. (Long time coming). | Michael DeHaan | 2007-01-19 | 2 | -0/+28 | |
| | ||||||
* | Added manpage documentation on kickstart tracking feature. | Michael DeHaan | 2007-01-18 | 1 | -0/+16 | |
| | ||||||
* | Polishing and Aligning status reports to new way of saving them. | Michael DeHaan | 2007-01-04 | 1 | -10/+7 | |
| | ||||||
* | Removing logrotation and keeping logs in seperate directory files, so we can ↵ | Michael DeHaan | 2007-01-04 | 6 | -25/+18 | |
| | | | | | | do smart things about deleting entries that are older. (alikins suggestion). | |||||
* | Further work on kickstart tracking. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-04 | 2 | -14/+82 | |
| | ||||||
* | It's easier to generate reports with just one hash. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-04 | 1 | -8/+4 | |
| | ||||||
* | Don't show tracebacks for Ctrl+C. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-04 | 1 | -0/+3 | |
| | ||||||
* | Need to let everything pass through the filter, just don't log non tracked ↵ | mdehaan@mdehaan.rdu.redhat.com | 2007-01-04 | 2 | -22/+53 | |
| | | | | URL's. | |||||
* | Only calculate stats on certain URLs for more accurate reporting. | Michael DeHaan | 2007-01-03 | 1 | -4/+9 | |
| | ||||||
* | Remove stray argument. | Michael DeHaan | 2007-01-03 | 1 | -1/+1 | |
| | ||||||
* | Upgrade httpd config for upgrades getting 0.3.6 so they can use kickstart | Michael DeHaan | 2007-01-03 | 1 | -7/+9 | |
| | | | | | tracking and the watcher script. Presence of cobbler_track URL's in the httpd config are an indication of 0.3.6 or higher level cobbler. | |||||
* | Only track files that correspond to a cobbler config. | Michael DeHaan | 2007-01-03 | 1 | -2/+9 | |
| | ||||||
* | Update URL's used in profiles so they get tracked, but profile lists (via ↵ | Michael DeHaan | 2007-01-03 | 1 | -5/+6 | |
| | | | | koan) and updates won't. | |||||
* | Back out start changes, as start can be determined by first file request if ↵ | Michael DeHaan | 2007-01-03 | 3 | -15/+4 | |
| | | | | we use a different URL alias. | |||||
* | Add kickstart pre-signaling to indicate starts in addition to stops. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-03 | 6 | -25/+125 | |
| | ||||||
* | Track all image files so we can see the stage2 xfer. | Michael DeHaan | 2007-01-03 | 1 | -1/+1 | |
| | ||||||
* | Add FollowSymLinks option to httpd config, so that I can link to test | Michael DeHaan | 2007-01-03 | 1 | -1/+1 | |
| | | | | | mirrors in /var/www/cobbler/ks_mirror without storing them there. Also for enterprising admins, ks_mirror can now be a symlink to another partition. | |||||
* | TODO and --help updates | mdehaan@mdehaan.rdu.redhat.com | 2007-01-03 | 2 | -0/+6 | |
| | ||||||
* | Add scaffolding for status report function/module. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-03 | 3 | -5/+65 | |
| | ||||||
* | Log time as seconds-since-Epoch also, to avoid reverse calculation later. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-03 | 1 | -1/+6 | |
| | ||||||
* | Log when kickstart files are requested. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-02 | 1 | -0/+1 | |
| | ||||||
* | Renaming the kickstart_done portion and also not serving up the watcher's ↵ | mdehaan@mdehaan.rdu.redhat.com | 2007-01-02 | 4 | -2/+16 | |
| | | | | source. | |||||
* | Add additional Apache configuration to /etc/httpd/conf.d/cobbler | Michael DeHaan | 2007-01-02 | 1 | -0/+8 | |
| | ||||||
* | RPM builds clean | Michael DeHaan | 2007-01-02 | 4 | -7/+4 | |
| | ||||||
* | Logrotate and setup.py edits | mdehaan@mdehaan.rdu.redhat.com | 2007-01-02 | 2 | -9/+13 | |
| | ||||||
* | Package logrotate script | Michael DeHaan | 2007-01-02 | 2 | -0/+3 | |
| | ||||||
* | Adding logrotate file | Michael DeHaan | 2007-01-02 | 2 | -0/+8 | |
| | ||||||
* | Spec file packaging and changelog for new kickstart tracking code. | Michael DeHaan | 2007-01-02 | 1 | -0/+4 | |
| | ||||||
* | Don't delete python files placed in /var/www/cobbler. | Michael DeHaan | 2007-01-02 | 1 | -1/+2 | |
| | ||||||
* | Add watcher script to RPM. | Michael DeHaan | 2007-01-02 | 2 | -0/+3 | |
| | ||||||
* | Adding preliminary logger for kickstart activity. | Michael DeHaan | 2007-01-02 | 1 | -0/+45 | |
| | ||||||
* | Tweaking specfile and manpage. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-02 | 2 | -2/+2 | |
| |