Added intentResolver 41/106041/4
authorRajamohan Raj <rajamohan.raj@intel.com>
Wed, 15 Apr 2020 18:45:47 +0000 (18:45 +0000)
committerRajamohan Raj <rajamohan.raj@intel.com>
Fri, 17 Apr 2020 23:33:04 +0000 (23:33 +0000)
commit6e0b4df46f51f9793f2d88626234edaaf9992403
tree1c91022afe63ee3643ff5a1246a28236e5d33c32
parent1c3a22e3de0dd24b4161ae8b34794627620a208b
Added intentResolver

IntentResolver shall collect the clusterdetails for each of the app
where it needs to be deployed. This shall be called by
the instantiation code.

Issue-ID: MULTICLOUD-1041
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I7d29901e46a5349ef502786c187c1c88bea61a12
kud/tests/plugin_collection_v2.sh
src/orchestrator/api/add_intents_handler.go
src/orchestrator/api/composite_profilehandler_test.go
src/orchestrator/api/projecthandler_test.go
src/orchestrator/pkg/gpic/gpic.go [new file with mode: 0644]
src/orchestrator/pkg/infra/contextdb/mock.go
src/orchestrator/pkg/module/add_intents.go
src/orchestrator/pkg/module/app.go
src/orchestrator/pkg/module/app_intent.go
src/orchestrator/pkg/module/app_intent_test.go
src/orchestrator/pkg/module/instantiation.go