blob: 939930569236bf0d2b86e736cc3896cf8f048bc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
- configurable timeouts of ec2 md
- manual management of cache (so as to allow eject of ovf cdrom)
- conf.d rather than 'opt_include' (or #include)
- 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
- rewrite "cloud-init-query"
have DataSource and cloudinit expose explicit fields
- instance-id
- hostname
- mirror
- release
- ssh public keys
|