diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-20 06:37:14 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-20 06:37:14 -0500 |
commit | 2c3a585d334fd03d10490e61abf814cec131c83c (patch) | |
tree | d6a3b3b6ea4263063ede2030e3ec60c702dfb637 /TODO | |
parent | c5bfd0c45c33de1ade85c940f5d5e6eabc2e27de (diff) | |
download | vyos-cloud-init-2c3a585d334fd03d10490e61abf814cec131c83c.tar.gz vyos-cloud-init-2c3a585d334fd03d10490e61abf814cec131c83c.zip |
add TODO and ChangeLog
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +- consider 'failsafe' DataSource + If all others fail, setting a default that + - sets the user password, writing it to console + - logs to console that this happened +- consider 'previous' DataSource + If no other data source is found, fall back to the 'previous' one + keep a indication of what instance id that is in /var/lib/cloud +- allow setting of user password and lock account +- move "user-scripts" upstart job to "final", possibly move its + contents to a managed script in /usr/lib/cloud +- "final" things + - messags to console + - failsafe warning + - ssh keys + - password (if set above) + - post system info home |