summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_misc.py
Commit message (Collapse)AuthorAgeFilesLines
* A very simple "cobbler hardlink" command to optimize space in /var/www/cobblerMichael DeHaan2009-03-111-1/+16
|
* Merge commit 'jamesc/standalone' into develMichael DeHaan2009-02-241-1/+7
|\
| * Merge branch 'devel' of git://git.fedorahosted.org/cobbler into standaloneJames Cammarata2009-02-131-1/+1
| |\
| * | buildiso --standalone 90% doneJames Cammarata2009-02-131-1/+7
| | | | | | | | | | | | still need to fix --tempdir deletion bug
* | | Fix message about file locationMichael DeHaan2009-02-181-1/+1
| |/ |/|
* | Explicitly import 'cobbler.commands' instead of just 'commands' in cli_*.pyJohn Eckersberg2009-02-101-1/+1
|/ | | | | | | This avoids namespace issues with the standard library commands module: http://docs.python.org/library/commands.html For me this was causing ipython to fail when attempting to boot the cobbler API.
* (A) It is unneccessary to run restorecon when the contexts on the ↵Michael DeHaan2009-01-051-2/+5
| | | | | | directories is already correct. (B) Modify cobbler check code to suggest directories to set semanage rules on/for.
* Fix 'cobbler check', the conditional is backwards and the check willJohn Eckersberg2008-12-161-1/+1
| | | | look like it's succeeding when really there's errors.
* Make cobbler check save data to /var/log/cobbler/cobbler.logMichael DeHaan2008-12-111-6/+16
|
* Add a --version command to cobbler which works by writing the file for ↵Michael DeHaan2008-11-181-8/+51
| | | | | | | /var/lib/cobbler/version at build time, including git hash info since the version during development may not be as definitive as the package version
* Work on the new options to cobbler reposync (--tries=N and --no-fail)Michael DeHaan2008-10-081-2/+2
|
* Add some options to reposync (not added yet), and some tweaks to config ↵Michael DeHaan2008-10-081-1/+3
| | | | management feature
* Anderson Silva's initial cobbler report formatting patchMichael DeHaan2008-09-181-53/+1
|
* Add Javier P's patch to add "cobbler import" support for Debian. Also ↵Michael DeHaan2008-09-121-1/+3
| | | | tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
* Apply Dave Hatton's patch to fix "cobbler list" format.Michael DeHaan2008-08-111-5/+9
|
* Make global report/list show the images we have configured/stored, if anyMichael DeHaan2008-07-011-9/+17
|
* apply buildiso patchMichael DeHaan2008-06-251-0/+2
|
* Improve cobbler replicate feature so that it can mirror content between ↵Michael DeHaan2008-06-121-3/+17
| | | | multiple cobbler servers, and it now also can transfer system records as an option. See "cobbler replicate --help" for more.
* cobbler aclsetup featureMichael DeHaan2008-06-061-1/+24
|
* Apply scott henson's replicate patch.Michael DeHaan2008-05-081-1/+20
|
* Working on adding a "cobbler buildiso" command to generate non-live CD's. ↵Michael DeHaan2008-05-011-5/+23
| | | | | | Menu does not work yet, but getting there. Also made registration check for duplicate macs, but needs testing.
* This is the new status engine in progress. I still need to do some things ↵Michael DeHaan2008-04-161-1/+1
| | | | | | | | to parse out times and indicate how long installs have been active (so there is an easier way to grep for last installs). Technically this will also provide ways of looking at an install history which is probably something we could add if it was interesting. Lots of options.
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-3/+5
| | | | best practices in naming.
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
| | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.
* Doc fixMichael DeHaan2008-02-251-1/+4
|
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-1/+3
|
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-1/+3
|
* Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like ↵Michael DeHaan2007-11-271-55/+14
| | | | they used to, which means adding a few subcommands, abstracting away the list logic, and writing some minor code to make the trailing names look like --name=x to please optparse.
* Make reserialize call the right API function.Michael DeHaan2007-11-271-1/+3
|
* Work on CLI functions for manipulating objects, including adding the delete ↵Michael DeHaan2007-11-261-2/+2
| | | | code back.
* Misc fixes during CLI testing. Not done yet.Michael DeHaan2007-11-191-1/+4
|
* Further work on CLI modularization. All commands implemented now, except ↵Michael DeHaan2007-11-191-0/+291
for old school compatibility translation for list/report. All commands will then need to be tested...