Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Begining of i18n of cobbler. Tests pass, works with English. Need to test | Michael DeHaan | 2007-05-29 | 26 | -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 rhpl | Michael DeHaan | 2007-05-25 | 28 | -14/+79 | |
| | ||||||
* | updated TODO list, removing some items that have been completed and/or | Michael DeHaan | 2007-05-25 | 1 | -36/+12 | |
| | | | | don't apply. | |||||
* | Adding missing file to MANIFEST.in | Michael DeHaan | 2007-05-24 | 1 | -0/+1 | |
| | ||||||
* | Fix date in changelog. | Michael DeHaan | 2007-05-24 | 1 | -1/+1 | |
| | ||||||
* | Change cobbler code to use /etc/ethers and /var/lib/cobbler/cobbler_hosts | Michael DeHaan | 2007-05-24 | 3 | -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 template | Michael DeHaan | 2007-05-24 | 1 | -0/+18 | |
| | ||||||
* | Add support for dnsmasq as an alternative to ISC dhcpd. | Michael DeHaan | 2007-05-24 | 11 | -60/+143 | |
| | | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features. | |||||
* | Adding syslinux as dep. (Thanks euclid). | Michael DeHaan | 2007-05-17 | 1 | -0/+3 | |
| | ||||||
* | in rawhide, apparently yumdownloader doesn't accept --config but does | Michael DeHaan | 2007-05-01 | 1 | -1/+1 | |
| | | | | accept -c. | |||||
* | Changelog | Michael DeHaan | 2007-04-27 | 1 | -0/+1 | |
| | ||||||
* | Echo "list" features in report syntax. | Michael DeHaan | 2007-04-27 | 1 | -9/+17 | |
| | ||||||
* | Allow "list" to show specifics of a specific object when given as a | Michael DeHaan | 2007-04-27 | 1 | -4/+23 | |
| | | | | parameter. | |||||
* | Un-un-hardcode the dir parameter for now. | Michael DeHaan | 2007-04-27 | 1 | -1/+1 | |
| | ||||||
* | If import name has underscores, prevent duplicate arch info just the same. | Michael DeHaan | 2007-04-27 | 1 | -0/+3 | |
| | | | | (This should probably be replaced with a regex eventually). | |||||
* | Release bump | Michael DeHaan | 2007-04-27 | 3 | -2/+9 | |
| | ||||||
* | Remove hardcode of /var/www/cobbler from cobblerd | Michael DeHaan | 2007-04-27 | 1 | -1/+1 | |
| | ||||||
* | Fix warning message for "cobbler check" and malformed /etc/dhcpd.conf | Michael DeHaan | 2007-04-27 | 2 | -3/+3 | |
| | ||||||
* | Release bump + changelog | Michael DeHaan | 2007-04-26 | 3 | -3/+12 | |
| | ||||||
* | Make "cobbler import" more accomodating of older distros (once again) | Michael DeHaan | 2007-04-26 | 1 | -8/+27 | |
| | | | | | and also deal with createrepo possibly not having support for --basedir, which is true in newer createrepos. | |||||
* | Fix RPM defattr. | Michael DeHaan | 2007-04-26 | 1 | -1/+1 | |
| | ||||||
* | (no commit message) | Michael DeHaan | 2007-04-23 | 2 | -15/+16 | |
| | ||||||
* | Fix to make "repo delete" functional after the CLI refactoring. | Michael DeHaan | 2007-04-20 | 1 | -1/+5 | |
| | ||||||
* | Remove some stray tests that no longer apply. | Michael DeHaan | 2007-04-20 | 1 | -2/+0 | |
| | ||||||
* | Remove redundant self args | Michael DeHaan | 2007-04-20 | 1 | -4/+4 | |
| | ||||||
* | XMLRPC component must allow_none for kickstart parameter hash storage. | Michael DeHaan | 2007-04-20 | 1 | -0/+14 | |
| | ||||||
* | Clean up permissions some, and make rpmlint a bit less squeaky. | Michael DeHaan | 2007-04-20 | 1 | -2/+3 | |
| | ||||||
* | I reorged this template directory some time ago but apparently cleanup | Michael DeHaan | 2007-04-20 | 5 | -51/+14 | |
| | | | | was not checked in. | |||||
* | Bump buildrev as the last commit was a rather major change... | Michael DeHaan | 2007-04-20 | 1 | -2/+2 | |
| | ||||||
* | This commit overhauls the main cobbler CLI module and adds support for | Michael DeHaan | 2007-04-20 | 11 | -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 DeHaan | 2007-04-20 | 1 | -2/+2 | |
| | ||||||
* | Update specfile/changelog | Michael DeHaan | 2007-04-20 | 3 | -14/+15 | |
| | ||||||
* | Make "cobbler import" work for Centos 5, also remove unneccessary loop from | Michael DeHaan | 2007-04-20 | 1 | -21/+19 | |
| | | | | import code. | |||||
* | Changelog and bumped revision. | Michael DeHaan | 2007-04-19 | 2 | -1/+2 | |
| | ||||||
* | Changes cobbler_syslogd to cobblerd, and this new daemon now offers koan | Michael DeHaan | 2007-04-19 | 11 | -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 bit | Michael DeHaan | 2007-04-19 | 5 | -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 TODO | Michael DeHaan | 2007-04-17 | 1 | -3/+4 | |
| | ||||||
* | Release bump for testing purposes. | Michael DeHaan | 2007-04-17 | 1 | -2/+2 | |
| | ||||||
* | Implemented trigger support for tying in with other software. | Michael DeHaan | 2007-04-16 | 11 | -13/+53 | |
| | ||||||
* | Turning off core-repo mirror feature by default, as most enterprise | Michael DeHaan | 2007-04-16 | 4 | -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 alikins | Michael DeHaan | 2007-04-13 | 1 | -4/+15 | |
| | ||||||
* | cobbler.conf (httpd conf file) should be in version control, also | Michael DeHaan | 2007-04-13 | 2 | -2/+16 | |
| | | | | bumped release. | |||||
* | More generalized fix to aborted-createrepo ".olddata" problems, which now | Michael DeHaan | 2007-04-13 | 4 | -10/+22 | |
| | | | | applies to "cobbler reposync" as well as "cobbler import". | |||||
* | Teaching cobbler to remove .olddata files from previous createrepo runs | Michael DeHaan | 2007-04-12 | 1 | -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 DeHaan | 2007-04-11 | 1 | -0/+1 | |
| | ||||||
* | Kickstart tracking now mines the apache logs rather than relying on the | Michael DeHaan | 2007-04-11 | 5 | -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 DeHaan | 2007-04-10 | 2 | -2/+5 | |
| | ||||||
* | This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-list | Michael DeHaan | 2007-04-10 | 5 | -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 causing | Michael DeHaan | 2007-04-10 | 3 | -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 DeHaan | 2007-04-05 | 1 | -0/+1 | |
| |