summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* Ensure paths are always joined by slashes.Michael DeHaan2007-08-061-1/+4
|
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-033-8/+36
| | | | | | a special function in cobblerd.
* Added feature where a network install location can be given to do cobbler ↵Michael DeHaan2007-08-013-45/+128
| | | | | | imports without mirroring. This is explained in the manpage and online docs.
* Missing file.root2007-07-271-0/+72
|
* Fix snippet cache codeMichael DeHaan2007-07-271-1/+1
|
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-276-13/+38
| | | | | | | | | 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.
* Added -v/--versionMichael DeHaan2007-07-263-0/+28
|
* Added kickstart validation code to cobbler + documentation.Michael DeHaan2007-07-262-0/+20
|
* Added code to detect iptables and mention potential ports to unblock.Michael DeHaan2007-07-261-0/+7
|
* Fix init script return codes for 'status' and also make service statusMichael DeHaan2007-07-261-1/+2
| | | | checks aware of cobblerd being running or not.
* Change to detect needed services that are not running and suggest that theyMichael DeHaan2007-07-261-0/+13
| | | | be started.
* Set default virt type to autodetect.Michael DeHaan2007-07-251-1/+1
|
* Also allow for "auto" as a valid --virt-type choiceMichael DeHaan2007-07-252-2/+2
|
* Add kssendmac to kernel options when there is roomMichael DeHaan2007-07-231-1/+7
|
* make $kernel_options template accessibleMichael DeHaan2007-07-231-0/+2
|
* Fixing repo remove.Michael DeHaan2007-07-171-2/+3
|
* Fix error message.Michael DeHaan2007-07-171-1/+1
|
* Fix cobblerd error handlingMichael DeHaan2007-07-131-2/+1
|
* Tolerate IOErrors in the XMLRPC server implementationMichael DeHaan2007-07-131-1/+9
|
* Adding plumbing in cobbler for --virt-path and --virt-type options.Michael DeHaan2007-07-125-14/+67
|
* Add netboot-enabled to CLIMichael DeHaan2007-07-122-2/+3
|
* Adding kickstart serving CGI script.Michael DeHaan2007-07-091-1/+1
| | | | Also fixing one error in the utils module.
* Make sure system deletions are occur without requiring a cobblerd restartMichael DeHaan2007-07-051-0/+6
|
* Fix python 2.3 sortingMichael DeHaan2007-07-031-1/+1
|
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-022-7/+32
| | | | Bumped revision to 0.5.1.
* Debian has a different argument for 'ksdevice', also add extra D/L infoMichael DeHaan2007-06-291-0/+1
| | | | to web page.
* Request kickstart files based on system.name, not pxeification, since newerMichael DeHaan2007-06-261-4/+4
| | | | koan does not pxeify request URLs.
* This is redundant because find will already downcase.Michael DeHaan2007-06-221-3/+0
|
* Update config on each XMLRPC call so restarting cobblerd will notMichael DeHaan2007-06-221-0/+9
| | | | be required. Needs to be a bit more efficient.