summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
* Serialize changes during imports, since NFS traversal is very slow.Michael DeHaan2006-10-182-5/+5
|
* Fixes to reboot code, upgrades to enchant, ready for release of RHEL4 ↵Michael DeHaan2006-10-171-1/+1
| | | | compatible version.
* Steps to remove pexpectMichael DeHaan2006-10-171-21/+27
|
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-174-54/+57
|
* Fixed output messageMichael DeHaan2006-10-171-2/+0
|
* Bumping rev for no-Cheetah build.Michael DeHaan2006-10-171-1/+1
|
* Removing Cheetah to simplify deps, also don't delete the localmirror on sync ↵Michael DeHaan2006-10-172-16/+8
| | | | (that's bad!).
* Clarify one warning message and one comment about depsMichael DeHaan2006-10-172-4/+4
|
* Add --helpMichael DeHaan2006-10-171-0/+1
|
* Output simplification for humansMichael DeHaan2006-10-161-3/+2
|
* More fixes related to rsync:// importMichael DeHaan2006-10-161-3/+4
|
* Numerous fixes to import codeMichael DeHaan2006-10-162-7/+12
|
* Finally added a "usage" function to the CLI.Michael DeHaan2006-10-162-5/+35
| | | | Minor manpage cleanup.
* No commaMichael DeHaan2006-10-161-1/+1
|
* Alias added for alikinsMichael DeHaan2006-10-161-5/+6
|
* Preparation for 2.5.1Michael DeHaan2006-10-161-2/+2
|
* It's simpler if imported distros and profiles are named after the path ↵Michael DeHaan2006-10-161-6/+7
| | | | without mmodification, so we won't transmogrify them.
* Manpage clarification.Michael DeHaan2006-10-161-0/+1
|
* More pychecker.Michael DeHaan2006-10-163-7/+7
|
* Pychecker.Michael DeHaan2006-10-163-3/+4
|
* Trailing whitespace.Michael DeHaan2006-10-168-27/+27
|
* test code no longer overwrites user settings in /var/lib/cobblerMichael DeHaan2006-10-164-4/+24
|
* Make kickstart templating for tree source URL's work (find where the tree is ↵Michael DeHaan2006-10-131-19/+38
| | | | and set up kickstart templating to insert it).
* Update manpage documentation and the auto-update file.Michael DeHaan2006-10-131-1/+2
|
* Package the really basic kickstart fileMichael DeHaan2006-10-131-5/+6
|
* Lots of work on importing rsync mirrors, including preliminary code to guessMichael DeHaan2006-10-133-21/+117
| | | | kickstart files and assign them for distributions that we know how to minimally kickstart.
* Import feature added (usable for things like /mnt/redhat)Michael DeHaan2006-10-137-72/+98
|
* Initial code behind an import feature for directory trees, i.e. to transform ↵Michael DeHaan2006-10-125-20/+143
| | | | | | something like /mnt/redhat (containing a lot of OS builds with trees) into distributions and profiles directly.
* Development error temporarily removed enchant from the CLI accessible ↵Michael DeHaan2006-10-123-9/+34
| | | | options. Putting it back and making it a part of the system subcommands to make it more consistant (parsing is better too this way).
* Added a basic locking system to avoid multiple "sync" operations happening ↵Michael DeHaan2006-10-126-76/+58
| | | | at the same time -- not a huge risk -- but it ought to be guarded against.
* updated TODOMichael DeHaan2006-10-111-1/+3
|
* Preparing for next release, fixed typo in dhcp message.Michael DeHaan2006-10-111-1/+1
|
* Sort in a Python 2.3 compatible way.Michael DeHaan2006-10-111-1/+2
|
* Remove subprocess referenceMichael DeHaan2006-10-111-2/+2
|
* Adding API stub for unfinished methodMichael DeHaan2006-10-111-0/+7
|
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-116-37/+1207
| | | | | a really fast, automated way (2) bundling 2.4's subprocess as sub_process (it's supposed to work) since subprocess isn't available on 2.3 and we want to support lots of 2.3 machines
* Cobbler should reboot the system after enchanting it.Michael DeHaan2006-10-101-0/+4
|
* Have cobbler print a basic listing of configured profiles and systemsMichael DeHaan2006-10-091-2/+21
| | | | to enable remote apps to list available things that can be provisioned.
* Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.Michael DeHaan2006-10-066-7/+16
|
* Fix elilo conf file naming since apparently elilo does not support ↵Michael DeHaan2006-10-053-2/+10
| | | | bootloader profiles based on MAC addresses as does syslinux. This workaround uses the pxe-address field, thus requiring this field for IA64 until the issue can be resolved in elilo.
* --pxe-hostname should be "--pxe-address"Michael DeHaan2006-10-053-11/+10
|
* Surface the 'pxe-hostname' option.Michael DeHaan2006-10-051-6/+8
|
* Added some extra error checking to enchant.Michael DeHaan2006-09-291-1/+5
|
* Commiting the (working) enchant feature and associated changes to enableMichael DeHaan2006-09-295-25/+15
| | | | | it. Some error handling is needed but it's functional. See NEWS and manpage for documentation on enchant.
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-286-72/+196
| | | | - Fixed changelogs to include user/email
* - Update NEWS to reflect experimental nature of new dhcpd.conf and PXEMichael DeHaan2006-09-281-0/+1
| | | | | | features. - More work on the "remote push" ability for cobbler to modify running metal.
* Restart dhcpd after making changesMichael DeHaan2006-09-261-0/+8
|
* Missing commaMichael DeHaan2006-09-251-1/+1
|
* Fix filename casing bugMichael DeHaan2006-09-251-1/+1
|
* Shorten "file not found" strings since name detection has been loosened.Michael DeHaan2006-09-251-2/+2
|