Add model to represent VfModuleModel and Artifact management 59/83559/3
authorliboNet <libo.zhu@intel.com>
Thu, 28 Mar 2019 23:29:51 +0000 (07:29 +0800)
committerliboNet <libo.zhu@intel.com>
Fri, 29 Mar 2019 00:47:20 +0000 (08:47 +0800)
commit2cf6469e7af254a65f4fde20b2ef61efad32cd57
tree8e7c146a313e8e15c7d8bb43bb1445ea79c5a1c9
parentece7c6197ca79fb149c17dfbf86c972286cb262f
Add model to represent VfModuleModel and Artifact management

. add VfModuleModel to represent content of VfModule
. add Gsonutil to support List which is the content of Vf
  Module meta json
. add CloudArtifact to deal with Artifact for subplug action
. Fix pom.xml typo

Change-Id: Ic459118323bf50939493b0f0feff7ba96dd9a64d
Issue-ID: MULTICLOUD-511
Signed-off-by: liboNet <libo.zhu@intel.com>
artifactbroker/model/src/main/java/org/onap/policy/distribution/model/CloudArtifact.java [new file with mode: 0644]
artifactbroker/model/src/main/java/org/onap/policy/distribution/model/GsonUtil.java [new file with mode: 0644]
artifactbroker/model/src/main/java/org/onap/policy/distribution/model/VfModuelModel.java [new file with mode: 0644]
artifactbroker/pom.xml