summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-2926-457/+260
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-2528-14/+79
|
* updated TODO list, removing some items that have been completed and/orMichael DeHaan2007-05-251-36/+12
| | | | don't apply.
* Adding missing file to MANIFEST.inMichael DeHaan2007-05-241-0/+1
|
* Fix date in changelog.Michael DeHaan2007-05-241-1/+1
|
* Change cobbler code to use /etc/ethers and /var/lib/cobbler/cobbler_hostsMichael DeHaan2007-05-243-15/+54
| | | | | | | | | | | for dnsmasq, only writing minimal contents to /etc/dnsmasq.conf -- basically just tagging the systems with weird arches so they get the right bootloaders. "Cobbler sync" will only need to be run when adding the systems with the weird arches, and others should be dynamic without need to SIGHUP (/sbin/service restart) dnsmasq. In theory :) dnsmasq integration with cobbler is still rather experimental, but looks solid thus far. Have not actually tested any non-pxelinux.0 arches.
* Adding dnsmasq templateMichael DeHaan2007-05-241-0/+18
|
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-2411-60/+143
| | | | | 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
|
* in rawhide, apparently yumdownloader doesn't accept --config but doesMichael DeHaan2007-05-011-1/+1
| | | | accept -c.
* ChangelogMichael DeHaan2007-04-271-0/+1
|
* Echo "list" features in report syntax.Michael DeHaan2007-04-271-9/+17
|
* Allow "list" to show specifics of a specific object when given as aMichael DeHaan2007-04-271-4/+23
| | | | parameter.
* Un-un-hardcode the dir parameter for now.Michael DeHaan2007-04-271-1/+1
|
* If import name has underscores, prevent duplicate arch info just the same.Michael DeHaan2007-04-271-0/+3
| | | | (This should probably be replaced with a regex eventually).
* Release bumpMichael DeHaan2007-04-273-2/+9
|
* Remove hardcode of /var/www/cobbler from cobblerdMichael DeHaan2007-04-271-1/+1
|
* Fix warning message for "cobbler check" and malformed /etc/dhcpd.confMichael DeHaan2007-04-272-3/+3
|
* Release bump + changelogMichael DeHaan2007-04-263-3/+12
|
* Make "cobbler import" more accomodating of older distros (once again)Michael DeHaan2007-04-261-8/+27
| | | | | and also deal with createrepo possibly not having support for --basedir, which is true in newer createrepos.
* Fix RPM defattr.Michael DeHaan2007-04-261-1/+1
|
* (no commit message)Michael DeHaan2007-04-232-15/+16
|
* Fix to make "repo delete" functional after the CLI refactoring.Michael DeHaan2007-04-201-1/+5
|
* Remove some stray tests that no longer apply.Michael DeHaan2007-04-201-2/+0
|
* Remove redundant self argsMichael DeHaan2007-04-201-4/+4
|
* XMLRPC component must allow_none for kickstart parameter hash storage.Michael DeHaan2007-04-201-0/+14
|
* Clean up permissions some, and make rpmlint a bit less squeaky.Michael DeHaan2007-04-201-2/+3
|
* I reorged this template directory some time ago but apparently cleanupMichael DeHaan2007-04-205-51/+14
| | | | was not checked in.
* Bump buildrev as the last commit was a rather major change...Michael DeHaan2007-04-201-2/+2
|
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-2011-207/+396
| | | | | | | | | | | | object renaming, copying, and editing -- previously only addition and removal were supported. This frees uses (hopefully) from the need to hack YAML and risk damaging their configurations by rendering the config unparseable. It also makes "cobbler list" print out a simple tree representation that shows the association between objects. This also relaxes the requirements for what constitutes a kernel and initrd filename, just in case they are named something different. They still have to exist.
* Make init script a bit less noisy on stop.Michael DeHaan2007-04-201-2/+2
|
* Update specfile/changelogMichael DeHaan2007-04-203-14/+15
|
* Make "cobbler import" work for Centos 5, also remove unneccessary loop fromMichael DeHaan2007-04-201-21/+19
| | | | import code.
* Changelog and bumped revision.Michael DeHaan2007-04-192-1/+2
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-1911-76/+179
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* Various improvements to make the API more usable and cobbler a bitMichael DeHaan2007-04-195-7/+37
| | | | | | | | more efficient. Make both the Config and BootAPI objects Borgs, to prevent duplicate configuration records. Also do not implicitly serialize configuration objects unless the with_copy parameter is used.
* Updated TODOMichael DeHaan2007-04-171-3/+4
|
* Release bump for testing purposes.Michael DeHaan2007-04-171-2/+2
|
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-1611-13/+53
|
* Turning off core-repo mirror feature by default, as most enterpriseMichael DeHaan2007-04-164-5/+6
| | | | | | | | deployments may not want this behavior, and it is not ideal with RHN setups. Changed manpage docs appropriately. Also fixing bug where source_repo detection went up one directory to high...
* New Makefile from alikinsMichael DeHaan2007-04-131-4/+15
|
* cobbler.conf (httpd conf file) should be in version control, alsoMichael DeHaan2007-04-132-2/+16
| | | | bumped release.
* More generalized fix to aborted-createrepo ".olddata" problems, which nowMichael DeHaan2007-04-134-10/+22
| | | | applies to "cobbler reposync" as well as "cobbler import".
* Teaching cobbler to remove .olddata files from previous createrepo runsMichael DeHaan2007-04-121-5/+72
| | | | | so createrepo can be run repeatedly. This has been applied to ks_mirror (import) content but also needs to be done soon for cobbler_reposync.
* Added last commit info to changelog.Michael DeHaan2007-04-111-0/+1
|
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-115-164/+117
| | | | | | | | | | | | | | | 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-102-2/+5
|
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-105-15/+126
| | | | | | | | | | | | | | | | | allows for partial mirroring of RPM content from a yum repository using yumdownloader. An example of this would be wanting to have a local mirror of useful tools from FC6 Extras (cobbler and koan, possibly?) while not pulling down content that just takes up time/space (like 3D games). This will work for http:// and ftp:// repositories, but not RHN at this point. Incidentally this feature doesn't resolve dependencies at this point because yumdownloader is currently broken. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232183 So, for now, give all dependencies for --rpm-list and when yumdownloader gets fixed, the "--resolve" argument can be reinserted and this will be a lot more useful.
* Disable mod_python tracking piece for RHEL5, as it is apparently causingMichael DeHaan2007-04-103-1/+6
| | | | | some problems there. Need to replace it with something more portable. Can consider working in better tracking info at the same time.
* Add James in to AUTHORS for spec file patch and yum Q&A help.Michael DeHaan2007-04-051-0/+1
|