hashicorp / packer-plugin-openstack

Packer plugin for OpenStack Builder
https://www.packer.io/docs/builders/openstack
Mozilla Public License 2.0
20 stars 19 forks source link

Attach additionnal block volumes to VM in Openstack #18

Open ghost opened 3 years ago

ghost commented 3 years ago

This issue was originally opened by @gvcgael as hashicorp/packer#8098. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.


Hello,

Currently, the openstack builder does not support adding additionnal blockstorage volumes to VM.

This is a case useful to add persistent data disks to VMs.

It is available on Azure builder ( https://www.packer.io/docs/builders/azure.html#disk_additional_size ) and AWS builder ( https://www.packer.io/docs/builders/amazon-instance.html#ami_block_device_mappings ) but not in Openstack builder.

There references API are :

Voldemat commented 1 year ago

Are there any news on that?