aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23Merge "use space character instead tab characters"Seshu Kumar M1-59/+59
2018-05-23Merge "add scale function in VfcAdapterRest.java"Seshu Kumar M1-0/+27
2018-05-23add scale function in VfcAdapterRest.javaguochong1-0/+27
Issue-ID: SO-634 Change-Id: I57cc8f3e54de0fa02a437112aaa478b742c1ab9f Signed-off-by: guochong <guochong@chinamobile.com>
2018-05-23use space character instead tab charactersYulian Han1-59/+59
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0643f8 Issue-ID: SO-632 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-05-22createe2einstance status is processingYulian Han2-69/+66
but progress is 100 for wrong opertype Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0643f6 Issue-ID: SO-632 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-05-16Add guard time to keystone expiryBrian Freeman1-1/+2
Issue-ID: SO-622 Change-Id: If8260ee70d3c632325939affcbd80258b2602c99 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-11Add junit for project mso-catalog-db-adapterLukasz Muszkieta6-161/+366
Change-Id: I7b28cc713929400b03b7e567bf9823d82631a1e9 Issue-ID: SO-617 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-05-07vnf-adapter failed to deployRob Daugherty1-4/+2
This is related to recent CloudConfig fixes. One change was apparently not submitted in the last batch. Change-Id: I8dcc49f7d808e0d842af3f568f5815fb48870acc Issue-ID: SO-584 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-05-04Fix progress update for VFC resourcessubhash kumar singh1-0/+8
Fix progress update for VFC resources. Change-Id: Ibd7d8fb3a399ae2b40ca82e459a7e47c05cbac6a Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-05-04Fix CloudConfig junitsRob Daugherty18-84/+150
...for some definition of the word "fix". There is still a lot that's less than ideal about how CloudConfig is handled, and with how the unit tests are written. Change-Id: Ic8c66c64d336f22c141687cf41a4828810bf1aec Issue-ID: SO-584 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-05-01SDNC Adapter not loading propertiesRob Daugherty1-5/+3
Somebody changed some variables from static to non-static, and this broke the CloudConfig loading logic. I changed them back. Change-Id: Id7dca76a4f0af0209ebd6cef8f3e0209c3f7a022 Issue-ID: SO-584 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-27Merge "SDNC Adapter not loading properties"Seshu Kumar M2-0/+127
2018-04-26Remove operation status set in api-handlerc001491071-2/+0
Remove operation status set in api-handler Change-Id: I579d25044130b0701231c0a2d42534e8c63e3ebd Issue-ID: SO-587 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-26SDNC Adapter not loading propertiesRob Daugherty2-0/+127
We are missing 2 source files in SO which were part of MSO 1802: CloudConfigInitializer.java CloudConfigIdentityMapper.java The missing initializer means that cloud-config.json is never loaded. Change-Id: Id1186edda01d345de072b5288382dbdc56679294 Issue-ID: SO-584 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-24Sonar-Critical: Use Dedicated ExceptionAS004650591-173/+173
File: VfModuleCustomizationToVduMapper.java Line: L56 L79 L88 L112 L127 L141 Sonar Link: https://sonar.onap.org/project/issues?assignees=as00465059&id=org.onap.so%3Aso&open=AWJqzmfZRGy6eclHEzWx&resolved=false&severities=CRITICAL Change-Id: I4fd2494ee4d883910cc1d78785665d3f0c5fdd92 Issue-ID: SO-590 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-04-23Sonar Major Bug FixingSumapriya1-1/+1
File: MsoVnfAdapterImpl.java Sonar Link: https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-UwEU5FCDfKtmD4&resolved=false&rules=squid%3AS1481&severities=MAJOR Location: src/main/java/org/openecomp/mso/adapters/vnf/MsoVnfAdapterImpl.java Line No:L1888 File: E2EServiceInstances.java Sonar Link: https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-iMEU5FCDfKtmO-&resolved=false&rules=squid%3AS1481&severities=MAJOR Location: src/main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java Line No:L1326 File: MsoRequest.java Sonar Link: https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-jXEU5FCDfKtmSQ&resolved=false&rules=squid%3AS1481&severities=MAJOR Location: src/main/java/org/openecomp/mso/apihandlerinfra/MsoRequest.java Line No:L916 File: SdncUnderlayVpnOperationClient.java Sonar Link: https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWIP10X8RGy6eclHDJ5J&resolved=false&rules=squid%3AS1481&severities=MAJOR Location: src/main/java/org/opencomp/mso/bpmn/infrastructure/workflow/serviceTask/SdncUnderlayVpnOperationClient.java Line No:L70 Change-Id: Id2548cb7e9ef2a916d5adbd93fa5ded4fba6d7ab Issue-ID: SO-582 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-04-23Sonar-Critical Bug FixingAS004650591-1/+1
File:RestfulUtil.java Line:L85 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:E2EServiceInstances.java Line:L263 L1059 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:OrchestrationRequests.java Line:L343 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:ASDCConfiguration.java Line:L286 L378 SonarLink: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:ResourceInput.java Line:L287 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:ResourceRecipeRequest.java Line:L136 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:ResourceRequestBuilder.java Line:L108 L214 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:CheckAaiForCorrelationIdDelegate.java Line:L70 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:AbstractSdncOperationTask.java Line:L359 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:DmaapClient.java Line:L62 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL File:HasAnnotationPropertyWithValueMatcher.java Line:L60 Sonar Link: https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL Change-Id: Ic168a118790c31850a9f32f98465be5d52b8c96f Issue-ID: SO-581 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-04-21Recipe param xsd supportc001491071-18/+22
Recipe param xsd support Change-Id: I561d98358a76f1007b979cdf6753d2f3b7754991 Issue-ID: SO-583 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-20Merge "Update create flow for E2E service"Seshu Kumar M2-1/+14
2018-04-20Update create flow for E2E servicec001491072-1/+14
Update create generic flow for E2E service Change-Id: I7f5c912348ce0d0ee9035aa3a5e34979ee14b247 Issue-ID: SO-583 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-20Merge "MsoVnfPluginAdapterImpl exception handler error"Seshu Kumar M1-10/+10
2018-04-20Merge "UT modification for adaptes - db,sdnc"Seshu Kumar M4-68/+123
2018-04-19MsoVnfPluginAdapterImpl exception handler errorsanchitap1-10/+10
MsoVnfPluginAdapterImpl.java Sonar link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fvnf%2FMsoVnfPluginAdapterImpl.java Change-Id: I432ccb11effd5b627558cadd0e082cc0bf2235a0 Issue-ID: SO-571 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-04-19updateServiceOperationStatus need setresult()Yulian Han1-0/+1
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064301 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-18UT modification for adaptes - db,sdncroot4-68/+123
UT changes for mso-sdnc-adapter and mso-requests-db Issue-ID: SO-369 Change-Id: Id201617addb3a83d7ed9773f7991907917c46129 Signed-off-by: root <arcot.sindhuri@huawei.com>
2018-04-16Added logic to call aria adapterdfilppi3-57/+141
Change-Id: Ic711ceceb0a2b3c82a0fae088c24ec09fea8daa7 Issue-ID: SO-441 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-04-13updated to use latest vdu plugin codedfilppi8-380/+388
Change-Id: I46cd41d32e0902a141a87d0c1e01aea278ec17ea Issue-ID: SO-561 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-04-13Removing the test cases with issuesSeshu-Kumar-M1-3/+3
Issue-ID: SO-561 Change-Id: Idb7017c58390d017df1806e70d2410a20d0fbca0 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-04-09Bug Fix - OOF api updates processing flavor-labelMarcus G K Williams1-15/+25
Additional API interactions were added to OOF response post API freeze that enable core HPA functionality. This patch updates the processsing of the API reponse to process additional flavor parameters. Issue-ID: SO-408 Change-Id: I1656a7ba955ab41c57b7a3e07a3d0cc38b16e2fa Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-04-08Modify readme of VFC Adapterc001491071-0/+1
Modify readme of VFC Adapter Change-Id: I37be151a5758b5fad6825d9b3c1fe40f9acb05cb Issue-ID: SO-420 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-03-29UT Coverage for MsoHeatUtilsAbhishek Shekhar1-17/+224
Change-Id: I3335ae33681e896589d36269c9c639a30a53276d Issue-ID: SO-369 Signed-off-by: Abhishek Shekhar <abhishek.shekhar1@amdocs.com>
2018-03-29Merge "Added more tests for MsoNetworkAdapterImpl"Rob Daugherty2-6/+332
2018-03-28Added more tests for MsoNetworkAdapterImplKalkere Ramesh, Sharan (sk720x)2-6/+332
Change-Id: Ib2d452010ca67bd3f0f94b1aa3bf65d95628c8f1 Issue-ID: SO-545 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-03-28Remove PowerMockRunnerArthur Martella5-13/+23
Did you know that using @RunWith(PowerMockRunner.class) makes tests count 0 lines of coverage in Sonar? I didn't. Change-Id: I5c8fae2d0a329866e9c35a7c85344d368af4ad76 Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-29Merge "Junits added by Anthony W for MsoVnfAdapterImpl"Seshu Kumar M3-122/+507
2018-03-28Junits added by Anthony W for MsoVnfAdapterImplKalkere Ramesh, Sharan (sk720x)3-122/+507
Change-Id: I6d4236f0d002193f6594839b605ceb0eccd71c06 Issue-ID: SO-543 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-03-28Added junits for MsoNetworkAdapterImplKalkere Ramesh, Sharan (sk720x)2-24/+877
Change-Id: I3494c043cac3753bed6358ff83e9504321ab9560 Issue-ID: SO-545 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-03-28UT for sdnc adapter TypedRequestTunableSindhu A1-0/+48
UT for sdnc adapter TypedRequestTunable Issue-ID: SO-369 Change-Id: I973ab1f1329518da06e9b4a78acf6c40f84cfbf1 Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-28UT for sdnc adapter rest implSindhu A1-0/+61
UT for sdnc-adapter SDNCAdapterRestImpl Issue-ID: SO-369 Change-Id: I1378458de4a47e561c6b3b99222133e3551924ae Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-28UT for sdnc adapter BPRestCallbackSindhu A1-0/+38
UT for sdnc adapter BPRestCallback Issue-ID: SO-369 Change-Id: Icf719140c74998f60930caf538537fbe0300dbbe Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-28UT for SDNCNotifyResourceSindhu A1-0/+46
UT for SDNCNotifyResource Issue-ID: SO-369 Change-Id: I880440bce37666e40d5ca0878f3c7833af59d8bc Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-28Merge "Network Adapter Test Repair"Seshu Kumar M2-11/+8
2018-03-28Network Adapter Test RepairArthur Martella2-11/+8
Adding dependency required by network adapter test. Change-Id: Idc4dea68ab4dd0431a216a5d506faa7edec7c450 Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-28UT for mso adapters vnfSindhu A1-0/+52
UT for mso adapters vnf BpelRestClient Issue-ID: SO-369 Change-Id: If3620ccba87f8f7e6bbe7bbde5e6a1bb220b65f2 Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-28Merge "UT workflowmessage WMAdapterRest"Rob Daugherty1-0/+45
2018-03-28Merge "support manual scale for NS"Chuanyu Chen9-1/+424
2018-03-28UT workflowmessage WMAdapterRestSindhu A1-0/+45
UT workflowmessage WMAdapterRest Issue-ID: SO-369 Change-Id: Id6cc113cdb7ac8e0601ab643478376ea6aa93d6b Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-28Merge "UT Coverage for workflowmessage"Seshu Kumar M1-0/+42
2018-03-28support manual scale for NSguanwenyao9-1/+424
Issue-ID: SO-423 Change-Id: I752e096806ec513250a8fb1bf51a2ed57fb05f6e Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
2018-03-28UT Coverage for workflowmessageSindhu A1-0/+42
mso-adapters workflowmessage UT coverage Issue-ID: SO-369 Change-Id: I3cc4ad89d40457eb69dba9c88bed7ebea38de9a6 Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>