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

Auto resize root disk on AWS (#2191)

This commit is contained in:
niusmallnan
2017-12-26 17:59:08 +08:00
committed by GitHub
parent dab1c4ffb3
commit 55368a3897
5 changed files with 28 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ type Metadata struct {
Hostname string
SSHPublicKeys map[string]string
NetworkConfig netconf.NetworkConfig
RootDisk string
PublicIPv4 net.IP
PublicIPv6 net.IP