teamcity-openstack-plugin icon indicating copy to clipboard operation
teamcity-openstack-plugin copied to clipboard

Cinder volume attach on instance creation (feature request)

Open HubDevUser opened this issue 9 years ago • 3 comments

add a feature where the plugin can set volumes from Cinder to be attached when an instance is created from the image. The plugin can retrieve a list of available volumes and specify which to attach based on tag.

HubDevUser avatar Jun 25 '15 21:06 HubDevUser

The plugin can retrieve a list of available volumes and specify which to attach based on tag

Perhaps having a parameter in the YML like that is more simple:

  volumes: foo, bar

axel3rd avatar Jul 30 '18 16:07 axel3rd

For a first implementation, only one volume attachmant managed, with in yaml: volume: some-volume,/dev/vdc

axel3rd avatar Aug 03 '18 12:08 axel3rd

The pull request #32 doesn't work on some recent Openstack version (at min spike). Using cinder v1 is too old ... v2 should be used, but no supported by JClouds JCLOUDS-1113. => Wait & see.

axel3rd avatar Aug 03 '18 15:08 axel3rd