1
0
mirror of https://github.com/rancher/os.git synced 2025-09-25 20:52:58 +00:00

fix VMWare guestinfo table

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-08-30 12:38:31 +10:00
parent 7e7c134a80
commit 35612e3221

View File

@@ -10,9 +10,9 @@ As of v1.1.0, RancherOS automatically detects that it is running on VMware ESXi,
### VMware guestinfo ### VMware guestinfo
| GUESTINFO VARIABLE | TYPE | | VARIABLE | TYPE |
|---|---| |---|---|
| `hostname | hostname | | `hostname` | hostname |
| `interface.<n>.name` | string | | `interface.<n>.name` | string |
| `interface.<n>.mac` | MAC address (is used to match the ethernet device's MAC address, not to set it) | | `interface.<n>.mac` | MAC address (is used to match the ethernet device's MAC address, not to set it) |
| `interface.<n>.dhcp` | {"yes", "no"} | | `interface.<n>.dhcp` | {"yes", "no"} |
@@ -21,9 +21,10 @@ As of v1.1.0, RancherOS automatically detects that it is running on VMware ESXi,
| `interface.<n>.route.<l>.gateway` | IP address | | `interface.<n>.route.<l>.gateway` | IP address |
| `interface.<n>.route.<l>.destination` | CIDR IP address (not available yet) | | `interface.<n>.route.<l>.destination` | CIDR IP address (not available yet) |
| `dns.server.<x>` | IP address | | `dns.server.<x>` | IP address |
| `dns.domain.<y> | DNS search domain` | | `dns.domain.<y>` | DNS search domain |
| `cloud-init.config.data | string` | | `cloud-init.config.data` | string |
| `cloud-init.data.encoding` | {"", "base64", "gzip+base64"} | | `cloud-init.data.encoding` | {"", "base64", "gzip+base64"} |
| `cloud-init.config.url` | URL | | `cloud-init.config.url` | URL |
> **Note:** "n", "m", "l", "x" and "y" are 0-indexed, incrementing integers. The identifier for an interface (`<n>`) is used in the generation of the default interface name in the form `eth<n>`. > **Note:** "n", "m", "l", "x" and "y" are 0-indexed, incrementing integers. The identifier for an interface (`<n>`) is used in the generation of the default interface name in the form `eth<n>`.