cloud-portal
cloud-portal copied to clipboard
Additional disks for vsphere VMs
trafficstars
- The VM templates from vpshere have a fixed disk size
- When provisioning VMs these templates are simply cloned
- The clones will have the same VM size
- Support additional disks for data storage
- The current disk can be used for storing the OS and packages
Depends on #10
Examples:
- https://github.com/ewypych/terraform-vsphere-single-vm-disk
- https://emilwypych.com/2017/02/26/deploying-vsphere-vm-with-terraform/
There seems to be a bug in the official terraform vsphere provider:
- https://github.com/terraform-providers/terraform-provider-vsphere/issues/308
Bug seems to be fixed in master branch now:
- https://github.com/terraform-providers/terraform-provider-vsphere/issues/308#issuecomment-360254441