~smoser/ubuntu/quantal/cloud-init/sru

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Scott Moser
  • Date: 2011-01-26 22:16:53 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: smoser@ubuntu.com-20110126221653-31nkvnsunkt9zdpo
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- consider 'failsafe' DataSource
 
2
  If all others fail, setting a default that
 
3
   - sets the user password, writing it to console
 
4
   - logs to console that this happened
 
5
- consider 'previous' DataSource
 
6
  If no other data source is found, fall back to the 'previous' one
 
7
  keep a indication of what instance id that is in /var/lib/cloud
 
8
- allow setting of user password and lock account
 
9
- move "user-scripts" upstart job to "final", possibly move its
 
10
  contents to a managed script in /usr/lib/cloud
 
11
- "final" things
 
12
 - messags to console
 
13
   - failsafe warning
 
14
   - ssh keys
 
15
   - password (if set above)
 
16
 - post system info home
 
17
- rewrite "cloud-init-query"
 
18
  have DataSource and cloudinit expose explicit fields
 
19
   - instance-id
 
20
   - hostname
 
21
   - mirror
 
22
   - release
 
23
   - ssh public keys