cloudsoft / jclouds-vcloud-director

0 stars 9 forks source link

Feature/hardware ids #10

Closed andreaturli closed 9 years ago

andreaturli commented 9 years ago

@aledsage This adds support for hardwareId, so by default jclouds will now use hardwareProfile defined as usual. It also introduces VCloudTemplateOptions.memory and `VCloudTemplateOptions.virtualCpus custom template options. These are intended to give fine-grain control on the hardware spec.

If hardwareId and VCloudTemplateOptions.memory or VCloudTemplateOptions.virtualCpus are defined, VCloudTemplateOptions will override the values of the hardwareId Notice an hardwareId is always chosen by jclouds under the covers.

andreaturli commented 9 years ago

@nakomis could you please give it a try?

nakomis commented 9 years ago

LGTM; manual test works