Add instruction and rsync call to instantiate 68/109468/3
authorEric Multanen <eric.w.multanen@intel.com>
Tue, 23 Jun 2020 19:23:30 +0000 (12:23 -0700)
committerRitu Sood <Ritu.Sood@intel.com>
Fri, 26 Jun 2020 19:49:03 +0000 (19:49 +0000)
commitd972a4453774410868ba48494a80e84232704fe2
tree68897029126c548498b34568302b7317e7ea38bd
parent8b5fefd9d4e54c3dab7f626e084359800c155b92
Add instruction and rsync call to instantiate

This patch adds app and resource 'order' and 'dependency'
instructions to the appcontext, as these are currently
expected by rsync.

Adds the rsync client and call to rsync to instantiate the
appcontext.

Issue-ID: MULTICLOUD-1064
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: Iae0da9de4a0ae82bd3ab7ccc72da4abf8b7f2295
src/orchestrator/pkg/grpc/installappclient/client.go [new file with mode: 0644]
src/orchestrator/pkg/module/instantiation.go
src/orchestrator/pkg/module/instantiation_appcontext_helper.go
src/orchestrator/pkg/module/instantiation_scheduler_helper.go