summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28support manual scale for NSguanwenyao31-2/+2989
Issue-ID: SO-423 Change-Id: I752e096806ec513250a8fb1bf51a2ed57fb05f6e Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
2018-03-28Merge "Remove forbidden dependencies"Rob Daugherty7-9/+9
2018-03-28Merge "Remove dependency on appc.client-lib SNAPSHOT"Seshu Kumar M1-1/+1
2018-03-27Remove forbidden dependenciesArthur Martella7-9/+9
Upgrade org.codehaus.jackson : jackson-mapper-asl : 1.9.13 to com.fasterxml.jackson.core : jackson-databind : 2.8.7 Change Jackson error message in test to new error message. Change-Id: I719166bcf71d171c2e2ba721790eb87fcda8f305 Issue-ID: SO-537 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-28Merge "Initial commit of VDU plugin implementation"Rob Daugherty21-18/+3292
2018-03-28Merge "Adding Junits for catalog db"Rob Daugherty5-89/+1366
2018-03-27Remove dependency on appc.client-lib SNAPSHOTRob Daugherty1-1/+1
We should use 1.3.0, not 1.3.0-SNAPSHOT Change-Id: I6568da027d7a15e580f62961a0bc6bf3fcd68359 Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-27Initial commit of VDU plugin implementationKalkere Ramesh, Sharan (sk720x)21-18/+3292
This was documented in the API we committed to at M3. Change-Id: Id0c886d956dc46dba71157cfa35d88844028e7fd Issue-ID: SO-511 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-03-28Merge "sdc-tosca:1.3.3 depends on a SNAPSHOT artifact"Seshu Kumar M2-5/+35
2018-03-27Adding Junits for catalog dbpradip015-89/+1366
Increase Jnits coverage for catalog db Issue-ID: SO-532 Change-Id: I7a66a38103b2cf2bdad2d066bcc72a590809be53 Signed-off-by: pradip01 <pradipkumar.thakker@amdocs.com>
2018-03-28Merge "Correct URLs mocked by VNF Adapter Test, again"Rob Daugherty2-5/+46
2018-03-27Merge "Update Heat enviroment HPA parameters"Seshu Kumar M2-1078/+1118
2018-03-27Merge "Refactor homing flows for OOF/HPA"Seshu Kumar M28-1519/+3808
2018-03-27Merge "use common create resource flow"Seshu Kumar M3-486/+169
2018-03-27Merge "add CompareModelofE2EServiceInstance.groovy"Seshu Kumar M2-0/+521
2018-03-27Merge "Fix type for Resource array"Seshu Kumar M1-9/+9
2018-03-27Merge "Add UT for AriaVduPlugin class"Seshu Kumar M1-0/+41
2018-03-27Merge "Remove dependencies with vulnerabilities"Rob Daugherty2-2/+2
2018-03-27Merge "Fix Jar vulnerability and licensing"Rob Daugherty3-2/+25
2018-03-27Merge "UT Coverage for MsoCloudifyUtils"Seshu Kumar M1-0/+143
2018-03-27Merge "UT Coverage for mso db adapters"Seshu Kumar M1-0/+35
2018-03-27sdc-tosca:1.3.3 depends on a SNAPSHOT artifactRob Daugherty2-5/+35
We have to exclude jtosca:1.3.4-SNAPSHOT and import jtosca:1.3.4. This is really a defect in SDC, but we have to work around it for M4. Change-Id: I4f204da9c5f3f601ae9a832203439bef7554079d Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-27Merge "UT Coverage for mso-adapter-utils"Seshu Kumar M1-0/+221
2018-03-27Merge "UT Coverage for mso-adapter-rest-interface"Seshu Kumar M11-0/+283
2018-03-27Merge "Adding Junit"Seshu Kumar M7-0/+307
2018-03-27Merge "Catalog Database Test Repair"Seshu Kumar M1-456/+814
2018-03-27Correct URLs mocked by VNF Adapter Test, againArthur Martella2-5/+46
This time the URLs cover both those used by MSOCommonBPMN tests and MSOInfrastructureBPMN tests. Change-Id: I7d5587cc708b4773480e9182f06b260a0b4e3af0 Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-27Fix type for Resource arraysubhash kumar singh1-9/+9
Fix type for resource array. Change-Id: Ic0e01b1495bfc887660a2593a9ab1e16be72c684 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-27Add UT for AriaVduPlugin classsubhash kumar singh1-0/+41
Add exception case UT for AriaVduPlugin Change-Id: I37b25ab414836aa9dad3ad6392aa0ce115a8dfa1 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-27use common create resource flowYulian Han3-486/+169
in create/update e2esvcinst bpmn Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f2 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-27add CompareModelofE2EServiceInstance.groovyYulian Han2-0/+521
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f1 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-27Update Heat enviroment HPA parametersShashank Kumar Shankar2-1078/+1118
[WORK IN PROGRESS] This patch adds support for updating HPA parameters in Heat templates. Change-Id: Id37e2d1ec752085bdd6808f03be5e85ac040d0c3 Issue-ID: SO-408 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-27Remove dependencies with vulnerabilitiesArthur Martella2-2/+2
Upgrade commons-fileupload : commons-fileupload to 1.3.3 Upgrade com.fasterxml.jackson.core : jackson-databind to 2.8.7 Change-Id: I6a9f074b07dea59327ca79f945473767d57d5aa8 Issue-ID: SO-537 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-27Refactor homing flows for OOF/HPAMarcus G K Williams28-1519/+3808
1. Split Homing into OOF and SNIRO versions 2. Added OOF API interactions 3. Added Unit tests for OOF Homing Code Issue-ID: SO-404 Change-Id: Ifeeeec9ea450d8b330110a565208ed89a1e18cde Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-03-27Adding JunitSumapriya7-0/+307
Adding Junit for: 1.CallbackHeader.java 2.ObjectFactory.java 3.RequestHeader.java 4.RequestTunables.java 5.SDNCAdapterCallbackRequest.java 6.SDNCAdapterRequest.java 7.SDNCResponse.java Sonar Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so%3AMSOCommonBPMN%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fclient%2Fsdnc%2Fsync Change-Id: If0ae47961df2537bebe5f02cb615b66913509422 Issue-ID: SO-535 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-27UT Coverage for MsoCloudifyUtilsSindhu A1-0/+143
mso-adapter-utils cloudify utils ut coverage Issue-ID: SO-369 Change-Id: Idd69ec6f9c40c608aba5217c2ff4b68369b45755 Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-27UT Coverage for mso db adaptersSindhu A1-0/+35
UT Coverage for mso db adapters Issue-ID: SO-369 Change-Id: I779a36ac39f6dc8018958811edcd2e117c76d138 Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-27UT Coverage for mso-adapter-utilsSindhu A1-0/+221
UT Coverage for MsoHeatUtils Issue-ID: SO-369 Change-Id: Ib50f65170582789a4f3f31df4cb80326a74477f1 Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-27UT Coverage for mso-adapter-rest-interfaceAnjali Walsatwar11-0/+283
UT Coverage for mso-adapter-rest-interface. Change-Id: Ib03912c9dbcec309be2cb04cfcea7cdb9c525bbd Issue-ID: SO-369 Signed-off-by: Anjali Walsatwar <anjali.walsatwar@huawei.com>
2018-03-27Fix Jar vulnerability and licensingByung-Woo Jun3-2/+25
Upgraded Jar depdendencies in pom.xml Change-Id: I0bc67d18a9b99f70676659c4ac78975dcf4d6972 Issue-ID: SO-537 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-03-27UT Coverage for API HandlerAbhishek Shekhar6-61/+615
Change-Id: I7bde5bf105ecda5404875edd8de953e3d1f9d1ff Issue-ID: SO-369 Signed-off-by: Abhishek Shekhar <abhishek.shekhar1@amdocs.com>
2018-03-27Catalog Database Test RepairArthur Martella1-456/+814
Tear down mockups in a @After Change exception check to ExpectedException Change-Id: Id8339848fce2d11999a969192c71cfb7382eea83 Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-27Dependency version updates for BeijingRob Daugherty46-257/+186
Update so/libs version to 1.2.1 Update aai-common version to 1.2.1 Update sdc-distribution-client version to 1.3.0 Update sdc-tosca version to 1.3.3 Change-Id: I6c8f1c5476efc4dc866bf765c265736ab70c12c7 Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-25Merge "Junit for mso.cloudify.exceptions"Seshu Kumar M4-71/+81
2018-03-25Merge "Junit for mso.cloudify.exceptions"Seshu Kumar M4-0/+71
2018-03-25Merge "Junit for mso.cloudify.beans"Seshu Kumar M1-86/+76
2018-03-24Merge "Add files to help build python package"Seshu Kumar M3-0/+55
2018-03-23Remove forbidden dependencies to fix Jenkins jobArthur Martella2-6/+35
Change-Id: I5cdc138bb64d526d9b1baa8c2238cc9223004426 Issue-ID: SO-529 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-23Merge "Remove aria-rest from the build - merge job fails"Seshu Kumar M1-1/+1
2018-03-23Merge "Fix the jenkins release build"Seshu Kumar M1-2/+2