aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-20Merge "Exception in AAIRestClientImpl.java"Seshu Kumar M1-2/+2
2018-04-20Merge "UT modification for adaptes - db,sdnc"Seshu Kumar M4-68/+123
2018-04-20Merge "avoid null exception"Chuanyu Chen2-7/+7
2018-04-19Merge "Add logic for defautl network resource receipe"Seshu Kumar M1-4/+14
2018-04-19Merge "Fix SDNC request structure"Seshu Kumar M2-9/+49
2018-04-19Merge "AAIRestClient support for Basic Auth"Seshu Kumar M10-26/+90
2018-04-19avoid null exceptionYulian Han2-7/+7
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064304 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-19Add logic for defautl network resource receipesubhash kumar singh1-4/+14
Add logic for defautl network resource receipe Change-Id: Ib0f12d9d10fc5956c7448c525fbcc3217da23b96 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-19Merge "Synchronization fix for dmaap client"Seshu Kumar M6-35/+28
2018-04-19Exception in AAIRestClientImpl.javasanchitap1-2/+2
AAIRestClientImpl.java Sonar link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so%3Acommon%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fclient%2Faai%2FAAIRestClientImpl.java Change-Id: I9bdcd2e389cad15119f322a3ac7f7bcc1bd2cc67 Issue-ID: SO-575 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-04-19Fix SDNC request structuresubhash kumar singh2-9/+49
Fix SDNC requst structure for e2e service. Following is current body for request: { "GENERIC-RESOURCE-API:input": { "GENERIC-RESOURCE-API:sdnc-request-header": { "GENERIC-RESOURCE-API:svc-request-id": "7b1e36ae-6691-4676-993b-4d173bad45cd", "GENERIC-RESOURCE-API:svc-action": "assign" }, "GENERIC-RESOURCE-API:request-information": { "GENERIC-RESOURCE-API:request-id": "7b1e36ae-6691-4676-993b-4d173bad45cd", "GENERIC-RESOURCE-API:request-action": "CreateServiceInstance" }, "GENERIC-RESOURCE-API:service-information": { "GENERIC-RESOURCE-API:service-id": "VOLTE_SERVICE_ID", "GENERIC-RESOURCE-API:subscription-service-type": "example-service-type", "GENERIC-RESOURCE-API:onap-model-information": { "GENERIC-RESOURCE-API:model-invariant-uuid": "4a09419a-c9fd-4a53-b1bd-b49603169ca1", "GENERIC-RESOURCE-API:model-uuid": "1bd0eae6-2dcc-4461-9ae6-56d641f369d6", "GENERIC-RESOURCE-API:model-name": "voLTE_HUAWEI_01:null" }, "GENERIC-RESOURCE-API:service-instance-id": "1ff52068-6622-440c-964f-5774d91a956a", "GENERIC-RESOURCE-API:global-customer-id": "test_custormer" }, "GENERIC-RESOURCE-API:service-request-input": { "GENERIC-RESOURCE-API:service-instance-name": "ONAP_223531" } } } Change-Id: I5098f3f8e11e0e1dad30b53fbf1db13aeac87f78 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-19avoid nullYulian Han1-1/+3
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064303 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-19getOperationStatusByServiceId db result is listYulian Han2-4/+9
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064302 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.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-19E2EServiceInstance Update API bugs fixYulian Han1-5/+5
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064300 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-19DoUpdateE2EServiceInstance groovy optimizationYulian Han2-190/+128
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0642f9 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-19modify duplicate Bpmn ID,deploy failedYulian Han1-2/+2
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0642f7 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-19DoUpdateE2EServiceInstance flow optimizationYulian Han1-37/+81
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0642f0 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-19requestAction is action, not opertiontypeYulian Han1-1/+4
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0642f3 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-18AAIRestClient support for Basic AuthRob Daugherty10-26/+90
Adding support for Basic Auth in the AAI Rest Clients because ONAP uses this (whereas ECOMP uses 2-way SSL). In general, each AAI client will allow the user to configure properties called "aai.auth" and "mso.msoKey". If these are set, then the client will add the Authorization header to every request. Change-Id: I7c81ec05d2ec4a7dca131f2e9e19d341ac89b09f Issue-ID: SO-576 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-18Merge "Add resource sequence if config file not defined"Chuanyu Chen4-51/+60
2018-04-18Add resource sequence if config file not definedsubhash kumar singh4-51/+60
Add resource sequence if config file not defined Change-Id: I2016c3a58a182be3851bb99e40193f013c24b934 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@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-17Merge "Added CreateVcpePesCustServiceV2 workflow for pnf"Seshu Kumar M4-85/+1550
2018-04-17Merge "Change version of sdc-tosca dependency"Seshu Kumar M2-32/+2
2018-04-17Merge "Fix vfc request parameters"Seshu Kumar M1-4/+4
2018-04-17Merge "Implement fetching default NS resource workflow"Seshu Kumar M1-1/+26
2018-04-17Merge "Fix bpmn by specifying script type"Seshu Kumar M2-6/+8
2018-04-17Merge "Fix resource sequence and variables"Seshu Kumar M2-40/+44
2018-04-17Fix vfc request parameterssubhash kumar singh1-4/+4
Fix vfc request parameters. Change-Id: I73b726dfebf85597b81090aef03a2da4c55477fe Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-17Implement fetching default NS resource workflowsubhash kumar singh1-1/+26
Implement fetching default NS resource workflow Change-Id: I4f56198a0954d7564040e4c41009cbf651a04b2e Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-17Synchronization fix for dmaap clientbiniek6-35/+28
Change-Id: Ibcad191dc0994c8c4498ebdbc82e4c1f694517bd Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-04-17Added CreateVcpePesCustServiceV2 workflow for pnfbiniek4-85/+1550
Change-Id: I5b42baa859eb039e806af609b1c3e618a86efba6 Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-04-17Fix bpmn by specifying script typesubhash kumar singh2-6/+8
Fix bpmn by specifying script type Change-Id: I68a6a6272362eb195582641980865d02bd9ed44b Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-17Fix resource sequence and variablessubhash kumar singh2-40/+44
Fix resource sequence and variables Change-Id: Ief214443fdaab273d420660abe8e2cec8b6f5da2 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-16Change version of sdc-tosca dependencyArthur Martella2-32/+2
Rolling back version of sdc-tosca library to 1.3.0 to match sdc-distribution-client Removing the exclusion of jtosca and letting sdc-tosca pick the version it wants Change-Id: I5ac8775cce41a92c1964c7a2f24bf0a6b1e3e5df Issue-ID: SO-564 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-04-16Merge "PnfReadyEventConsumer implementation"Seshu Kumar M7-62/+234
2018-04-16Merge "Added logic to call aria adapter"Seshu Kumar M3-57/+141
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-16Merge "Fix BPMN activity name"Seshu Kumar M1-1/+1
2018-04-16Merge "Fix script name for invocation"Seshu Kumar M1-12/+12
2018-04-16Merge "Fix variable name and logging"Seshu Kumar M1-1/+3
2018-04-16Merge "Fix get variable name for crate model info"Seshu Kumar M1-3/+4
2018-04-16Merge "Fix get variable name from execution"Seshu Kumar M1-1/+18
2018-04-16Merge "Fix DoDeleteE2EServiceInstance input output var"Seshu Kumar M1-2/+24
2018-04-16PnfReadyEventConsumer implementationLukasz Muszkieta7-62/+234
Change-Id: I7252400a3f60ca22ddfa71edb28eaf1d16ccd9b4 Issue-ID: SO-466 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-04-16Fix BPMN activity namesubhash kumar singh1-1/+1
Fix BPMN activity name for invocation. Change-Id: I80e14ce495206f75158eb6a2c38ad8bcaa34b3cc Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-16Fix script name for invocationsubhash kumar singh1-12/+12
Fix script name for delete method invocation. Change-Id: I88bf027c637b111919498d9397fef8961fe42de1 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-14Fix variable name and loggingsubhash kumar singh1-1/+3
Fix variable name and logging Change-Id: I773b32427470a889d09e1b7920ba5985aaae3689 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-14Fix get variable name for crate model infosubhash kumar singh1-3/+4
Fix get variable name for crate model info Change-Id: I33a6ef37f865b5a528732f79d5ebc6a525470f90 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>