summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN
AgeCommit message (Collapse)AuthorFilesLines
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)554-135652/+0
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-07-27Merge "Fix gateway condition in sdncresource"Seshu Kumar M1-1/+3
2018-07-27fix ID in 3rd ONAPseshukm2-116/+114
Issue-ID: SO-729 Change-Id: If28bf80c01d6f9cd4fdd7ce5b6ea508aaf3f1064 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-27Fix gateway condition in sdncresourcesubhash kumar singh1-1/+3
Fix gateway condition in sdncresource workflow. Change-Id: Ie18e5dbf64c22ea3ed34c228dee6c77ff594ac47 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26Merge "Fix createSDNCResource bpmn"Seshu Kumar M1-7/+7
2018-07-26Merge "Add initial groovy file for activate"Seshu Kumar M1-0/+62
2018-07-26Merge "Fix Activate resource bpmn"Seshu Kumar M2-258/+162
2018-07-26Fix createSDNCResource bpmnsubhash kumar singh1-7/+7
Fix CreateSDNCResource bpmn to refer activate bpmn flows. Issue-ID: SO-689 Change-Id: If3a9aff3cb410925d322173d44e024e3bf7fa408 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26Add initial groovy file for activatesubhash kumar singh1-0/+62
Add initial groovy file for activate Change-Id: Ibc4321d0e5272073fcd065d1713a69e5738dcd69 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26Fix Activate resource bpmnsubhash kumar singh2-258/+162
Fix Activate resource bpmn for groovy invocation and naming convention. Change-Id: I3cd71032d65f4c4c85f8b40aef0f37b39bb03c03 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26Merge "Sonar major issues"Sanchita Pathak1-7/+7
2018-07-26Sonar major issuesSumapriya Sarvepalli1-7/+7
Replace with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?id=org.onap.so%3Aso&open=AWSynF0AwGn37JfbvuI9&resolved=false&rules=squid%3AS2293 Location: src/main/java/org/openecomp/mso/bpmn/infrastructure/workflow/service/ServicePluginFactory.java Line: L216 L218 L220 L223 L265 L281 L294 Change-Id: I413e046f87435b6b5225a2202f03ab2c3232e807 Issue-ID: SO-757 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-07-26Modify workflow to support activate operationsubhash kumar singh1-88/+115
Modify CreateSDNCNetworkResource to support activate on sdnc resource. Issue-ID: SO-689 Change-Id: I1200fdbe5f1f6b9a6e6299da44733b47a1f36355 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26Merge "Improved mutation tests coverage"Seshu Kumar M1-2/+5
2018-07-25Improved mutation tests coverageƁukasz Biniek1-2/+5
Change-Id: I15ababe8547e617f5152a0a673688925f9b62a2b Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-07-25property names correctionLukasz Muszkieta2-4/+4
Change-Id: I4cbdb4f9ad5af26502619cb9358086bbf667bc0f Issue-ID: SO-719 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-07-25flow for the deactivateseshukm1-0/+258
Issue-ID: SO-689 Change-Id: I8d7ad59209ea8302f8f7ecbc3206b83fe28f2fa1 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25adding the activate flow of SDNCseshukm1-0/+258
Issue-ID: SO-689 Change-Id: I5552da1d2e2a990c245f0ef6fb65fb978afd60c2 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-19Merge "dmaap host and port configuration for pnf feature"Seshu Kumar M6-35/+206
2018-07-18inherit SOTN codes for CCVPN ServicesElaine_Han6-54/+1340
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa60000000 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-07-17dmaap host and port configuration for pnf featureLukasz Muszkieta6-35/+206
Change-Id: I4d13dce0b8819aa3d1e9848b9a39a43456dc1f30 Issue-ID: SO-466 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-07-17Merge "Add workflow for the Delete service of 3rd ONAP"Chuanyu Chen1-0/+381
2018-07-17Merge "Add flows for 3rd ONAP service interactions"Chuanyu Chen1-0/+391
2018-07-16Merge "Fix tests in DoCustomDeleteE2EServiceInstanceTest"Seshu Kumar M1-17/+22
2018-07-16BusinessKey updateafenner1-0/+1
Passing BusinessKey to CreateAndActivatePnfResource Change-Id: Ieca3b068c84ccf8a268be29f071b336bbc59f0bd Issue-ID: SO-721 Signed-off-by: Andrew Fenner <Andrew.Fenner@ericsson.com>
2018-07-11Fix tests in DoCustomDeleteE2EServiceInstanceTestk.kazak1-17/+22
Removed @Ignore for the tests Added testing success and exception path's in postProcessAAIGetTest Change-Id: Iaa8b381fd6eb35fbb28811cab613a89ef494c8f1 Issue-ID: SO-321 Signed-off-by: Katsiaryna Kazak <k.kazak@samsung.com>
2018-07-11Add workflow for the Delete service of 3rd ONAPseshukm1-0/+381
Issue-ID: SO-683 Change-Id: Ibb39d9df64f7753b3603c9e3be5c571e8f2343ca Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-11Add flows for 3rd ONAP service interactionsseshukm1-0/+391
Issue-ID: SO-83 Change-Id: I0fb58afffd825d748ecc213fecc5e85136f5a9ec Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-06-15Reverse service direction for AAI AddRelationShipYulian Han2-6/+6
fix deleteNSRelationship comments bug Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0644f7 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-06-15Update AAI Need More ParamsYulian Han4-16/+63
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0643f5 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-06-04APPC controller type for ScaleOutElena Kuleshov1-0/+1
Change-Id: I7d3ee2b272bfe9e2df201cb1ec6ee91cc2b8d292 Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-06-03Merge "Updated mso bpmn urn properties app c"Seshu Kumar M1-4/+4
2018-06-03Merge "Fix controllerType variable name"Seshu Kumar M1-2/+2
2018-06-03Merge "Update ConfigScaleOut payload format"Seshu Kumar M1-1/+1
2018-06-01Updated mso bpmn urn properties app cBancala, Ben (bb3476)1-4/+4
Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com> swapped read and write in mso bpmn urn properties Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com> reversed the order of read and write Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
2018-06-01Merge "Introduce resource sequence as per modelname"Chuanyu Chen2-3/+6
2018-05-31Fix controllerType variable nameElena Kuleshov1-2/+2
Change-Id: Ida50f031fb4a4d81e8948e8b8c4e7611434aa202 Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-31Update ConfigScaleOut payload formatElena Kuleshov1-1/+1
Change-Id: Ib05c30783b1c719c84b91be81cf052422da8fb9a Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-31Merge "fix resource_operation_status table change"Chuanyu Chen3-8/+9
2018-05-31Add RegionOne_flavorList to bpmn variablesMarcus G K Williams2-0/+3
Flavor Labels are not passed to DoCreateVnfAndModules.bpmn, in turn it needs to be passed to DoCreateVfModule Issue-ID: SO-661 Change-Id: I51c4e77677a17513725d5b832e379bbb72f13185 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-05-31fix resource_operation_status table changeguanwenyao3-8/+9
Issue-ID: SO-634 Change-Id: I2ddf86640d7d20808dbbe379949f61b9f8031769 Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
2018-05-31Merge "Throw exception if resource receipe is not avail"Seshu Kumar M1-4/+13
2018-05-31Introduce resource sequence as per modelnamesubhash kumar singh2-3/+6
Resource sequence can be defined in mso.apihandler-infra.properties file as per following: mso.workflow.custom.<service-model-name>.resource.sequence=<, separated values> Change-Id: I156cfcfea4936be541014726dc6063f7f4e2d2b4 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-05-31Throw exception if resource receipe is not availsubhash kumar singh1-4/+13
Throw exception if resource receipe is not available for the resource in service. Change-Id: Ic6110a1f03d9a0f22d963812eab99e571191140d Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-05-31Miscellaneous fixes for SO-SDNC integrationArthur Martella1-0/+1
changing capitalization of SDNC in LCM property adding payload to createVfModule bpmn Change-Id: Ib4d8e172a929a8138cf4e3fbf446170467b44a42 Issue-ID: INT-475 Signed-off-by: Arthur Martella <am153x@att.com>
2018-05-30Merge "Set CreateVfModuleInfra health check to false"Marcus Williams1-1/+1
2018-05-30Set CreateVfModuleInfra health check to falseBancala, Ben (bb3476)1-1/+1
Issue-ID: SO-659 Change-Id: I4f7d9ce861db6d997ebc1108cdf1bd0995a7aa19 Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
2018-05-30Merge "Add space to 'Tunnel XConn'"Marcus Williams8-23/+23
2018-05-30Add space to 'Tunnel XConn'Arthur Martella8-23/+23
Adding space to change TunnelXConn to Tunnel XConn so that SO will match SDNC. Change-Id: I2a752fd1c6b3ed115c8a2dafbd47e3ce24f49a57 Issue-ID: SO-650 Signed-off-by: Arthur Martella <am153x@att.com>
2018-05-30Merge "Fix OOF Homing Interface"Seshu Kumar M2-20/+41