Modify GenericPlacement APIs to include DepIntGrp 45/113145/6
authorRajamohan Raj <rajamohan.raj@intel.com>
Fri, 25 Sep 2020 03:16:40 +0000 (03:16 +0000)
committerEric Multanen <eric.w.multanen@intel.com>
Sat, 3 Oct 2020 06:40:47 +0000 (23:40 -0700)
commitd4b89af411ec7444b554a8b0ddeb7e239fa0fc73
tree34938e3e8f5663e9354a05fddd03e62e9c2501b9
parent49f3d84b1dd20e7504018ee952d81885d5f21796
Modify GenericPlacement APIs to include DepIntGrp

Modify the genericPlacementIntent API such that deploymentIntentGroup
becomes a mandatory parameter.

Issue-ID: MULTICLOUD-1218
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I33d2eeac5b60228e9c08921c9347b1b6aa3f8d28
13 files changed:
kud/tests/emco.sh
src/orchestrator/api/api.go
src/orchestrator/api/app_intent_handler.go
src/orchestrator/api/generic_placement_intent_handler.go
src/orchestrator/json-schemas/deployment-group-intent.json
src/orchestrator/json-schemas/generic-placement-intent.json
src/orchestrator/pkg/module/app_intent.go
src/orchestrator/pkg/module/app_intent_test.go
src/orchestrator/pkg/module/deployment_intent_groups.go
src/orchestrator/pkg/module/deployment_intent_groups_test.go
src/orchestrator/pkg/module/generic_placement_intent.go
src/orchestrator/pkg/module/generic_placement_intent_test.go
src/orchestrator/pkg/module/instantiation.go