From e80f462ab1621090dd9cf7a2c648eb168aaafa5e Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Thu, 23 Apr 2020 12:55:38 -0700 Subject: Add grpc contextupdate client call to orchestrator Adds a contextupdate client function that can be invoked for any action or placement controller to process intents for that controller. Adds the corresponding server side handling for the ovnaction controller. Issue-ID: MULTICLOUD-1019 Signed-off-by: Eric Multanen Change-Id: Ifdfc99e522288a530735bc4c1402d45449f6d057 --- src/orchestrator/pkg/module/deployment_intent_groups.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/orchestrator/pkg/module/deployment_intent_groups.go') diff --git a/src/orchestrator/pkg/module/deployment_intent_groups.go b/src/orchestrator/pkg/module/deployment_intent_groups.go index cfbf53e2..16a14c7b 100644 --- a/src/orchestrator/pkg/module/deployment_intent_groups.go +++ b/src/orchestrator/pkg/module/deployment_intent_groups.go @@ -18,9 +18,10 @@ package module import ( "encoding/json" - "github.com/onap/multicloud-k8s/src/orchestrator/pkg/infra/db" "reflect" + "github.com/onap/multicloud-k8s/src/orchestrator/pkg/infra/db" + pkgerrors "github.com/pkg/errors" ) -- cgit 1.2.3-korg