Add APIs for getAll DeploymentIntents and GetAll GenericPlacemnetIntents 28/110328/2
authorRajamohan Raj <rajamohan.raj@intel.com>
Fri, 17 Jul 2020 14:04:19 +0000 (14:04 +0000)
committerRajamohan Raj <rajamohan.raj@intel.com>
Fri, 17 Jul 2020 20:38:24 +0000 (20:38 +0000)
commit75178df33f0cc45f46051394ad9d14f6a84cd8e9
tree3c89f320e6879c175a2760e41bec634fff5aa22c
parent09ade2b51d5e3d4da5921115a993bec97a905e1b
Add APIs for getAll DeploymentIntents and GetAll GenericPlacemnetIntents

In this patch, implemented two separate routes for getting all
genericPlacemnetIntents and getting all deployment intents.

Issue-ID: MULTICLOUD-1128
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I81fadb126752788da7c459aa43896fafa583310e
src/orchestrator/api/api.go
src/orchestrator/api/deployment_intent_groups_handler.go
src/orchestrator/api/generic_placement_intent_handler.go
src/orchestrator/pkg/module/deployment_intent_groups.go
src/orchestrator/pkg/module/generic_placement_intent.go