summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-1/+13
| | | | /etc/cobbler/modules.conf
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-057-52/+36
| | | | | | | | | | | | | | 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.
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-051-1/+1
|\
| * Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobblerroot2007-09-055-203/+32
| |\
| * | Fix typing bug.root2007-09-051-1/+1
| | |
* | | Working on pluggable serializers.root2007-09-057-92/+232
| |/ |/|
* | removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-055-202/+31
| |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-052-2/+39
|\| | | | | | | | | | | Conflicts: CHANGELOG
| * changelog + docsroot2007-09-041-0/+11
| |
| * Add some extra debug output to point users at the problem when there is a syntaxroot2007-09-041-2/+7
| | | | | | | | error in a template we are feeding to Cheetah.
| * Make cobbler not fetch the kickstart when it may be external and CGI based.root2007-09-041-3/+12
| |
| * Adding code to save the kickstart file as /root/anaconda.ksroot2007-09-041-0/+12
| |
* | Fix dhcpd.conf rendering bug.Michael DeHaan2007-09-051-1/+1
|/
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-313-9/+51
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Allow "cobbler import" to deal with the new F8 tree renames. (Grr...)Michael DeHaan2007-08-301-1/+1
|
* Fix auto-repo attachment for RHEL5Michael DeHaan2007-08-291-10/+5
|
* So it /is/ resolve.Michael DeHaan2007-08-281-1/+1
|
* Fix logic in repo name creationMichael DeHaan2007-08-281-1/+1
|
* --desolvedeps not --resolveMichael DeHaan2007-08-281-1/+1
|
* Allow for usage of Cheetah template variables (sans Cheetah) in configMichael DeHaan2007-08-282-4/+13
| | | | files by replacing $variable with @@variable@@.
* Fix reposync if using rsync as a source and paths don't contain an archMichael DeHaan2007-08-281-2/+1
|
* Fix format stringMichael DeHaan2007-08-281-9/+1
|
* Fix bug in repo evaluation with inherited subprofiles.root2007-08-273-16/+26
|
* Fix bug with upward/downward propogation of array content when using ↵Michael DeHaan2007-08-272-1/+6
| | | | inheritance.
* Capture stderr from avahi-publish-service so it doesn't print itselfMichael DeHaan2007-08-271-1/+2
| | | | over the login prompt.
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-276-13/+21
|\ | | | | | | | | | | Conflicts: CHANGELOG
| * Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-231-0/+1
| |\
| * | Some code to fix a reference issue that allowed for hash value propogation ↵Michael DeHaan2007-08-236-13/+21
| | | | | | | | | | | | | | | | | | | | | up the graph, in ksmeta and possibly kopts. Also added some code to check to make sure an object of the wrong type never gets added to the wrong collection.
* | | Ignore subdirectories found in /var/lib/cobbler/snippetsMichael DeHaan2007-08-271-0/+2
| |/ |/|
* | The much requested change to make the XMLRPC server not log to the console. ↵Michael DeHaan2007-08-211-0/+1
|/ | | | | | IMHO, this should be off by default, but ah well :)
* Bugfixing for deleting systems that are not named after MAC addresses.Michael DeHaan2007-08-212-6/+8
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-211-0/+2
|\
| * Adding zeroconf to changelogMichael DeHaan2007-08-201-0/+2
| |
* | Also check mac address against None prior to adding dhcp entry for systemMichael DeHaan2007-08-211-2/+3
| | | | | | | | that is not named after a mac address.
* | Patch to allow snippets to be commented out in kickstart templatesroot2007-08-211-2/+7
|/
* Publish cobblerd under avahi if avahi-tools is installedMichael DeHaan2007-08-171-4/+25
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-1616-67/+126
|\
| * If the cobbler system name is not in the Cobbler DB then just show the IP.Michael DeHaan2007-08-151-2/+5
| |
| * Ben's fix to cobbler statusMichael DeHaan2007-08-151-3/+3
| |
| * Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-1515-63/+120
| | | | | | | | | | | | of find (mpd) to add some error checking, list returns, and other semi-useful stuff. Plus tests and an optomization to allow name=foo as the only parameter to be just as fast as before.
| * Re-enable --resolve for yumdownloader since it works now (at leastMichael DeHaan2007-08-131-4/+3
| | | | | | | | in some places).
| * Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-131-1/+1
| |\
| * | Fix for API function -- koan is not currently using it but weMichael DeHaan2007-08-131-1/+1
| | | | | | | | | | | | want it fixed anyway.
* | | (A) using http:// or ftp:// for cobbler imports is an error, and (B) allow ↵Michael DeHaan2007-08-162-6/+26
| |/ |/| | | | | imports across symlinks
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-081-0/+3
|\|
| * Yell louder if directory is not present and using --available-as (if not, ↵Michael DeHaan2007-08-071-0/+3
| | | | | | | | rsync will already error out)
* | Fix string processing exception on error path.Michael DeHaan2007-08-081-1/+1
|/
* Only do NFS remangling if nfs://Michael DeHaan2007-08-061-2/+2
|
* Add the non-useful --url line even for NFS, as koan will be lookingMichael DeHaan2007-08-061-1/+1
| | | | for it and needs that data to tell virtinst what to do.
* Make cobbler write out correct NFS directives even when metadataMichael DeHaan2007-08-061-1/+17
| | | | references NFS in URL form.