summaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2019-01-17Merge "Fix url for catalog query" into casablancaSteve Smokowski2-10/+9
2019-01-16Fix url for catalog querysubhash kumar singh2-10/+9
Fix url for catalog query. Change-Id: I694284b9c3b354a5d0e4340b7f7e78744096c80f Issue-ID: SO-1398 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-01-15revert the changesseshukm3-20/+5
Issue-ID: SO-1391 Change-Id: I166d149b813aebb0511c1944a3bd3700080de201 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-01-15eliminate the failing testsseshukm3-5/+25
Initial step to make the release build success for 1.3.6. Issue-ID: SO-1391 Change-Id: If7cadd5b5cd23cdbf6474bf94850a83ed7efed81 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-01-08Fix json parsing of resource inputsubhash kumar singh8-1/+89
Fix json parsing of resource input by adding escape character. Change-Id: Ic19bd5dae5eea25faaeae2df3eb0bcc29482ea7c Issue-ID: SO-1358 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-12-28Merge "Enable use of resource order and input" into casablancaSeshu Kumar M3-147/+488
2018-12-28Merge "Update logging to msoLogger" into casablancaSeshu Kumar M3-189/+92
2018-12-27Merge "Bug fix for getInstnaceId" into casablancaYan Yang2-8/+122
2018-12-27Update logging to msoLoggersubhash kumar singh3-189/+92
Update logging to msoLogger. Change-Id: I24f09f372d4d5c7572ba37fcb5aee1e39b4992fe Issue-ID: SO-1330 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-12-24Enable use of resource order and inputsubhash kumar singh3-147/+488
Enable use of resource order and input. Change-Id: I4d5b29997068447fc1bc657a6e5ae067d3b43496 Issue-ID: SO-1248 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-12-18Use UUID to fill pnf-id in PNF PnPJoanna Jeremicz11-250/+421
Issue-ID: SO-1272 Change-Id: If516b7ec38dad3fbc7409aff42275a98ef2af76b Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-12-15Bug fix for getInstnaceId黄卓垚101122152-8/+122
CreateSDNCNetworkResource.afterCreateSDNCCall can't get instance id from getInstnaceId in afterCreateSDNCCall for modelName default case is missing Issue-ID: SO-1331 Change-Id: Ic9dab916cc17f0175c42f915d5acf4f817a4321c Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2018-12-04Merge "dmaap topic listening - bug fixing" into casablancaRob Daugherty1-7/+11
2018-12-04Merge "Restore WebApps" into casablancaRob Daugherty1-0/+5
2018-12-04Restore WebAppsSmokowski, Steve (ss835w)1-0/+5
Put dependency back to run Camunda Web Apps Change-Id: I21a9ef1a44df114743d9981835dac2f8f83338f0 Issue-ID: SO-1266 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-04dmaap topic listening - bug fixingLukasz Muszkieta1-7/+11
Change-Id: I9116138f81596029b0ba1edc8e7e095498a0771e Issue-ID: SO-1253 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-11-30Fix cloudSite creation in homingMarcus G K Williams2-10/+19
This change fixes the use of optional in OofInfraUtils.java, so that cloudSites can be created if one is not found in catalogDB. Issue-ID: SO-1262 Change-Id: Ifec9083950758c650a369e9c5ebd386715ed9df8 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-11-30Merge "Fix alacarte homing flows" into casablancaSeshu Kumar M5-36/+208
2018-11-30Fix alacarte homing flowsMarcus G K Williams5-36/+208
This fix adds homingInstance bean and stores homing info in the database. It then retreves that info when homing ala carte and populates homingSiteId and oofDirectives. SO-1254 Issue-ID: SO-1258 Change-Id: I6f8d5d3aff9ebeb669064a02926c779886dc59dd Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-11-29vfc adapter authentication bug fixYulian Han3-149/+124
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064414 Issue-ID: SO-1256 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-28Merge "use config value instead hard code of url" into casablancaSeshu Kumar M3-44/+152
2018-11-28Merge "Correct the http client auth issue" into casablancaByung-Woo Jun1-4/+17
2018-11-28Correct the http client auth issueseshukm1-4/+17
Issue-ID: SO-1257 Change-Id: Iac3cf2cf594b9b3224b5741d8589c7d3b9c5e205 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-27use config value instead hard code of urlYulian Han3-44/+152
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064412 Issue-ID: SO-1249 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-27Merge "Fix sdc-tosca version" into casablanca1.3.4Seshu Kumar M1-1/+1
2018-11-27Fix sdc-tosca versionsubhash kumar singh1-1/+1
Fix sdc-tosca version. Change-Id: I8529162004b408238c260d48c560c799c5f41508 Issue-ID: SO-1252 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-27Merge "Fix model vnfresource bean annotation" into casablancaSeshu Kumar M1-1/+1
2018-11-27Fix model vnfresource bean annotationsubhash kumar singh1-1/+1
Fix model vnfresource bean annotation. Change-Id: If18ea766623ad087eae8ac9ea31258dacd192ff7 Issue-ID: SO-1252 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-26Merge "Add aLaCarte variable to ExecuteActivity." into casablancaRob Daugherty1-0/+1
2018-11-26Do not validate certain BBsBenjamin, Max (mb388a)2-0/+49
changed resource type from CUSTOM to NO_VALIDATE when building block detail is CUSTOM skip validation Change-Id: Ie00fad1f96071703a35b96cc5fe83ce5dc2092bb Issue-ID: SO-1243 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-25Fix intgration issue for E2E servicesubhash kumar singh2-15/+11
Fix intgration issue for E2E service. Change-Id: I1b701f137ebc79addfb6914c7c68ac8c73f673d4 Issue-ID: SO-1252 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-24Add aLaCarte variable to ExecuteActivity.Elena Kuleshov1-0/+1
Change-Id: I5dbc470a7ccc92847985681ea9fb39566fdb443f Issue-ID: SO-1243 Signed-off-by: Kuleshov, Elena (ek1439) <evn@att.com>
2018-11-25Merge "Fix retrieval for SDNC endpoint" into casablancaSeshu Kumar M2-4/+9
2018-11-25Merge "Fix parsing for pnf-name" into casablancaSeshu Kumar M1-8/+13
2018-11-24Fix retrieval for SDNC endpointsubhash kumar singh2-4/+9
Fix retrieval for SDNC endpoint. Change-Id: I51f79b61ab9194e3d45a71dac5ca5fe7c869cff4 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-24Fix parsing for pnf-namesubhash kumar singh1-8/+13
Fix parsing for pnf-name. Change-Id: I2d846725b4aafda12587dfb5d7992b1accc02aa8 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-24use config value instead hard code of urlYulian Han2-11/+25
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064411 Issue-ID: SO-1249 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-21Fixing JsonMappingException issueShinu John1-12/+13
Change-Id: I6654464a85152058787e5ce2530c0cf332c8e6e0 Issue-ID: SO-1236 Signed-off-by: Shinu John <shinu.john@ericsson.com>
2018-11-20Enhanced Exception handling.Prema Bhatt2-4/+48
Issue-ID: SO-1182 Change-Id: Iae4a0072b637ddd0e64c4ec54421509e1c03ccc5 Signed-off-by: Prema Bhatt <pb6115@att.com>
2018-11-21Merge "Modify Retry" into casablancaSeshu Kumar M1-2/+3
2018-11-20Modify RetrySmokowski, Steve (ss835w)1-2/+3
Issue-ID: SO-1182 Change-Id: Icbba1bdbb210d868e67c6f9b2ca029648534bbe0 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-11-20Fix for vCPE flowsRob Daugherty2-2/+12
A sequence flow was accidentally deleted in the DoCreateVnfAndModules process. This fixes it. Also adding VfModuleModuleNames support for the original (Not V2) version of CreateVcpeResCustService. Change-Id: I20bba7448802a548bb913bc2e016c9c0f2abdd42 Issue-ID: SO-1213 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-11-20Merge "Bug Fixes November 16th" into casablancaRob Daugherty5-12/+101
2018-11-20Merge "Fix retrieval of resourceInputObj in delete e2e" into casablancaSeshu Kumar M2-5/+5
2018-11-20Merge "Fix namespace for requestdb update" into casablancaSeshu Kumar M8-10/+10
2018-11-19Fix retrieval of resourceInputObj in delete e2esubhash kumar singh2-5/+5
Fix retrieval of resourceInputObj in delete e2e. Change-Id: I2e46942e3a6d932d76a420c2c9ee67759579e230 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-19Fix namespace for requestdb updatesubhash kumar singh8-10/+10
Fix namespace for requestdb update. Change-Id: Ib13384e669100ff6db837819a1ba025300d66f0c Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-19Merge "Fix variable set for e2e service" into casablancaSeshu Kumar M1-2/+2
2018-11-19Merge "Fix the service id modified" into casablancaSeshu Kumar M1-1/+1
2018-11-18Merge "Fix request resource building" into casablancaSeshu Kumar M1-8/+10