summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-11-15 09:56:50 -0500
committerJim Meyering <jim@meyering.net>2006-11-15 09:56:50 -0500
commit73ac245d701da9a1cb1d86bcfbc77467d091f86c (patch)
tree99e075564b47958cfea73a1f556c967973f54c87 /TODO
parent7728198fe3428ddad3bbf0c9615e68ad0ff5dd55 (diff)
downloadthird_party-cobbler-73ac245d701da9a1cb1d86bcfbc77467d091f86c.tar.gz
third_party-cobbler-73ac245d701da9a1cb1d86bcfbc77467d091f86c.tar.xz
third_party-cobbler-73ac245d701da9a1cb1d86bcfbc77467d091f86c.zip
Updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 4ca1819..c7f1ef1 100644
--- a/TODO
+++ b/TODO
@@ -2,31 +2,28 @@ cobbler TODO list
core:
- turn on locking in production (or think about it)
- - import over http://, ftp:// in addition to existing file and rsync://
+ - import over http://, ftp:// in addition to existing file and rsync:// and ssh://
- make "cobbler sync" only change what needs to change, to be more efficient
(though is this really a problem? Copying doesn't take THAT long...)
- make the "scrub orphans" bit a seperate command, warn by default, with an
option for "--delete". Seperate from "import". This could probably
be a part of "check" to avoid making another command.
- "check" should check if services (esp httpd) are started
- - import should be able to do rsync over ssh:// as well as rsync://
user interface:
- "cobbler add" should be distinguished from "edit" so as to not overwrite
- GTK (or Web) UI for Cobbler ?
- - make sync have less output
- PXE menus would be interesting for default behavior.
Set local boot to the timeout default, show all profiles.
Depends on how many entries can be added...
code cleanup:
- - an argument parsing overhaul is probably due
- remove the cobbler_msg logic since i18n isn't likely
ideas:
- make the multiple-bootloader system more plugin oriented to allow
for alternative bootloaders (not neccessarily kickstart related)
- to be added
+ to be added. (Low priority)
- kickstart success tracking
originally I implemented some of this using a CGI based system, though it really would benefit
more from a custom webserver (python's HTTP server would be fine) and providing a few more options