summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
Commit message (Collapse)AuthorAgeFilesLines
* Added manpage documentation on kickstart tracking feature.Michael DeHaan2007-01-181-0/+16
|
* Tweaking specfile and manpage.mdehaan@mdehaan.rdu.redhat.com2007-01-021-1/+1
|
* Manpage + CHANGELOGsMichael DeHaan2006-12-221-2/+7
| | | | | Also, since there is some change of someone miskeying --virt=yed or something, and getting a False value (which means reprovision the main OS), the default for --virt parameters is getting changed to assume --virt implies True when --virt is used. We really don't want a typo erasing an important server.
* Manpage tweaksMichael DeHaan2006-12-211-3/+3
|
* Added a new abbreviated (list) command and longer (report) command.mdehaan@mdehaan.rdu.redhat.com2006-12-211-3/+8
| | | | List now invokable in subject-verb form also (cobbler system list, etc).
* Add rsync example to manpage.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+1
|
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-201-2/+2
|
* (1) Fixing apparent path creation problem, which might not be a problem.mdehaan@mdehaan.rdu.redhat.com2006-12-181-1/+1
| | | | | (2) Undocumenting dryrun, since it doesn't really need to exist as the output data isn't that useful as it doesn't offer full coverage (that, and it's unmaintained). The orphan scrub operation ("cobbler clobber"?) may get some of this functionality.
* Lots of needed doc updates on the repo management hooks.mdehaan@mdehaan.rdu.redhat.com2006-12-151-13/+149
| | | | | | Accidentally clobbered some of the /usr/bin/reposync using code in "cobbler reposync", so it's back to just rsync for now. Will keep it this way (because it's much simpler) unless there are a decent amount of requests.
* Manpage cleanupMichael DeHaan2006-12-141-6/+2
|
* Checking in manpage changes.Michael DeHaan2006-12-081-1/+3
|
* Made manpage comment in manage_dhcp a bit more obvious in regards to the ↵Michael DeHaan2006-12-011-7/+12
| | | | fact that the dhcpd.conf file would be overwritten.
* Remove angle brackets since they were getting eaten by pod2manMichael DeHaan2006-11-151-10/+10
|
* Manpage fixMichael DeHaan2006-11-141-1/+1
|
* Manpage correction.Michael DeHaan2006-11-141-1/+1
|
* Manpage update, added TODO about PXE menus (like RHTS has)Michael DeHaan2006-10-301-0/+19
|
* Add support for restricting the listing to systems/profiles/distrosDavid Lutterkort2006-10-271-2/+2
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-18/+22
|
* Trailing whitespace.Michael DeHaan2006-10-181-1/+1
|
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-171-2/+3
|
* Finally added a "usage" function to the CLI.Michael DeHaan2006-10-161-11/+13
| | | | Minor manpage cleanup.
* Preparation for 2.5.1Michael DeHaan2006-10-161-1/+1
|
* Manpage clarification.Michael DeHaan2006-10-161-14/+39
|
* Trailing whitespace.Michael DeHaan2006-10-161-12/+12
|
* Update manpage documentation and the auto-update file.Michael DeHaan2006-10-131-2/+8
|
* Lots of work on importing rsync mirrors, including preliminary code to guessMichael DeHaan2006-10-131-16/+6
| | | | 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-131-14/+11
|
* Initial code behind an import feature for directory trees, i.e. to transform ↵Michael DeHaan2006-10-121-2/+2
| | | | | | something like /mnt/redhat (containing a lot of OS builds with trees) into distributions and profiles directly.
* Updating manpage to reflect enchant being a part of the "system" subcommand ↵Michael DeHaan2006-10-121-2/+2
| | | | and therefore taking less arguments.
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-7/+28
| | | | | 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
* TODO updates & doc cleanupMichael DeHaan2006-10-061-4/+4
|
* Fix elilo conf file naming since apparently elilo does not support ↵Michael DeHaan2006-10-051-1/+6
| | | | 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-051-2/+2
|
* Commiting the (working) enchant feature and associated changes to enableMichael DeHaan2006-09-291-4/+2
| | | | | 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-281-0/+12
| | | | - Fixed changelogs to include user/email
* dhcp templating for individual systemsMichael DeHaan2006-09-221-10/+45
|
* Added --pxe-arch command and documentation.Michael DeHaan2006-09-211-1/+9
|
* Typos in manpageMichael DeHaan2006-09-201-1/+1
|
* Doc updatesMichael DeHaan2006-09-191-15/+35
|
* Manpage simplification and indentingMichael DeHaan2006-09-191-34/+112
|
* Update manpage to simplify the kickstart explanation and include the new ↵Michael DeHaan2006-09-181-11/+4
| | | | "TEMPLATE::" rule.
* - Cheetah has problems parsing things that contain a $, prior to hitting the ↵Michael DeHaan2006-09-181-7/+10
| | | | | | | | ErrorCatcher. This is a quick hack to preserve $'s by changing the Cobbler templating modifier from "$" to "TEMPLATE::" which will (hopefully) never conflict with anything the user might want. Cheetah errors are still possible at this point, but much less likely.
* action_sync now outputs kickstart_sys files in PXE-encoded format for ↵Michael DeHaan2006-07-131-1/+1
| | | | | | | consistancy Fixed setup.py version trailing spaces
* Added templating support through new --ks_meta option which works like ↵Michael DeHaan2006-07-121-5/+19
| | | | --kopts. The parameter is a space delimited list of key=value pairs, which allows the variables entered to be evaluated through Cheetah. Thus kickstarts are now Cheetah templates. All templating errors are ignored so usage of a $ in a template is still legal where it doesn't reference a variable. Error ignoring should be finer grained and this does need some tests. Currently this only works for kickstarts on filesystems, and I'm not sure what the behavior for http and nfs should be. Anyhow, fairly useful stuff.
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit ↵Michael DeHaan2006-05-111-2/+2
| | | | test where I changed a command line syntax.
* Move docs to 3rd person and make them a bit more intelligible.Michael DeHaan2006-05-091-19/+22
| | | | Comments on docs welcome.
* Simplified the command line, made a better 'list' function, some string and ↵Michael DeHaan2006-05-091-8/+2
| | | | | | exception cleanup.
* Interim commit during refactoring. Pretty broken as a result of some ↵Michael DeHaan2006-05-051-5/+1
| | | | cleanup but it will get straightened out very soon. The main thing I'm doing here is to remove backreferences from the object tree and make the API simpler, so that folks using the API screw up less. This means making the CLI code simpler as well. The serializer has also been overhauled so it's not as much bolted on, although I have some fixing to do to make it work entirely correctly. Wanted to check all of this in case someone decided to patch something else, making diffing really complex in the interim. I'd recommend not patching anything else to this code as I'm not close to done, really.
* Merged Michael's changes with mineMihai Ibanescu2006-05-041-2/+2
|
* Misc cobbler cleanup. Switched to the new yaml parser (it's uglier,Michael DeHaan2006-05-031-1/+1
| | | | | need to do something about that). Added some tests. Modified test code so it never clobbers a working install.