Adding cluster meta data and saving in etcd 88/108288/7
authorRajamohan Raj <rajamohan.raj@intel.com>
Tue, 26 May 2020 20:08:58 +0000 (20:08 +0000)
committerRajamohan Raj <rajamohan.raj@intel.com>
Mon, 1 Jun 2020 18:45:54 +0000 (18:45 +0000)
commitc257a136355a794f5bf778f670c041e8958c3608
treee642dae19b2dd8fade13de9342a9dee76d884589
parent7959bd4c6fd403cf4ba58bf572b1259267b3c76d
Adding cluster meta data and saving in etcd

As part of this patch, we assign groupNumbers
for the set of clusters which are under anyOf, or
in other words are optional for deployement of
app.
Also refactored the instantiation flow by separating
out the etcd interactions

Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I21ece189daf6e6b3a7cfdba5df22d57b3d33ca78
kud/tests/plugin_ncm_v2.sh
src/orchestrator/pkg/appcontext/appcontext.go
src/orchestrator/pkg/appcontext/appcontext_test.go
src/orchestrator/pkg/gpic/gpic.go
src/orchestrator/pkg/module/instantiation.go
src/orchestrator/pkg/module/instantiation_appcontext_helper.go [new file with mode: 0644]
src/orchestrator/pkg/rtcontext/rtcontext.go