1
0
mirror of synced 2026-02-10 17:49:53 +00:00

Added some TODOs

This commit is contained in:
Dmitry Nedospasov
2010-07-18 18:21:19 +02:00
parent 60942153a9
commit ec26ac7c9f

13
TODO
View File

@@ -85,6 +85,11 @@ Maybe for a 4.3 or 5.0 release
new kernel is installed and will also use the domU distro's menu.lst
conform.
* pv-grub support
This is a ways away and will probably start with a xen-pv-grub
package.
* Move the hooks directory to /etc/xen-tools/ to officially allow
added and modified hooks.
@@ -111,7 +116,7 @@ Maybe for a 4.3 or 5.0 release
To specify a directory of public keys, parsing the hostnames
parsing the usernames from the ssh comment line
* More generic hooks
* More generic roles
Deploy a web server or setup ssmtp directly via flag when setting up
the machine. Open to suggestions, should just be some general use-cases
@@ -129,6 +134,12 @@ Maybe for a 4.3 or 5.0 release
Like e.g. readConfigurationFile in xen-create-image and
xen-resize-image which are not completely identical.
* Parse numerical parameters transparently for the user
The user shouldn't have to know weather he should specify size
as <size>G or <size>Gb or <size>. This should be parsed without
user interaction and rely on a common format.
Stuff from Steve's TODO list / Generic TODOs
--------------------------------------------