summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-21Add preprocess for NS Createc001491071-47/+19
Pre deal the parameters for NS create Change-Id: I43afdbceb262d881e6a501c41ee2cf6e50173ad6 Issue-ID:SO-57 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-21Add NS Create Taskc001491072-152/+121
Add the details task of NS create workflow Change-Id: Ic3ee8c2659ae2cdc9b91b5eaf318dd655d87f711 Issue-ID:SO-57 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-21Merge "Bad foreign key in VNF_RESOURCE_CUSTOMIZATION"Seshu Kumar M1-3/+3
2017-09-21Merge "Changing the version and Rest Path for E2E Service"Seshu Kumar M1-3/+3
2017-09-21Merge "mapping E2EService urls"Seshu Kumar M1-0/+1
2017-09-21Merge "SO Failed Robot Health Check"Seshu Kumar M6-13/+37
2017-09-21Bad foreign key in VNF_RESOURCE_CUSTOMIZATIONRob Daugherty1-3/+3
A foreign key definition for the VNF_RESOURCE_CUSTOMIZATION table was wrong. I fixed VnfResourceCustomization.hbm.xml Change-Id: Ie52f0b495d100d28bcb053ba46cb8e680a4e95a2 Issue-id: SO-147 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-21SO Failed Robot Health CheckRob Daugherty6-13/+37
There were several issues. The wrong jackson provider was being selected, which caused the exception, so we fixed that. Then we discovered that a a URN mapping was missing, so we added that. Then we found that the healthcheck wouldn't work because it's trying to check the default process engine, which does not exist. We commented out that part of the healthcheck to be able to resolve this high priority issue. A new low priority issue will need to be created to follow up. Change-Id: I327612a147333eeecd44915942cecd13959c4717 Issue-id: SO-139 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-21Changing the version and Rest Path for E2E ServiceSeshu-Kumar-M1-3/+3
IssueId: SO-151 Change-Id: I267c81464a2ae42474516a79f9711b370b3ba5ca Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-21mapping E2EService urlsSeshu-Kumar-M1-0/+1
IssueId: SO-150 Change-Id: I5d2542ad0439328908ce26c00eb2fc4213a330fa Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-20Fix duplicate service instance idsSeshu-Kumar-M3-215/+171
IssueId: SO-146 Change-Id: I483f96eea7be409546ebc5c84e2332b2992672e7 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-20Merge "Add subprocess for NS create"Seshu Kumar M1-0/+258
2017-09-20Add subprocess for NS createc001491071-0/+258
Add VFC NS create sub work flow Change-Id: I503419f89633a0f74a887bc3b95fbaa3acdbfd02 Issue-ID:SO-57 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-20Merge "Add Query Job API UT"Seshu Kumar M2-1/+6
2017-09-20Merge "Added Groovy for E2E svc"Seshu Kumar M5-131/+47
2017-09-20Add Query Job API UTc001491072-1/+6
Add VF-C adapter UT for query job api Change-Id: I8b1d1037cb074a08115739574b2c8dc8a6cd3b3d Issue-ID:SO-133 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-20Merge "Add E2E service BPMNs resolve conflicts"Chuanyu Chen3-145/+409
2017-09-20Added Groovy for E2E svcSeshu-Kumar-M5-131/+47
IssueId: SO-146 Change-Id: Id247132c451e16c49dde8b8547d50924cdfa00c4 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-20Add E2E service BPMNs resolve conflictsSeshu-Kumar-M3-145/+409
IssueId:SO-56 Change-Id: Icb04ea102b1fe497d8827eac582b28a472bbb836 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-20Recipe for the E2E serviceSeshu-Kumar-M1-0/+7
IssueId: SO-146 Change-Id: Ib89a3f44945c3981e0abb7105e5156db75c4cc3f Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-20Merge "BPMN applications not deployed properly"Rob Daugherty13-60/+203
2017-09-19BPMN applications not deployed properlyRob Daugherty13-60/+203
Since the 1710 MSO merge the following problems exist: The workflow applications are not deployed properly. I've also fixed a few small issues with the CreateCustomE2EServiceInstance flows that prevented them from being deployed. Change-Id: Ia4f7a6de87abbc99e80c0e9083e2175cdf9b4fe5 Issue-id: SO-148 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-19Merge "Fix Blocker/Critical sonar issues"Seshu Kumar M1-3/+1
2017-09-19Fix Blocker/Critical sonar issuesshashikanth1-1/+1
Fix Blocker/Critical sonar issues in so module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=CRITICAL Fixed String with no format specifiers Issue-Id:SO-118 Change-Id: Ie5257d1a01a9c2e6cf25a453a4c602376a69a396 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-19Fix Blocker/Critical sonar issuesshashikanth1-3/+1
Fix Blocker/Critical sonar issues in so module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER Fixed condition that always evaluate to "true" Issue-Id:SO-118 Change-Id: Iceec8653cad6c2ca5dc148644c761075fe207a66 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-19Merge "Fix Blocker/Critical sonar issues"Seshu Kumar M1-33/+28
2017-09-19Merge "Add Rest for VoLTE service IssueId: SO-60"Seshu Kumar M1-0/+481
2017-09-19Fix Blocker/Critical sonar issuesshashikanth1-33/+28
Fix Blocker/Critical sonar issues in sdc/sdc-distribution-client module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER Deleted redundant condition at L:171 in file MsoRequest.java Issue-Id:SO-118 Change-Id: I5c3ba442518d5d59e20fcb08754f4780142c58d4 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-19Merge "delete unwanted code IssueId:SO-118"Seshu Kumar M8-644/+0
2017-09-19Add Rest for VoLTE serviceSeshu-Kumar-M1-0/+481
IssueId: SO-60 Change-Id: I94a705d2d590436e27f290f413fc1a5eab1a2e10 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19Merge "For E2E Service instance create IssueId: SO-56"Chuanyu Chen5-0/+392
2017-09-19Merge "Add terminate UT for vf-c adapter"Seshu Kumar M3-3/+10
2017-09-19delete unwanted codeSeshu-Kumar-M8-644/+0
IssueId:SO-118 Change-Id: Ided4375500d1e516b9266f744aef777a1a7f8fc5 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19Merge "Add UT for delete API"Seshu Kumar M2-2/+8
2017-09-19Merge "Add UT for instantiate NS API"Seshu Kumar M2-2/+8
2017-09-19Merge "Update mocked json for create"Seshu Kumar M1-0/+2
2017-09-19For E2E Service instance createSeshu-Kumar-M5-0/+392
IssueId: SO-56 Change-Id: I8db9611e57b8d8670927840e6298050a24260278 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19Merge "So E2E Test IssueId: SO-134"Seshu Kumar M1-26/+26
2017-09-19Merge "Add subscriber info for api"Seshu Kumar M3-20/+71
2017-09-19Merge "Delete unwanted code IssueId: SO-56"Seshu Kumar M5-631/+2
2017-09-19Add terminate UT for vf-c adapterc001491073-3/+10
Add terminate UT for vf-c adapter api Change-Id: Iab514bb59b112f30e5911fb04c3b9d6672494ae7 Issue-ID:SO-133 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-19Add UT for delete APIc001491072-2/+8
Add UT for delete API of VF-C adapter Change-Id: I9d7921f1f10bf757687d57a8f010ef8e1e404df5 Issue-ID:SO-133 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-19Add UT for instantiate NS APIc001491072-2/+8
Add UT for instantiate NS API of VF-C adapter Change-Id: I8460dbe42da485777347f21ab608b9592c225ad8 Issue-ID:SO-133 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-19Update mocked json for createc001491071-0/+2
Update mocked json for create NS test Change-Id: I42400363a66783435fb883be99b66e6720268ce9 Issue-ID:SO-145 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-19Add subscriber info for apic001491073-20/+71
Add subscriber and service type for vf-c api Change-Id: I07f99852708f52cafd9fd31b699c2d4233ffa21d Issue-ID:SO-145 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-19So E2E TestSeshu-Kumar-M1-26/+26
IssueId: SO-134 Change-Id: I87c1a446df2ffb6538b1d847157dff86c48239dd Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19Delete unwanted codeSeshu-Kumar-M5-631/+2
IssueId: SO-56 Change-Id: I3c407cc2b2c0abeb6e315d6b0886edf35d099fd3 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-18Merge "Added UT for E2EService. Issue-Id: SO-134"Seshu Kumar M1-0/+469
2017-09-18Merge "Fixed issues in api-handler Issue-Id: SO-141"Seshu Kumar M5-27/+21
2017-09-18Merge "Fixed issues in bpmn package. Issue-Id: SO-141"Seshu Kumar M13-46/+82