-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMWare Driver does not support tag info #52764
Comments
ZD-3633 |
According to this doc it seems like that might be (currently) an experimental feature. Not sure if it's supported in pyvmomi yet? |
The set of tags associated with this managed entity. Experimental. Subject to change. |
Reviewing the current version of pyvmomi (master branch) the tests pull an object containing a key tag.
|
Upon much investigation, VMWare PyVmomi does not support tagging. This has been stated by tianhao64 in a few github issues that have been opened in pyvmomi, for example: To support this feature, tagging requires vSphere Automation SDK (formerly known as vCloud Suite SDK, which can be viewed here) of version 6.0 at minimum. This is a feature that is being worked on at the moment and will be implemented using the new SDK suite. |
@doesitblend I looked into the salt-cloud command, specifically |
@doesitblend this is fixed - can you verify using #54058? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
This is merged @doesitblend ok to close that this will be released in Neon? |
Thank you for updating this issue. It is no longer marked as stale. |
Description of Issue/Question
The current cloud vmware driver does not support retrieving information about tags.
Example
salt-cloud -a show_instance <instancename>
does not display the information about tags. The instance when viewing in vSphere does have tags. If we use the same command in AWS tag info is retrieved and displayed. The tag values are crucial for managing the cloud infra structure.Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
Steps to Reproduce Issue
(Include debug logs if possible and relevant.)
Versions Report
Version info:
Salt: 2018.3.4
Vsphere: 6.5
The text was updated successfully, but these errors were encountered: