Update ncm code for upstream changes 00/107000/2
authorRajamohan Raj <rajamohan.raj@intel.com>
Fri, 1 May 2020 22:45:00 +0000 (22:45 +0000)
committerRajamohan Raj <rajamohan.raj@intel.com>
Fri, 1 May 2020 22:58:54 +0000 (22:58 +0000)
commit022d294c1bcec5b33ff09883327ce2f9bd6d855d
tree53d966102e2a52e3e5925cd424eac108fcbbb8be
parent7f6d2717e367c007ad836c39626c9eacc572f068
Update ncm code for upstream changes

The signature of two functions of upstream code
in orchestration is to be changed.
The new function signature for changes in appcontext.go:

AddResource(handle interface{}, resname string, value []byte)
UpdateResourceValue(handle interface{}, value []byte)
The above code shall be pushed in the next patch for
orchestration

Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I58db28e2e0ea27fba9b88839156a43517cdad1c9
src/ncm/pkg/module/cluster.go
src/ncm/pkg/module/netcontrolintent.go