summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
Commit message (Expand)AuthorAgeFilesLines
* Applied Jack's patch to keep kickstart values from being resolved as <<inheri...Michael DeHaan2007-10-121-1/+3
* Remove some dead code and update a few FIXMEs that no longer apply.Michael DeHaan2007-10-101-2/+0
* Fix typo in DHCP management function.Michael DeHaan2007-10-101-1/+1
* The stringification problem appears to lie in the serializer, so explicitly u...Michael DeHaan2007-10-091-2/+2
* A few bugfixes. Still working on multiple NICs.Michael DeHaan2007-10-091-1/+1
* Storing NICs in a hash for easier access + some refactoring + modifications t...Michael DeHaan2007-10-091-6/+4
* More work on the new multi-NIC code. Largely working at this point, sync hasMichael DeHaan2007-10-081-25/+32
* Make sync loop through interfaces.Michael DeHaan2007-10-081-57/+77
* In process of making NICs seperate data structures in cobbler, which requires...Michael DeHaan2007-10-081-3/+4
* Package the cobbler manpage as html as well as a docs page. Fix a broken doc...Michael DeHaan2007-09-191-1/+1
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-2/+5
* Adds edit capability to distro and profile objects, plus some random hacking...Michael DeHaan2007-09-131-1/+1
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ...Michael DeHaan2007-09-111-1/+1
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-1/+2
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-3/+13
* removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-051-15/+0
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-051-2/+28
|\
| * Add some extra debug output to point users at the problem when there is a syntaxroot2007-09-041-2/+7
| * 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
|/
* Fix logic in repo name creationMichael DeHaan2007-08-281-1/+1
* Allow for usage of Cheetah template variables (sans Cheetah) in configMichael DeHaan2007-08-281-0/+9
* Fix format stringMichael DeHaan2007-08-281-9/+1
* Fix bug in repo evaluation with inherited subprofiles.root2007-08-271-2/+2
* Ignore subdirectories found in /var/lib/cobbler/snippetsMichael DeHaan2007-08-271-0/+2
* Bugfixing for deleting systems that are not named after MAC addresses.Michael DeHaan2007-08-211-1/+1
* Also check mac address against None prior to adding dhcp entry for systemMichael DeHaan2007-08-211-2/+3
* Patch to allow snippets to be commented out in kickstart templatesroot2007-08-211-2/+7
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-161-4/+4
|\
| * Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-4/+4
* | (A) using http:// or ftp:// for cobbler imports is an error, and (B) allow im...Michael DeHaan2007-08-161-1/+7
|/
* 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
* Make cobbler write out correct NFS directives even when metadataMichael DeHaan2007-08-061-1/+17
* Implement PXE boot loop prevention feature using a CGI script that speaks to ...Michael DeHaan2007-08-031-7/+12
* Fix snippet cache codeMichael DeHaan2007-07-271-1/+1
* Added a SNIPPET::foo feature which can do the equivalent of %include in kicks...Michael DeHaan2007-07-271-9/+32
* make $kernel_options template accessibleMichael DeHaan2007-07-231-0/+2
* Debian has a different argument for 'ksdevice', also add extra D/L infoMichael DeHaan2007-06-291-0/+1
* Request kickstart files based on system.name, not pxeification, since newerMichael DeHaan2007-06-261-4/+4
* Experimental support for provisioning Debian.Michael DeHaan2007-06-211-0/+2
* Fix status printingMichael DeHaan2007-06-211-3/+3
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-151-5/+6
* Make ksmeta variables available at top level again.Michael DeHaan2007-06-121-24/+6
* Add conceptual_parent concept, to allow tree retrieval of objects that may haveMichael DeHaan2007-06-121-14/+12
* Remove dead code.Michael DeHaan2007-06-121-31/+0
* Generalizes object blending and the concept of parentage to allow for later s...Michael DeHaan2007-06-111-120/+85
* Fix error in string translation changes.Michael DeHaan2007-06-011-2/+2
* Ongoing work on making system --names descriptive, plus manpage andMichael DeHaan2007-05-301-1/+1