Add table for OrchestrationTask in requestDB 51/101151/7
authorHarry Huang <huangxiangyu5@huawei.com>
Wed, 5 Feb 2020 07:36:01 +0000 (15:36 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Mon, 10 Feb 2020 09:53:00 +0000 (17:53 +0800)
commit75dc3bd27de1a99f7049b617ae2429b133978bfd
treefe73a0c96f4f4ebe2f7ac9e52e62af7cdfd2c148
parente3871f1bd6e8d8c8baa093d1307b029527603302
Add table for OrchestrationTask in requestDB

Issue-ID: SO-2368

OrchestrationTask will be used to store the
slicing options which can be reviewed by the
maintainer. OrchestrationTask itself is designed
to be generic and parameters stored inside can
be customized based on different use cases.

Change-Id: Iec1cb31ea93659b498b30d098879a9acb711c1ee
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
mso-api-handlers/mso-requests-db/src/main/java/org/onap/so/db/request/beans/OrchestrationTask.java [new file with mode: 0644]