VMware Cloud Community
andrewd0
Contributor
Contributor

Auto sync of a Java Plugin inventory between Orchestrator cluster nodes

I am currently writing a plugin to orchestrator using the 5.5 java SDK and the plugin is storing some minimal information used to populate objects in the inventory.  Is there a provided method or interface in the java SDK to sync this information with all nodes in an orchestrator cluster?  If there is not api for this, is there possibly a means of accessing configuration elements from the java sdk?

Thanks

0 Kudos
3 Replies
cdecanini_
VMware Employee
VMware Employee

Starting with 5.5.2 (I think) the SDK provides a configuration API that automatically store it in a resource element.

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you! Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator for vCenter Orchestrator tips and tutorials - @vCOTeam on Twitter
0 Kudos
andrewd0
Contributor
Contributor

I'd like to test that out, do you have a link to the the documents containing that API or some example code?

0 Kudos
andrewd0
Contributor
Contributor

I searched through the release notes of the recent Orchestrator releases and I see a note in the 5.5.1 release notes "this release Orchestrator introduces a new plug-in development API exposing easy to use SSL trusted store support and cluster-wide persistence and propagation of plug-in configuration changes" which must be the API you are mentioning.  Unfortunately I cannot find any other mention of this support in the docs regarding plugin implementation.

0 Kudos