summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
Commit message (Expand)AuthorAgeFilesLines
* Import feature added (usable for things like /mnt/redhat)Michael DeHaan2006-10-131-5/+9
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-4/+6
* Have cobbler print a basic listing of configured profiles and systemsMichael DeHaan2006-10-091-2/+21
* Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.Michael DeHaan2006-10-061-2/+4
* Fix elilo conf file naming since apparently elilo does not support bootloader...Michael DeHaan2006-10-051-1/+4
* --pxe-hostname should be "--pxe-address"Michael DeHaan2006-10-051-2/+2
* Commiting the (working) enchant feature and associated changes to enableMichael DeHaan2006-09-291-2/+4
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-281-0/+9
* Restart dhcpd after making changesMichael DeHaan2006-09-261-0/+8
* dhcp templating for individual systemsMichael DeHaan2006-09-221-1/+28
* More work on dhcp.conf templating.Michael DeHaan2006-09-221-4/+7
* generate elilo config files (that look mostly correct, pre-testing) asMichael DeHaan2006-09-221-14/+82
* Package elilo for IA64Michael DeHaan2006-09-221-1/+3
* Misc fixes to IA64 syncing. Bugs still to be resolved in naming elilo.conf f...Michael DeHaan2006-09-211-1/+1
* kickstart line in file is not different between elilo and syslinuxMichael DeHaan2006-09-211-6/+1
* ia64 boot fixes as a result of testing.Michael DeHaan2006-09-211-13/+37
* Naming cleanup of a few variables now that we're dealing with moreMichael DeHaan2006-09-211-18/+15
* - Initial batch of changes to support (a) dhcpd.conf templating and (b)Michael DeHaan2006-09-211-4/+9
* - Cheetah has problems parsing things that contain a $, prior to hitting the ...Michael DeHaan2006-09-181-1/+5
* - Fix bug in Apache conf file path substitutionMichael DeHaan2006-09-181-1/+1
* - SELinux -- Fix httpd conf file to use new pathMichael DeHaan2006-09-181-1/+1
* Import constant from correct module.Michael DeHaan2006-09-181-1/+2
* - modified Cobbler to keep tftp data in /tftpboot and web data in /var/www to...Michael DeHaan2006-09-131-46/+79
* Add support for PXE default directory (cobbler system add --name=default ...)...Michael DeHaan2006-07-211-0/+2
* action_sync now outputs kickstart_sys files in PXE-encoded format for consist...Michael DeHaan2006-07-131-13/+15
* Added templating support through new --ks_meta option which works like --kopt...Michael DeHaan2006-07-121-26/+109
* Make cobbler use the Howell-Evans YAML parser now, so RHEL4 supportMichael DeHaan2006-06-281-4/+4
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit te...Michael DeHaan2006-05-111-1/+9
* More nonroot checking.Michael DeHaan2006-05-091-1/+4
* Fixes to non-root error handling.Michael DeHaan2006-05-091-7/+20
* Simplified the command line, made a better 'list' function, some string and e...Michael DeHaan2006-05-091-22/+22
* Adding exception handling to remove the problem of propogating error codes a...Michael DeHaan2006-05-081-19/+16
* Interim checkin while straightening out exceptions. The last_error bit remin...Michael DeHaan2006-05-081-26/+20
* More pychecker. More comments.Michael DeHaan2006-05-081-12/+8
* PyChecker.Michael DeHaan2006-05-081-3/+7
* Unit tests pass again.Michael DeHaan2006-05-081-0/+391