yandex-qatools / teamcity-openstack-plugin

Teamcity plugin to add openstack integration
Other
25 stars 24 forks source link

Cinder volume attach on instance creation (feature request) #15

Open HubDevUser opened 9 years ago

HubDevUser commented 9 years ago

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.

axel3rd commented 6 years ago

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 commented 6 years ago

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

axel3rd commented 6 years ago

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.