1
0
mirror of synced 2026-05-04 23:35:26 +00:00

Updated howto

This commit is contained in:
Dmitry Nedospasov
2010-04-17 03:50:09 +02:00
parent a82f8754df
commit e5a3a80049

33
TODO
View File

@@ -33,6 +33,11 @@ Bugs to fix and Features to add before a 4.2 release
* Should check all integer expection options on other characters than digits.
* xen-create-image --bridge
Currently specifiying a bridge is only possible, by editing the
.cfg file by hand, after xen-create-image is done
* Test suite should pass
Currently failing:
@@ -42,6 +47,16 @@ Bugs to fix and Features to add before a 4.2 release
t/xen-tools.t
t/xt-create-xen-config.t
* Hooks
- Add reliable support for Ubuntu Hardy, Karmic and Lucid
--passwd shouldn't give up after only one password missmatch
- Clean up setup-hostname - copying the dom0s /etc/hosts isn't reliable
- Setup locales in the hooks?
Maybe for a 4.3 or 5.0 release
------------------------------
@@ -69,6 +84,24 @@ Maybe for a 4.3 or 5.0 release
unchanged from the common directory and new files for everything
which has to be different or only there.
* Create users, add ssh pubkeys to .ssh/authorized_keys
Still have to think of a good way of doing this. It would be nice
To specify a directory of public keys, parsing the hostnames
parsing the usernames from the ssh comment line
* More generic hooks
Deploy a web server or setup ssmtp directly via flag when setting up
the machine. Open to suggestions, should just be simple applications
* Sections for the xen-tools.conf file
Currently it's really annoying when you are trying to create VMs
on multiple subnets. It would be nice to specify with a flag what
"type" of configuration you want, and a set of options specific to
that flag could be parsed from xen-tools.conf
Stuff from Steve's TODO list / Generic TODOs
--------------------------------------------