1
0
mirror of https://github.com/rancher/os.git synced 2025-09-09 02:31:36 +00:00

Merge pull request #1846 from SvenDowideit/simplify-cloud-init

Add a default for configdrive, and add '*' to scan all defaultable da…
This commit is contained in:
Sven Dowideit
2017-06-05 15:48:05 +10:00
committed by GitHub
2 changed files with 12 additions and 8 deletions

View File

@@ -51,10 +51,10 @@ When this service is run, the `EXTRA_CMDLINE` will be set.
Valid cloud-init datasources for RancherOS.
| type | default |
|---|---|
| ec2 | DefaultAddress |
|---|---|--|
| ec2 | ec2's DefaultAddress |
| file | path |
| cmdline | |
| cmdline | /media/config-2 |
| configdrive | |
| digitalocean | DefaultAddress |
| ec2 | DefaultAddress |
@@ -62,6 +62,7 @@ Valid cloud-init datasources for RancherOS.
| gce | |
| packet | DefaultAddress |
| url | url |
| * | This will add ["configdrive", "ec2", "digitalocean", "packet", "gce"] into the list of datasources to try |
### Cloud-Config