nsidc / vagrant-vsphere

VMware vSphere provider for Vagrant
Other
608 stars 166 forks source link

Add disk size #278

Open st02tkh opened 5 years ago

st02tkh commented 5 years ago

Add disk_size parameter to specify desired VM disk size (in GB)

st02tkh commented 5 years ago

Current master doesn't pass tests in the same way as this PR.

rgl commented 5 years ago

This would be even greater if it had support for multiple disks, like with a disks array, that would also allow one to set the disk size, datastore, format (like govc vm.disk.create, or using the other *.disk.create variants), etc, e.g.:

disks: [
  {size: "20G", name: "sda", thick: false},
  {size: "30G", name: "sdb", thick: false},
]
CollinLeishman commented 2 years ago

Hey there @st02tkh, did this get bailed on?