vmware/pyvmomi-community-samples

Plugin is not installed correctly

Open

#551 opened on Mar 14, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (914 forks)batch import
help wanted

Repository metrics

Stars
 (972 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide