cloudfoundry / bosh-alicloud-cpi-release

BOSH Alibaba CPI
Apache License 2.0
32 stars 20 forks source link

Tags support is missing #108

Closed ghost closed 4 years ago

ghost commented 4 years ago

According to the bosh documentation the tags property can be set globally to be applied on VM and Disk resources (https://bosh.io/docs/manifest-v2/#tags). It seems that tags are not supported by AliCloud CPI. Please add the missing functionality.

chushenmeshile commented 4 years ago

This problem has been solved, you should use it in version 31.0.0. parameter: tags .
for example: tags: project: cf

friegger commented 4 years ago

31.0.0 seems to support tagging of VMs, but not of disks. Also see https://bosh.io/docs/cpi-api-v1-method/set-disk-metadata/

xiaozhu36 commented 4 years ago

@ninja-at-work @friegger The new release 32.0.0 has fixed this issue and please have a check.