Composite Profile API and Handler 01/102101/8
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 20 Feb 2020 00:19:18 +0000 (16:19 -0800)
committerEric Multanen <eric.w.multanen@intel.com>
Thu, 5 Mar 2020 17:54:19 +0000 (09:54 -0800)
commit8e0c4c63e5a014c95805f16d30a64cd53ddc7385
tree19c2cec8ca35760dd9c869dd52569bb0ecbcd6f7
parenta2c244896cb87eb8564743af8c463f170869a824
Composite Profile API and Handler

Implemented Composite Profile API and handler,
adding create, get and delete handlers for the
composite profile.

Issue-ID: MULTICLOUD-997
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Change-Id: Iab105cf88ef4635038cd36e90f3251bc900b2faf
src/orchestrator/api/api.go
src/orchestrator/api/clusterhandler_test.go
src/orchestrator/api/composite_profilehandler.go [new file with mode: 0644]
src/orchestrator/api/composite_profilehandler_test.go [new file with mode: 0644]
src/orchestrator/api/controllerhandler_test.go
src/orchestrator/api/projecthandler_test.go
src/orchestrator/cmd/main.go
src/orchestrator/pkg/module/composite_profile.go [new file with mode: 0644]
src/orchestrator/pkg/module/composite_profile_test.go [new file with mode: 0644]
src/orchestrator/pkg/module/module.go