ystia / yorc

Ystia Orchestrator
https://ystia.github.io
Apache License 2.0
67 stars 23 forks source link

Should be able to specify the type of volume when creating an openstack instance #703

Closed laurentganne closed 4 years ago

laurentganne commented 4 years ago

When creating an OpenStack instance with a boot volume, it can be needed to specify the type of boot volume to create. Exemple of such need in LEXIS: when creating a Windows instance on an openstack setup, a timeout occurs because the image is much larger than other operating systems images. A specific volume type 'Burst buffer' allows to create a volume much quicker.

For this, a new property volume_type should be added in Yorc OpenStack TOSCA type BootVolume. The default openstack terraform provider version should be upgraded as well to support this property. For example the latest version of openstack terraform provider, version 1.32, supports it.