vmware/pyvmomi-community-samples

Plugin is not installed correctly

Open

#551 opened on 2019年3月14日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (914 forks)batch import
help wanted

Repository metrics

Stars
 (972 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド