summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
...
* Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-cMichael DeHaan2007-06-071-0/+2
| | | | cache" as a default value.
* Ongoing work on making system --names descriptive, plus manpage andMichael DeHaan2007-05-301-1/+3
| | | | CHANGELOG changes.
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-2/+4
| | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features.
* ChangelogMichael DeHaan2007-04-271-0/+1
|
* Release bumpMichael DeHaan2007-04-271-0/+4
|
* Release bump + changelogMichael DeHaan2007-04-261-0/+4
|
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-1/+3
| | | | | | | | | | | | 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.
* Update specfile/changelogMichael DeHaan2007-04-201-0/+1
|
* Changelog and bumped revision.Michael DeHaan2007-04-191-0/+1
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-0/+1
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-0/+1
|
* Turning off core-repo mirror feature by default, as most enterpriseMichael DeHaan2007-04-161-0/+1
| | | | | | | | 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...
* More generalized fix to aborted-createrepo ".olddata" problems, which nowMichael DeHaan2007-04-131-0/+2
| | | | applies to "cobbler reposync" as well as "cobbler import".
* Added last commit info to changelog.Michael DeHaan2007-04-111-0/+1
|
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-0/+2
| | | | | | | | | | | | | | | | | 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-101-0/+3
| | | | | some problems there. Need to replace it with something more portable. Can consider working in better tracking info at the same time.
* This specfile define is currently pointless and can be removed.Michael DeHaan2007-04-051-1/+1
|
* Doc cleanup.Michael DeHaan2007-04-051-0/+2
|
* Forgot to include details in last commit, so here's the CHANGELOG.Michael DeHaan2007-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | Basically cobbler repo add can now take the following. cobbler repo add --mirror=http://mirrors.kernel.org/fedora/core/updates/6/i386/ --name=fc6i386updates --local-filename=fedora-updates The above syntax also works for FTP. Rather basic. Additionally, there is preliminary support for mirroring content out of RHN. To do this, you will need a entitled/registered RHN system and RHEL >= 5.0. cobbler repo add --name=rhel-i386-server-5 --mirror=rhn://rhel-i386-server-5 Usage of ftp://, http://, and rhn:// (it's not really a protocol, btw), require that yum-utils be installed. yum-utils is the package that provides reposync.
* Added tagsMichael DeHaan2007-04-031-4/+4
|
* Update changelog.Michael DeHaan2007-04-021-1/+2
|
* Preparation for later 0.4.6 releaseMichael DeHaan2007-04-021-0/+1
|
* Store repo information as a list. This unbreaks --repos on "profile add"Michael DeHaan2007-03-281-0/+4
|
* This is 0.4.5Michael DeHaan2007-03-231-0/+3
|
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the ↵Michael DeHaan2007-03-221-2/+4
| | | | | | | kernel-parameters-get-shorter effort as well as templating and import features. Plus some random things, like case insensitive paths and some additional argument checking.
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-4/+6
| | | | 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.
* Interim commit in the middle of directory reorg.Michael DeHaan2007-03-161-0/+3
|
* Version bump / changelog.Michael DeHaan2007-03-021-0/+4
|
* Release stuffMichael DeHaan2007-02-281-2/+3
|
* Disabling of anchors in YAML serialization, which makes configuration files ↵Michael DeHaan2007-02-201-0/+1
| | | | | | | | | | much easier to read/edit/understand once disabled. Anchors are basically pointers to pieces of text strings that prevent them from being repeated, but in cobbler, they really don't add any value. For users with configuration files that are still using anchors (&1, *1, etc), running "cobbler reserialize" can remove them once upgraded to this version -- though that is not neccessary.
* Release housekeeping for future version (not now).Michael DeHaan2007-02-201-0/+4
|
* Be a little nicer on file deletes, release housekeeping.Michael DeHaan2007-02-191-0/+3
|
* Fixes to work with older versions of Cheetah, small fix to system delete ↵Michael DeHaan2007-02-191-1/+4
| | | | code so it deletes the right file in kickstarts_sys.
* Bundling Cheetah for backwards compatibility, and associated changes to ↵Michael DeHaan2007-02-191-2/+2
| | | | specfiles/etc.
* A few thingsMichael DeHaan2007-02-161-0/+3
| | | | | | - manpage clarification/correction (including a parameter typo in "cobbler repo add") - don't write the etc/yum.repos.d file if no --local-filename - print out createrepo command for debug purposes (during cobbler import)
* Changelog/spec updates and manpage additions.Michael DeHaan2007-02-151-1/+2
|
* Moving back to Cheetah for templatingMichael DeHaan2007-02-131-2/+5
|
* Preparation for next release.Michael DeHaan2007-01-291-0/+3
|
* Fixing some errors found by rpmlint in the init scripts, as well as some ↵Michael DeHaan2007-01-291-0/+6
| | | | corrections needed to the pre/post service handling needed for cobblersyslogd (per FC-E wiki). Also shortened lines in the description so as to not confuse rpmlint. Some rpmlint noise remains, though IMO, it's just noise at this point.
* The fix for the very odd mod_python chokes on older Apache installs with ↵Michael DeHaan2007-01-251-1/+6
| | | | | | | | 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-1/+3
|
* Preparation for next release (when ready)Michael DeHaan2007-01-191-0/+3
|
* Adding logrotate fileMichael DeHaan2007-01-021-0/+1
|
* Enable locking feature.Michael DeHaan2006-12-221-0/+1
|
* Manpage + CHANGELOGsMichael DeHaan2006-12-221-0/+1
| | | | | 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.
* Changelog update.Michael DeHaan2006-12-211-1/+6
|
* Add code to minimize times when httpd is restarted during cobbler sync, plus ↵Michael DeHaan2006-12-211-16/+19
| | | | changelog cleanup.
* Python 2.5 for FC7/devel requires BuildRequires: python-develMichael DeHaan2006-12-211-1/+1
|
* Added "clobber" alias for enchant/transmogrify (alikins made me do it).Michael DeHaan2006-12-201-0/+1
|
* Changelog, + fix wget arguments for repo install.mdehaan@mdehaan.rdu.redhat.com2006-12-201-0/+1
|