1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 06:59:12 +00:00

Add proper vmware cloud-init datasource from guestinfo

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-06-17 22:56:25 +10:00
parent e37b7c5331
commit 51aff79c7e
4 changed files with 27 additions and 21 deletions

View File

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