summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-18 15:43:03 -0400
committerJim Meyering <jim@meyering.net>2006-10-18 15:43:03 -0400
commit9e7b99d443681f7f793c5411008d9902b7006c85 (patch)
tree02bab303f0cc17072d273c3c54bb14c170fc695b
parent680184ad9785066fd6610a5709992b5a4370b900 (diff)
downloadthird_party-cobbler-9e7b99d443681f7f793c5411008d9902b7006c85.tar.gz
third_party-cobbler-9e7b99d443681f7f793c5411008d9902b7006c85.tar.xz
third_party-cobbler-9e7b99d443681f7f793c5411008d9902b7006c85.zip
updated TODO
-rw-r--r--CHANGELOG1
-rw-r--r--TODO24
2 files changed, 7 insertions, 18 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 02f09f3..340dea4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Cobbler CHANGELOG
* Wed Oct 18 2006 - 0.2.8-1
- Performance speedups to "import" command
+- Bug fix, imported paths (again) convert slashes to underscores
* Tue Oct 17 2006 - 0.2.7-1
- Removed pexpect to enhance support for other distros
diff --git a/TODO b/TODO
index a28eb11..eb01493 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,13 @@
cobbler TODO list
core:
- - turn on locking in production
- - "enchant" feature needs some modifications:
- - verify that syslinux and mkinitrd are installed on the remote.
- - should be written in a more distro-agnostic way.
- - improved error checking and feedback to the cobbler user
- - Port over to xeninst python module once available for something other than Rawhide
+ - turn on locking in production (or think about it)
- import over http://, ftp:// in addition to existing file and rsync://
- - imports should save distros as they find them (api.serialize)
- - imports over NFS should be a lot faster... speedup improvements?
- - remove Cheetah and pexpect dependencies to make things work nicer
- with RHEL4.
+ - 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.
user interface:
- "cobbler add" should be distinguished from "edit" so as to not overwrite
@@ -25,12 +21,4 @@ ideas:
- make the multiple-bootloader system more plugin oriented to allow
for alternative bootloaders (not neccessarily kickstart related)
to be added
- - look into what it would take to make kickstart *more optional*
- (for future support of foreign operating systems that might
- do their own thing)
- - Wake on lan integration for PXE
- - Integration with other remote power options (how might this work?)
- - when creating a system definition generate the ssh key
- so it's usable in kickstart templating. Include this in the default
- kickstart that is created with import.