summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
* Adds edit capability to distro and profile objects, plus some random ↵Michael DeHaan2007-09-131-0/+1
| | | | | | hacking on the WebUI. Also adds delete checkboxes that are currently not implemented.
* As ifarch doesn't work in noarch RPMs, do not include syslinux as a hard ↵Michael DeHaan2007-09-121-0/+1
| | | | | | requirement and just report it's absense in user-understandable terms during "cobbler check".
* More WebUI patches from Al TobeyMichael DeHaan2007-09-121-1/+2
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-0/+9
| | | | TBA.
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-0/+2
|
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-0/+1
| | | | /etc/cobbler/modules.conf
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-051-0/+2
| | | | | | | | | | | | | | format choice in settings (which is something of a Catch-22 situation), this may end up being a config file setting in /etc. Module loaders work and still default to yaml, though I've coded up a sample simple_json serializer that will be functional if users install simple-json. This is just demoware, JSON isn't replacing yaml and is (at least in this case) not as readable because of the way it escapes slashes. This is primarily to enable future work to integrate with other config file formats, such as possibly getting some of the system info from LDAP. Possibly.
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-3/+6
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Not using NEWS file anymore.Michael DeHaan2007-08-301-1/+1
|
* Getting ready for release of 0.6.1. Bumped release to -2 for thoseMichael DeHaan2007-08-301-2/+2
| | | | that have built from source previously.
* Make httpd config config(noreplace) so we don't overwrite on upgradesMichael DeHaan2007-08-221-1/+1
|
* Release bumpMichael DeHaan2007-08-131-1/+4
|
* Set permissions on /var/lib/cobbler/cobbler_hosts by installingMichael DeHaan2007-08-101-0/+2
| | | | the file in RPM so dnsmasq can read it.
* changelogMichael DeHaan2007-08-091-1/+4
|
* 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/+2
| | | | | | | | | 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.
* Description tweaks to RPM/setup.py and changelog updatesMichael DeHaan2007-07-261-10/+15
|
* Update datesMichael DeHaan2007-07-201-1/+1
|
* Updating changelog/specMichael DeHaan2007-07-091-1/+2
|
* Adding kickstart serving CGI script.Michael DeHaan2007-07-091-1/+2
| | | | Also fixing one error in the utils module.
* More packaging.Michael DeHaan2007-07-031-0/+1
|
* Fix up versionsMichael DeHaan2007-07-031-1/+1
|
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-5/+10
| | | | Bumped revision to 0.5.1.
* Added script to push RPMsMichael DeHaan2007-06-271-1/+1
|
* release bumpMichael DeHaan2007-06-121-2/+2
|
* This is Adam Rosenwald's patch for seperating triggers into pre and postMichael DeHaan2007-06-061-8/+16
| | | | triggers, plus my modifications to make them deal with return codes.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+1
|
* Fix date in changelog.Michael DeHaan2007-05-241-1/+1
|
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-0/+5
| | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features.
* Adding syslinux as dep. (Thanks euclid).Michael DeHaan2007-05-171-0/+3
|
* Release bumpMichael DeHaan2007-04-271-1/+4
|
* Release bump + changelogMichael DeHaan2007-04-261-2/+7
|
* Fix RPM defattr.Michael DeHaan2007-04-261-1/+1
|
* Clean up permissions some, and make rpmlint a bit less squeaky.Michael DeHaan2007-04-201-2/+3
|
* Bump buildrev as the last commit was a rather major change...Michael DeHaan2007-04-201-2/+2
|
* Update specfile/changelogMichael DeHaan2007-04-201-1/+1
|
* Changelog and bumped revision.Michael DeHaan2007-04-191-1/+1
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-6/+6
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* Release bump for testing purposes.Michael DeHaan2007-04-171-2/+2
|
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-5/+15
|
* cobbler.conf (httpd conf file) should be in version control, alsoMichael DeHaan2007-04-131-2/+2
| | | | bumped release.
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-111-1/+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.
* Bump release number.Michael DeHaan2007-04-101-1/+4
|
* This specfile define is currently pointless and can be removed.Michael DeHaan2007-04-051-2/+1
|
* Doc cleanup.Michael DeHaan2007-04-051-0/+1
|
* (no commit message)Michael DeHaan2007-04-041-1/+2
|
* Add preliminary support for RHEL5 tree management. This is ratherMichael DeHaan2007-04-031-0/+1
| | | | | | | | | | | | complicated and introduces a new variable source_repos on each 'distro' object and also has some implications for how sync completes. Basically RHEL5 has multiple comps files so createrepo must be run more than once. The main point of this support is to install and configure the "core" mirror for distros, where previously only extras/updates were dealt with. The core repo is derived from the kickstart tree (cobbler import) rather than the "cobbler repo add" commands (manual add).
* Fix changelog format.Michael DeHaan2007-04-021-2/+1
|
* Preparation for later 0.4.6 releaseMichael DeHaan2007-04-021-2/+5
|
* This is 0.4.5Michael DeHaan2007-03-231-4/+8
|