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.
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 typeBootVolume
. 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.