aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/pkg/infra/rpc/rpc.go
AgeCommit message (Collapse)AuthorFilesLines
2020-06-03Add grpc contextupdate client call to orchestratorEric Multanen1-0/+0
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 <eric.w.multanen@intel.com> Change-Id: Ifdfc99e522288a530735bc4c1402d45449f6d057
2020-04-30Add gRPC framework to orchestratorEric Multanen1-0/+199
Adds proto and generated go files for a healtcheck, contextupdate and installapp rpc services. Adds framework for orchestrator as an rpc client to connect to configured controllers. Issue-ID: MULTICLOUD-1019 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> Change-Id: Ie66865789fe2146258c91e168cfb8d5933905814