blob: 568bdb07fba17c885fbcb2dd0e0a5043534cf248 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- 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
|