Use distribution json for workflow install 03/85503/2
authorElena Kuleshov <evn@att.com>
Tue, 16 Apr 2019 02:59:18 +0000 (22:59 -0400)
committerElena Kuleshov <evn@att.com>
Tue, 16 Apr 2019 05:29:00 +0000 (01:29 -0400)
commit5223788222fd78c9e50680471eb0529361645230
tree7cc521a22a5c1753937d71c4dd6dc9dd57746d1e
parent9c0663079469cb5a42c96ff990385c23be2f361e
Use distribution json for workflow install

Use distribution json for workflow install

Change-Id: I2eec3700d0ba92794b6ca11bd43683d91fb480ee
Issue-ID: SO-1726
Signed-off-by: Kuleshov, Elena <evn@att.com>
20 files changed:
asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCConfiguration.java
asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCController.java
asdc-controller/src/main/java/org/onap/so/asdc/installer/PnfResourceStructure.java
asdc-controller/src/main/java/org/onap/so/asdc/installer/ResourceStructure.java
asdc-controller/src/main/java/org/onap/so/asdc/installer/VfResourceStructure.java
asdc-controller/src/main/java/org/onap/so/asdc/installer/WorkflowArtifact.java [new file with mode: 0644]
asdc-controller/src/main/java/org/onap/so/asdc/installer/bpmn/BpmnInstaller.java
asdc-controller/src/main/java/org/onap/so/asdc/installer/bpmn/WorkflowResource.java [new file with mode: 0644]
asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java
asdc-controller/src/test/java/org/onap/so/asdc/client/test/rest/ASDCRestInterfaceTest.java
asdc-controller/src/test/java/org/onap/so/asdc/installer/bpmn/BpmnInstallerTest.java
asdc-controller/src/test/java/org/onap/so/asdc/installer/bpmn/WorkflowResourceTest.java [new file with mode: 0644]
asdc-controller/src/test/resources/application-test.yaml
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/TestBpmnFromSDC.bpmn [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/TestWF2-1_0.bpmn [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/sdc/v1/catalog/services/Testparentservice/1.0/resourceInstances/testvf0/artifacts/TestWF-1_0.bpmn [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/sdc/v1/catalog/services/Testparentservice/1.0/resourceInstances/testvf0/artifacts/TestWF-2_0.bpmn [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/sdc/v1/catalog/services/Testparentservice/1.0/resourceInstances/testvf0/artifacts/TestWF2-1_0.bpmn [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/service-Testparentservice-csar.csar [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/workflow-distribution.json [new file with mode: 0644]