aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/pkg/grpc/contextupdate
AgeCommit message (Collapse)AuthorFilesLines
2020-06-03Add grpc contextupdate client call to orchestratorEric Multanen2-85/+211
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 Multanen2-0/+249
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