ManageIQ / manageiq-providers-vmware

ManageIQ plugin for the VMware vSphere and vCloud providers.
Apache License 2.0
22 stars 70 forks source link

Kasparov-2 Tag Mapping to labels overwritten #842

Closed szajac01 closed 1 year ago

szajac01 commented 1 year ago

Hi, We try to map vmware tags within ManageIQ Map_tag

This does not work... (we have the problem under kasparov-2 and najdorf 1.3)

My questions about this:

this is not very in the documentation

thanks all

szajac01 commented 1 year ago

Update:

In Najdorf, not working ,maybe should you clarify how it exactly supposed to work ?

In Kasparov-2, full refresh of VMware provider does show labels updates. But after a while, they are dropped, and no longer visible on the VM labels. I found that (https://github.com/ManageIQ/manageiq-providers-vmware/pull/695), that is backported in kasparov. Is it related to ?

szajac01 commented 1 year ago

Update, kasparov-2 I've also applied https://github.com/ManageIQ/manageiq-providers-vmware/pull/715/ Same behavior, full refresh of VMware provider does show labels updates. But after a while, they are dropped, and no longer visible on the VM labels.

agrare commented 1 year ago

@szajac01 it sounds like you're hitting https://github.com/ManageIQ/manageiq-providers-vmware/pull/744 From what I can tell there is no API to get a list of tags for a single VM, so we only collect tags during full refreshes. The overhead of listing all tags and all tag-associations is too great.

Fryguy commented 1 year ago

Closing as this is likely fixed in #744