summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removing logrotation and keeping logs in seperate directory files, so we can ↵Michael DeHaan2007-01-046-25/+18
| | | | | | do smart things about deleting entries that are older. (alikins suggestion).
* Further work on kickstart tracking.mdehaan@mdehaan.rdu.redhat.com2007-01-042-14/+82
|
* It's easier to generate reports with just one hash.mdehaan@mdehaan.rdu.redhat.com2007-01-041-8/+4
|
* Don't show tracebacks for Ctrl+C.mdehaan@mdehaan.rdu.redhat.com2007-01-041-0/+3
|
* Need to let everything pass through the filter, just don't log non tracked ↵mdehaan@mdehaan.rdu.redhat.com2007-01-042-22/+53
| | | | URL's.
* Only calculate stats on certain URLs for more accurate reporting.Michael DeHaan2007-01-031-4/+9
|
* Remove stray argument.Michael DeHaan2007-01-031-1/+1
|
* Upgrade httpd config for upgrades getting 0.3.6 so they can use kickstartMichael DeHaan2007-01-031-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 DeHaan2007-01-031-2/+9
|
* Update URL's used in profiles so they get tracked, but profile lists (via ↵Michael DeHaan2007-01-031-5/+6
| | | | koan) and updates won't.
* Back out start changes, as start can be determined by first file request if ↵Michael DeHaan2007-01-033-15/+4
| | | | we use a different URL alias.
* Add kickstart pre-signaling to indicate starts in addition to stops.mdehaan@mdehaan.rdu.redhat.com2007-01-036-25/+125
|
* Track all image files so we can see the stage2 xfer.Michael DeHaan2007-01-031-1/+1
|
* Add FollowSymLinks option to httpd config, so that I can link to testMichael DeHaan2007-01-031-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 updatesmdehaan@mdehaan.rdu.redhat.com2007-01-032-0/+6
|
* Add scaffolding for status report function/module.mdehaan@mdehaan.rdu.redhat.com2007-01-033-5/+65
|
* Log time as seconds-since-Epoch also, to avoid reverse calculation later.mdehaan@mdehaan.rdu.redhat.com2007-01-031-1/+6
|
* Log when kickstart files are requested.mdehaan@mdehaan.rdu.redhat.com2007-01-021-0/+1
|
* Renaming the kickstart_done portion and also not serving up the watcher's ↵mdehaan@mdehaan.rdu.redhat.com2007-01-024-2/+16
| | | | source.
* Add additional Apache configuration to /etc/httpd/conf.d/cobblerMichael DeHaan2007-01-021-0/+8
|
* RPM builds cleanMichael DeHaan2007-01-024-7/+4
|
* Logrotate and setup.py editsmdehaan@mdehaan.rdu.redhat.com2007-01-022-9/+13
|
* Package logrotate scriptMichael DeHaan2007-01-022-0/+3
|
* Adding logrotate fileMichael DeHaan2007-01-022-0/+8
|
* Spec file packaging and changelog for new kickstart tracking code.Michael DeHaan2007-01-021-0/+4
|
* Don't delete python files placed in /var/www/cobbler.Michael DeHaan2007-01-021-1/+2
|
* Add watcher script to RPM.Michael DeHaan2007-01-022-0/+3
|
* Adding preliminary logger for kickstart activity.Michael DeHaan2007-01-021-0/+45
|
* Tweaking specfile and manpage.mdehaan@mdehaan.rdu.redhat.com2007-01-022-2/+2
|
* Fix bug in locking mechanism.Michael DeHaan2006-12-221-1/+3
|
* Enable locking feature.Michael DeHaan2006-12-222-1/+2
|
* Be even more strict about --virt parameter processing on enchant to preventMichael DeHaan2006-12-221-5/+3
| | | | accidental re-provisioning of main OS.
* Manpage + CHANGELOGsMichael DeHaan2006-12-223-6/+12
| | | | | Also, since there is some change of someone miskeying --virt=yed or something, and getting a False value (which means reprovision the main OS), the default for --virt parameters is getting changed to assume --virt implies True when --virt is used. We really don't want a typo erasing an important server.
* Remove xen package install, it should already be there. (libvirt-python ↵mdehaan@mdehaan.rdu.redhat.com2006-12-221-3/+4
| | | | | | should be too, but we're playing it safe).
* Allow "cobbler enchant" commands to also remotely install Xen on systems in ↵Michael DeHaan2006-12-223-10/+33
| | | | | | | the same way the command already supported destructive re-provisioning. Syntax is "cobbler enchant --address=foo --profile=foo --virt=yes" or "--system=foo" can replace "--profile" if you want to set the Xen mac address and so forth.
* Manpage tweaksMichael DeHaan2006-12-211-3/+3
|
* Changelog update.Michael DeHaan2006-12-211-1/+6
|
* Always pass args to functions in main body.Michael DeHaan2006-12-211-4/+4
|
* "cobbler repo sync" is the same as "cobbler reposync"Michael DeHaan2006-12-211-1/+2
|
* Allow report to be invoked in subject verb form.Michael DeHaan2006-12-211-18/+38
|
* Cobbler report commands are now sorted also.Michael DeHaan2006-12-215-31/+35
|
* cobbler list now keeps results sorted.Michael DeHaan2006-12-211-0/+1
|
* Added a new abbreviated (list) command and longer (report) command.mdehaan@mdehaan.rdu.redhat.com2006-12-212-7/+48
| | | | List now invokable in subject-verb form also (cobbler system list, etc).
* Add code to minimize times when httpd is restarted during cobbler sync, plus ↵Michael DeHaan2006-12-214-30/+65
| | | | changelog cleanup.
* Add usability suggestions from mailing list to TODO file.Michael DeHaan2006-12-211-0/+9
|
* Python 2.5 for FC7/devel requires BuildRequires: python-develMichael DeHaan2006-12-213-3/+3
|
* Don't clobber the repo setting.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+1
|
* Hack to deal with not caching SSH known hosts values.mdehaan@mdehaan.rdu.redhat.com2006-12-202-2/+17
|
* Added "clobber" alias for enchant/transmogrify (alikins made me do it).Michael DeHaan2006-12-202-0/+2
|
* Disable strict host key checking for enchant/transmogrify.Michael DeHaan2006-12-201-1/+1
|