vmware / ansible-for-nsxt

Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Other
171 stars 145 forks source link

Fix vm tagging for large environments #439

Closed adarobin closed 1 year ago

adarobin commented 2 years ago

This updates nsxt_vm_tags to use an API that is not deprecated and supports query parameters so that environments with over 1000 VMs work.

This also resolves an issue I was having where tags with the same scope were having their tags overwritten by values from other tags in the same scope.

This should resolve #438 and #395. It might also resolve #392.

vmwclabot commented 2 years ago

@adarobin, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.