Quantcast
Viewing all articles
Browse latest Browse all 2218

VCExtensionManager - stop downloading packages

Hi,

 

after some mixups, we are finally able to install our plugin in the vCenter Server.  In our development environment, we have 2/3 vCenter Servers.

So we have our plugin registered on them all.

I am separately developing on my local Virgo Server, which connects to the vCenters through the SSO Client.

I have noticed problems when debugging my code, that I see the original (installed) code instead of my new changes.

I've tried to make my code a newer version by changing the Manifest file, but there still seems to be problems sometimes (not always).

In the log files, it looks all like it should:

VirgoServer starts and deploys the plugins (including my debug plugin).

 

I log into the Client, and see how the installed plugin is downloaded, and deployed.  It's supposedly not started because there

is already a package with this namespace.

 

- So I think that only my code is deployed, but in the debugger I don't see (for example) values for new variables that I have introduced - it looks

like the installed code is being used - I don't really understand why.

 

Is there a way to tell the ExtensionManager - please do not download and deploy packages from the vCenterServers?

This would also save lots of time when debugging and logging in.

 

Thanks for any info

Cathy


Viewing all articles
Browse latest Browse all 2218

Trending Articles