Closed tbouron closed 7 years ago
Thanks @tbouron!
I think it should be possible at least according to this blog post
Now templateOptions have disk property.
You can set disk: 250
to set the hard disk. Notice that if VM uses fast provisioning it won't work.
Also consider using https://github.com/cloudsoft/brooklyn-blockstore . Its job is to add disks rather than modifying existing ones.
Currently, jclouds-vcloud-director does not seem to support the hard drive size initialisation.
As an example, here is how I can setup a 250Go hard drive for AWS inside my
brooklyn.properties
:Could it be possible to add something similar to be consistent across platforms?