arrowhead-f / core-java

Arrowhead Core Framework Implementation in Java
https://forge.soa4d.org/plugins/mediawiki/wiki/arrowhead-f/index.php/Main_Page
Apache License 2.0
4 stars 12 forks source link

InterCloud Orchestration with Preferred Provider #56

Open jaivgar opened 5 years ago

jaivgar commented 5 years ago

I am working on a demo where a System needs to consume the same Service but from two providers(which are equal) running in two different Clouds, and each cloud in a separate Device.

To be able to change between the providers at different times, as the service required is the same, I send an Orchestration request with the Preferred Providers. Here is the full request sent:

Request_Orch_Prefer

The response received is:

Response_Orch_Prefer

From what I understand it is the Orchestrator in the neighbour local cloud which gives the response of no available provider, but when I checked doing normal orchestration there was one available.

Then I checked the logs in the neighbour database, where it throws an exception:

Logs_Orchestration_Pref

Anyone tried this feature or had similar issues?