aboutsummaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-iaas-adapter/appc-iaas-adapter-installer
AgeCommit message (Expand)AuthorFilesLines
2020-01-14Change parent to release version 2.7.0Patrick Brady1-1/+1
2019-10-08Neon SR1 upgradeTaka Cho2-2/+3
2019-10-08Set appc parent 2.7.0-SNAPSHOTPatrick Brady1-1/+1
2019-10-08Increment version to 1.7.0-SNAPSHOTPatrick Brady1-1/+1
2019-09-26Change to snapshot parent versionPatrick Brady1-1/+1
2019-09-26Increment version to 1.6.5-SNAPSHOTPatrick Brady1-1/+1
2019-09-20Set appc parent 2.6.2Patrick Brady1-1/+1
2019-09-17Increment version to 1.6.4-SNAPSHOTPatrick Brady1-1/+1
2019-09-11Change to released parent 1.6.1Patrick Brady1-1/+1
2019-09-11Increment version to 1.6.3-SNAPSHOTPatrick Brady1-1/+1
2019-08-30Change parent version to snapshotPatrick Brady1-1/+1
2019-08-07Change to release parent versionPatrick Brady1-1/+1
2019-08-07Increment version to 1.6.2Patrick Brady1-1/+1
2019-08-03Increment versions after releasePatrick Brady1-1/+1
2019-05-20Update parent versionPatrick Brady1-1/+1
2019-04-26Increment snapshot versionPatrick Brady1-1/+1
2019-03-15Revert "upgrade databind artifact"Patrick Brady1-13/+0
2019-03-13upgrade databind artifactTaka Cho1-0/+13
2019-01-18Update install-feature for pre-installPatrick Brady1-3/+1
2019-01-08Change parent version to appc snapshotPatrick Brady1-1/+1
2019-01-07Update parent pom versionPatrick Brady1-1/+1
2018-11-12Increment version numberPatrick Brady1-1/+1
2018-10-11Roll to next version after releasePatrick Brady1-1/+1
2018-10-09Change to released parent pomsPatrick Brady1-1/+1
2018-09-24Add version to pom filesPatrick Brady1-0/+1
2018-09-11Misplaced shebangs and missing exec flagsNicolas Edel1-2/+2
2018-08-14Karaf 4 for appc-iaas-adapterPatrick Brady1-4/+7
2018-06-14Update license header on appc-adapter xml filesJohn McClung3-6/+3
2018-05-22Increment version for new branchPatrick Brady1-1/+1
2018-04-11ODL Upgrade Method 2Patrick Brady1-14/+2
2018-02-20Update .gitignore with license textSkip Wonnell1-0/+22
2018-01-12Add missing license text to pom files, part 1Skip Wonnell1-0/+21
2017-12-13First part of onap renamePatrick Brady1-4/+4
2017-11-17Bump minor versionJessica Wagantall1-1/+1
2017-11-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady1-1/+1
2017-07-20Applying license changes to all filesPatrick Brady3-9/+15
2017-06-06Updating licenses in all filesPatrick Brady3-9/+12
2017-04-18Modifying feature install scriptsPatrick Brady1-2/+22
2017-03-10Updating master to 1.1.0-SNAPSHOTPatrick Brady1-1/+1
2017-02-24Changing to snapshot versionPatrick Brady1-1/+1
2017-02-15Moving all files to root directoryPatrick Brady5-0/+280
<bpmn2:sequenceFlow id="SequenceFlow_1lta49u" sourceRef="ScriptTask_1fau2rr" targetRef="CallActivity_1va14ul" /> <bpmn2:sequenceFlow id="SequenceFlow_0frea3k" sourceRef="IntermediateCatchEvent_07fy2ke" targetRef="ScriptTask_1fau2rr" /> <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0b436w1" name="GoTo StartCompare"> <bpmn2:incoming>SequenceFlow_08zjjzw</bpmn2:incoming> <bpmn2:linkEventDefinition name="StartCompare" /> </bpmn2:intermediateThrowEvent> <bpmn2:scriptTask id="ScriptTask_1d9qb54" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy"> <bpmn2:incoming>SequenceFlow_1wudpuj</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_08zjjzw</bpmn2:outgoing> <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* def dcsi= new DoCompareModelVersions() dcsi.processDecomposition_Original(execution)]]></bpmn2:script> </bpmn2:scriptTask> <bpmn2:callActivity id="CallActivity_1fc56sd" name="Call Decompose Service" calledElement="DecomposeService"> <bpmn2:extensionElements> <camunda:in source="msoRequestId" target="msoRequestId" /> <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> <camunda:out source="WorkflowException" target="WorkflowException" /> </bpmn2:extensionElements> <bpmn2:incoming>SequenceFlow_04ciw70</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_1wudpuj</bpmn2:outgoing> </bpmn2:callActivity> <bpmn2:scriptTask id="ScriptTask_1i06996" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy"> <bpmn2:incoming>SequenceFlow_1fgkvpr</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_04ciw70</bpmn2:outgoing> <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* def dcsi= new DoCompareModelVersions() dcsi.prepareDecomposeService_Original(execution)]]></bpmn2:script> </bpmn2:scriptTask> <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1m9q0j7" name="Decompose_Service_Original"> <bpmn2:outgoing>SequenceFlow_1fgkvpr</bpmn2:outgoing> <bpmn2:linkEventDefinition name="Decompose_Service_Original" /> </bpmn2:intermediateCatchEvent> <bpmn2:sequenceFlow id="SequenceFlow_08zjjzw" sourceRef="ScriptTask_1d9qb54" targetRef="IntermediateThrowEvent_0b436w1" /> <bpmn2:sequenceFlow id="SequenceFlow_1wudpuj" sourceRef="CallActivity_1fc56sd" targetRef="ScriptTask_1d9qb54" /> <bpmn2:sequenceFlow id="SequenceFlow_04ciw70" sourceRef="ScriptTask_1i06996" targetRef="CallActivity_1fc56sd" /> <bpmn2:sequenceFlow id="SequenceFlow_1fgkvpr" sourceRef="IntermediateCatchEvent_1m9q0j7" targetRef="ScriptTask_1i06996" /> <bpmn2:startEvent id="StartEvent_13da9hl" name="Start Flow"> <bpmn2:outgoing>SequenceFlow_1chfao3</bpmn2:outgoing> </bpmn2:startEvent> <bpmn2:scriptTask id="ScriptTask_0nie46r" name="PreProcess Incoming Request" scriptFormat="groovy"> <bpmn2:incoming>SequenceFlow_1chfao3</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_164yb3r</bpmn2:outgoing> <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* def dcsi = new DoCompareModelVersions() dcsi.preProcessRequest(execution) ]]></bpmn2:script> </bpmn2:scriptTask> <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1dhdmdy" name="GoTo Decompose_Service_Target"> <bpmn2:incoming>SequenceFlow_164yb3r</bpmn2:incoming> <bpmn2:linkEventDefinition name="Decompose_Service_Target" /> </bpmn2:intermediateThrowEvent> <bpmn2:sequenceFlow id="SequenceFlow_1chfao3" name="" sourceRef="StartEvent_13da9hl" targetRef="ScriptTask_0nie46r" /> <bpmn2:sequenceFlow id="SequenceFlow_164yb3r" name="" sourceRef="ScriptTask_0nie46r" targetRef="IntermediateThrowEvent_1dhdmdy" /> </bpmn2:process> <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> <bpmndi:BPMNDiagram id="BPMNDiagram_1"> <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCompareModelVersions"> <bpmndi:BPMNShape id="ScriptTask_04rn9mp_di" bpmnElement="ScriptTask_04rn9mp"> <dc:Bounds x="426" y="426" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="SequenceFlow_1rebkae_di" bpmnElement="SequenceFlow_1rebkae"> <di:waypoint xsi:type="dc:Point" x="10" y="466" /> <di:waypoint xsi:type="dc:Point" x="426" y="466" /> <bpmndi:BPMNLabel> <dc:Bounds x="173" y="445" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNShape id="IntermediateCatchEvent_05z1jyy_di" bpmnElement="StartEvent_0jhv664"> <dc:Bounds x="-26" y="448" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="-42" y="488" width="68" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="EndEvent_0x8im5g_di" bpmnElement="EndEvent_0x8im5g"> <dc:Bounds x="1040" y="448" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="1013" y="488" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="SequenceFlow_1lkpfe2_di" bpmnElement="SequenceFlow_1lkpfe2"> <di:waypoint xsi:type="dc:Point" x="526" y="466" /> <di:waypoint xsi:type="dc:Point" x="1040" y="466" /> <bpmndi:BPMNLabel> <dc:Bounds x="738" y="445" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNShape id="SubProcess_0roysbg_di" bpmnElement="SubProcess_0roysbg" isExpanded="true"> <dc:Bounds x="221" y="751" width="467" height="193" /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="StartEvent_0xtpw6j_di" bpmnElement="StartEvent_0xtpw6j"> <dc:Bounds x="289" y="818" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="172" y="859" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="EndEvent_05a2pr9_di" bpmnElement="EndEvent_05a2pr9"> <dc:Bounds x="582" y="818" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="465" y="859" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="ScriptTask_0xk9fk3_di" bpmnElement="ScriptTask_0xk9fk3"> <dc:Bounds x="393" y="796" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="SequenceFlow_19sogyb_di" bpmnElement="SequenceFlow_19sogyb"> <di:waypoint xsi:type="dc:Point" x="325" y="836" /> <di:waypoint xsi:type="dc:Point" x="393" y="836" /> <bpmndi:BPMNLabel> <dc:Bounds x="224" y="821" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="SequenceFlow_17mr4jl_di" bpmnElement="SequenceFlow_17mr4jl"> <di:waypoint xsi:type="dc:Point" x="493" y="836" /> <di:waypoint xsi:type="dc:Point" x="582" y="836" /> <bpmndi:BPMNLabel> <dc:Bounds x="405" y="821" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNShape id="IntermediateThrowEvent_0se5nzs_di" bpmnElement="IntermediateThrowEvent_0se5nzs"> <dc:Bounds x="1048" y="189" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="1022" y="230" width="88" height="36" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="ScriptTask_1odhh8p_di" bpmnElement="ScriptTask_1odhh8p"> <dc:Bounds x="711" y="167" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="CallActivity_1va14ul_di" bpmnElement="CallActivity_1va14ul"> <dc:Bounds x="426" y="167" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="ScriptTask_1fau2rr_di" bpmnElement="ScriptTask_1fau2rr"> <dc:Bounds x="144" y="167" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="IntermediateCatchEvent_07fy2ke_di" bpmnElement="IntermediateCatchEvent_07fy2ke"> <dc:Bounds x="-26" y="189" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="-49" y="225" width="88" height="24" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="SequenceFlow_1pe6r93_di" bpmnElement="SequenceFlow_1pe6r93"> <di:waypoint xsi:type="dc:Point" x="526" y="207" /> <di:waypoint xsi:type="dc:Point" x="711" y="207" /> <bpmndi:BPMNLabel> <dc:Bounds x="573.5" y="186" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="SequenceFlow_0enm2cg_di" bpmnElement="SequenceFlow_0enm2cg"> <di:waypoint xsi:type="dc:Point" x="811" y="207" /> <di:waypoint xsi:type="dc:Point" x="906" y="207" /> <di:waypoint xsi:type="dc:Point" x="906" y="207" /> <di:waypoint xsi:type="dc:Point" x="1048" y="207" /> <bpmndi:BPMNLabel> <dc:Bounds x="876" y="201" width="90" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="SequenceFlow_1lta49u_di" bpmnElement="SequenceFlow_1lta49u"> <di:waypoint xsi:type="dc:Point" x="244" y="207" /> <di:waypoint xsi:type="dc:Point" x="426" y="207" /> <bpmndi:BPMNLabel> <dc:Bounds x="290" y="186" width="0" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="SequenceFlow_0frea3k_di" bpmnElement="SequenceFlow_0frea3k"> <di:waypoint xsi:type="dc:Point" x="10" y="207" /> <di:waypoint xsi:type="dc:Point" x="144" y="207" /> <bpmndi:BPMNLabel> <dc:Bounds x="32" y="186" width="0" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNShape id="IntermediateThrowEvent_0b436w1_di" bpmnElement="IntermediateThrowEvent_0b436w1"> <dc:Bounds x="1047" y="311" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="1032" y="352" width="68" height="24" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="ScriptTask_1d9qb54_di" bpmnElement="ScriptTask_1d9qb54"> <dc:Bounds x="711" y="290" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="CallActivity_1fc56sd_di" bpmnElement="CallActivity_1fc56sd"> <dc:Bounds x="426" y="290" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="ScriptTask_1i06996_di" bpmnElement="ScriptTask_1i06996"> <dc:Bounds x="144" y="290" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="IntermediateCatchEvent_1m9q0j7_di" bpmnElement="IntermediateCatchEvent_1m9q0j7"> <dc:Bounds x="-26" y="312" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="-50" y="348" width="88" height="24" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="SequenceFlow_08zjjzw_di" bpmnElement="SequenceFlow_08zjjzw"> <di:waypoint xsi:type="dc:Point" x="811" y="330" /> <di:waypoint xsi:type="dc:Point" x="1047" y="329" /> <bpmndi:BPMNLabel> <dc:Bounds x="929" y="308.5" width="0" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="SequenceFlow_1wudpuj_di" bpmnElement="SequenceFlow_1wudpuj"> <di:waypoint xsi:type="dc:Point" x="526" y="330" /> <di:waypoint xsi:type="dc:Point" x="711" y="330" /> <bpmndi:BPMNLabel> <dc:Bounds x="618.5" y="309" width="0" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="SequenceFlow_04ciw70_di" bpmnElement="SequenceFlow_04ciw70"> <di:waypoint xsi:type="dc:Point" x="244" y="330" /> <di:waypoint xsi:type="dc:Point" x="426" y="330" /> <bpmndi:BPMNLabel> <dc:Bounds x="245" y="309" width="0" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="SequenceFlow_1fgkvpr_di" bpmnElement="SequenceFlow_1fgkvpr"> <di:waypoint xsi:type="dc:Point" x="10" y="330" /> <di:waypoint xsi:type="dc:Point" x="144" y="330" /> <bpmndi:BPMNLabel> <dc:Bounds x="-13" y="309" width="0" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNShape id="StartEvent_13da9hl_di" bpmnElement="StartEvent_13da9hl"> <dc:Bounds x="-20" y="83" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="-26" y="124" width="50" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="ScriptTask_0nie46r_di" bpmnElement="ScriptTask_0nie46r"> <dc:Bounds x="340" y="61" width="100" height="80" /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="IntermediateThrowEvent_1dhdmdy_di" bpmnElement="IntermediateThrowEvent_1dhdmdy"> <dc:Bounds x="1048" y="83" width="36" height="36" /> <bpmndi:BPMNLabel> <dc:Bounds x="1023" y="123" width="88" height="36" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="SequenceFlow_1chfao3_di" bpmnElement="SequenceFlow_1chfao3"> <di:waypoint xsi:type="dc:Point" x="16" y="101" /> <di:waypoint xsi:type="dc:Point" x="181" y="101" /> <di:waypoint xsi:type="dc:Point" x="181" y="101" /> <di:waypoint xsi:type="dc:Point" x="340" y="101" /> <bpmndi:BPMNLabel> <dc:Bounds x="196" y="95" width="0" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="SequenceFlow_164yb3r_di" bpmnElement="SequenceFlow_164yb3r"> <di:waypoint xsi:type="dc:Point" x="440" y="101" /> <di:waypoint xsi:type="dc:Point" x="1048" y="101" /> <bpmndi:BPMNLabel> <dc:Bounds x="744" y="80" width="0" height="12" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> </bpmndi:BPMNPlane> </bpmndi:BPMNDiagram> </bpmn2:definitions>