pyvmomi-community-samples icon indicating copy to clipboard operation
pyvmomi-community-samples copied to clipboard

Plugin is not installed correctly

Open vinaypillutla opened this issue 6 years ago • 0 comments

I am trying to install a plugin using a python script. I am able to register the extension on the mob. However, I am unable to see the corresponding plugin files on the VCSA (They should be copied to /etc/vmware/vsphere-client/vc-packages/vsphere-client-serenity). As of now, the script sets appropriate values (url for plugin zip file is also set) for vim.Description(), vim.Extension.ClientInfo() and vim.ExtensionServerInfo() and then calls content.extensionManager.RegisterExtension(). Wanted to know if setting these values alone would be enough for the script to download the plugin from the url and place it in the appropriate path, or is there something that I am missing.

vinaypillutla avatar Mar 14 '19 03:03 vinaypillutla