summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-0/+1
|
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-301-1/+1
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-1/+1
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-291-0/+1
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-291-0/+1
| | | | / etc
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-191-0/+1
| | | | | | | | | | now a trigger. This commit adds pre/post sync triggers, for scripting of arbitrary actions. The idea is that a cobbler user can now modify the restart-services script to rsync DHCP configurations to a remote box and instead restart them there, for hosting DHCP on a different box. Or do anything else that might be required. The restart-services trigger will ship in the cobbler RPM. Users can modify it at will and it is marked as config(noreplace) so upgrades will not affect it.
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-191-0/+2
| | | | docstring in action_sync.py
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-1/+1
| | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated.
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-0/+1
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-0/+4
| | | | TBA.
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-0/+1
|
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-0/+1
| | | | /etc/cobbler/modules.conf
* Not using NEWS file anymore.Michael DeHaan2007-08-301-1/+1
|
* Set permissions on /var/lib/cobbler/cobbler_hosts by installingMichael DeHaan2007-08-101-0/+1
| | | | the file in RPM so dnsmasq can read it.
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-031-0/+1
| | | | | | a special function in cobblerd.
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-271-0/+1
| | | | | | | | | kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
* Adding kickstart serving CGI script.Michael DeHaan2007-07-091-0/+1
| | | | Also fixing one error in the utils module.
* add missing file to MANIFEST.inMichael DeHaan2007-07-031-1/+1
|
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-0/+1
| | | | Bumped revision to 0.5.1.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-12/+6
|
* Adding missing file to MANIFEST.inMichael DeHaan2007-05-241-0/+1
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-3/+4
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-111-0/+1
| | | | | | | | | | | | | | | watcher.py mod_python script, so there is room for greater platform compatibility. A cgi-based more-portable alternative to watcher is still desirable. Since apache logs are cycled more frequently than cobbler logs, this does mean that we lose a bit of granularity with regards to start/stop times, though this can presumably be refined. Last request time (the most important bit) is still solid. Need to verify that Apache log time parsing (strptime) isn't doing anything strange with time zones as cobbler is logging GMT. I suspect it might and that would affect results and state detection.
* Tags + added template file to manifest.inMichael DeHaan2007-03-221-0/+1
|
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-13/+15
| | | | feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.
* Bundle and install menu.c32 for those distros (like RHEL4) that don't ↵Michael DeHaan2007-02-191-0/+1
| | | | package it.
* The fix for the very odd mod_python chokes on older Apache installs with ↵Michael DeHaan2007-01-251-0/+1
| | | | | | | | 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.
* Adding cobbler syslog serviceMichael DeHaan2007-01-221-0/+1
|
* Removing logrotation and keeping logs in seperate directory files, so we can ↵Michael DeHaan2007-01-041-1/+0
| | | | | | do smart things about deleting entries that are older. (alikins suggestion).
* RPM builds cleanMichael DeHaan2007-01-021-2/+1
|
* Package logrotate scriptMichael DeHaan2007-01-021-0/+1
|
* Add watcher script to RPM.Michael DeHaan2007-01-021-0/+2
|
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+1
|
* Prune rsync mirrors when importing.mdehaan@mdehaan.rdu.redhat.com2006-12-051-0/+1
|
* Add support for default PXE boots via /etc/cobbler/default.pxe; wrapDavid Lutterkort2006-10-271-0/+1
| | | | | service reloads/restarts so they don't happen in dryrun mode; allow '-n' as an alias for '--dryrun' when syncing.
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-0/+1
|
* Package the really basic kickstart fileMichael DeHaan2006-10-131-0/+1
|
* Package elilo for IA64Michael DeHaan2006-09-221-0/+2
|
* Added dhcp.template to RPMMichael DeHaan2006-09-211-0/+1
|
* Added doc files yesterday but didn't add %doc to RPM, fixing. Remove ↵Michael DeHaan2006-09-211-1/+1
| | | | INSTALLED_FILES bits that are no longer used.
* Add RPM doc file informationMichael DeHaan2006-09-201-0/+1
|
* Interim commit during packagingMichael DeHaan2006-05-031-0/+1