aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17fix to add SO VNFM Adapter descriptionByung-Woo Jun1-0/+8
Add SO VNFM Adapter description Change-Id: I8c39b2100ecc9a863d302dec76966017de6abcdc Issue-ID: SO-1795 Signed-off-by: byungwoojun <byung-woo.jun@ericsson.com>
2019-04-17Merge "update the latest deployment view"subhash kumar singh1-0/+0
2019-04-17update the latest deployment viewseshukm1-0/+0
Issue-ID: SO-675 docs/images/SO_Architecture_Internal.png Change-Id: I3286ddc55d59aa8a4d918e1a8c44cac640ca9e6f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-17Merge "update the deployment view"subhash kumar singh1-0/+0
2019-04-17update the deployment viewseshukm1-0/+0
Issue-ID: SO-675 Change-Id: If4b0d19779f3d4f20392c5e57236b6dfd35ea9b6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-16Merge "License agreement changes"Seshu Kumar M19-22/+377
2019-04-16Add back activity spec installElena Kuleshov1-0/+17
Add back activity spec install Change-Id: Idd7a85b902182424669946b568217483c3c76f79 Issue-ID: SO-1726 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-04-16Merge "Use distribution json for workflow install"Steve Smokowski20-23/+694
2019-04-16update Dublin SO arch detailsseshukm1-0/+0
Issue-ID: SO-675 Change-Id: I7f9ac7d81a4b58f86ed8e0b22519f46966ca14ae Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-16Use distribution json for workflow installElena Kuleshov20-23/+694
Use distribution json for workflow install Change-Id: I2eec3700d0ba92794b6ca11bd43683d91fb480ee Issue-ID: SO-1726 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-04-16update the SO arch for Dublinseshukm1-0/+0
Issue-ID: SO-675 docs/images/SO_Architecture_1.png Change-Id: Ic101073737242809c54cba6b0f35088506b53ea4 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-16License agreement changesSunilB19-22/+377
License agreement changes Issue-ID: SO-1481 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I475d25bb040907a0c48b579f6d3091c41ccfec25
2019-04-15Merge "Conditional Macro Action Selection"Marcus Williams5-12/+108
2019-04-15Merge "add junit coverage for HeatBridgeUtils"Steve Smokowski2-11/+31
2019-04-15Conditional Macro Action SelectionSunilB5-12/+108
Update orchestration_flow_reference table and changes in WorkflowActionBBTasks to Conditionally trigger ConfigAssignVnfBB And ConfigDeployVnfBB building block. Change-Id: I1bdb8a77223aef6855e4e1c9aa80dd026892e6f6 Issue-ID: SO-1702 Signed-off-by: sunilb <sb00577584@techmahindra.com>
2019-04-15add junit coverage for HeatBridgeUtilsLukasz Muszkieta2-11/+31
Change-Id: Ibea7e60ac8e8b511e2a6a6ab54b2072e7e8d4008 Issue-ID: SO-414 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-04-15Merge "Code Enhancement (Sonar Fixes)"Steve Smokowski5-16/+12
2019-04-15Merge "Remove hardcoded literals"Steve Smokowski2-24/+8
2019-04-15Merge "Changed to use shallow copy of linterface in aduit"Steve Smokowski1-2/+0
2019-04-15Merge "Deploy activities to SDC from Catalog"Steve Smokowski9-17/+857
2019-04-15Merge "vnr vrf fk issue"Steve Smokowski10-154/+258
2019-04-15Merge "PNFs are not picked from SNIRO response"Steve Smokowski2-2/+2
2019-04-15Merge "Updated ServicesInstancesTest with mocks"Seshu Kumar M2-0/+7
2019-04-15Merge "add junit coverage for MsoCloudClientFactoryImpl"Seshu Kumar M1-0/+71
2019-04-14Changed to use shallow copy of linterface in aduitBenjamin, Max (mb388a)1-2/+0
Removed unused shallow instance from linterface method. Changed to use shallow copy of linterface in aduit. Change-Id: I3cb92b991eaea5634d009967dadf70e6a146f07f Issue-ID: SO-1789 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-12vnr vrf fk issueBenjamin, Max (mb388a)10-154/+258
Updated flyway migration script to rename object as per review comments. Used Tosca node type for determining VRF and VNF nodes updated code based on review comments for schema.sql Altered ConfigurationCustomizationResource for VRF-VNF to have bidirectional relationship ToscaResourceInstaller ConfigurationResourceCustomization was made bidrectional Change-Id: Ib45151ff7a40edca38d512ae76f8889b1cc4d0c4 Issue-ID: SO-1777 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-12PNFs are not picked from SNIRO responseBenjamin, Max (mb388a)2-2/+2
vnfHostName with empty value is present. PNFName should be use a key to pnf AAI object (not pnfId). FIxed bug recently introduced in ConfigurationResourceCustomizationRepository. Change-Id: I968ad84d282d9c16ead16d1559a5e790057e6e1e Issue-ID: SO-1785 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-12Updated ServicesInstancesTest with mocksBenjamin, Max (mb388a)2-0/+7
- Updated ServicesInstancesTest with mocks for RequestDb.InfraActiveRequests query. Tests in ServicesInstancesTest were not failing, but seeing 'HTTP method does not match' messages on the console for most of the tests. Change-Id: Ic029cc50da1f414d3228f80b02721e132a15c264 Issue-ID: SO-1783 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-12Remove hardcoded literalsk.kazak2-24/+8
Remove unused hardcoded literals Fix sonar issues with potential hardcoded password literal Change-Id: I4e2cf1f731e8cc2ee9914480d6422e00db276d65 Issue-ID: SO-1788 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-04-12Deploy activities to SDC from CatalogElena Kuleshov9-17/+857
Deploy activities to SDC from Catalog Change-Id: I1c91b79a060889f14cf0b653b3ed1a60e934c8bf Issue-ID: SO-1725 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-04-12Merge "Fix VnfcInstanceGroupCustomization id type"Steve Smokowski3-3/+51
2019-04-12add junit coverage for MsoCloudClientFactoryImplLukasz Muszkieta1-0/+71
Change-Id: I76f8cc114c0267a8bf65772edb2a51cb7059f15e Issue-ID: SO-414 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-04-12Merge "Revert the change to avoid break PNF PnP"Lukasz Muszkieta7-113/+43
2019-04-12Code Enhancement (Sonar Fixes)Sindhuri.A5-16/+12
Sonar Issues Fixes Issue-ID: SO-1490 Change-Id: I88fba8a0cf7db9397f16001ff9f0968128424c3d Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-11Merge "Fix GR_API Homing"Steve Smokowski5-218/+81
2019-04-11Fix PomSmokowski, Steve (ss835w)1-5/+6
Camunda still polling due fast due to bad pom dependencies Issue-ID: SO-1787 Change-Id: I73efb64a369d5c3e93ab96ba84a3ff4662bbe1fe Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-04-11Fix GR_API HomingMarcus G K Williams5-218/+81
This change uses the correct variable name to enable homing in AssignVnfBB. The correct variable to use is not 'callHoming' but 'homing'. Also updated sunnyDayAssignVnfBBTest to use the correct variable and BaseBPMNTest. This change also corrects HomingBB and calls HomingV2 rather than SniroV2 or OofV2. HomingV2 already passes calls to the correct implimentation, no need do this in the BPMN. Issue-ID: SO-1470 Change-Id: I14a77ef75b8b86feed7af3aab4d52c0df5f12886 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-04-11Merge "PUT description into A&AI for instance-group."Marcus Williams1-1/+1
2019-04-11Merge "Fix vFW Distrobution"Byung-Woo Jun12-60/+864
2019-04-11Fix VnfcInstanceGroupCustomization id typeBenjamin, Max (mb388a)3-3/+51
Fix VnfcInstanceGroupCustomization id type Change-Id: I0282d7ead13228fe69e9641a9c356fd5b363a263 Issue-ID: SO-1776 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-11PUT description into A&AI for instance-group.Benjamin, Max (mb388a)1-1/+1
PUT description into A&AI for instance-group, one-line code change. Change-Id: I151ad4743d547e8f4fa013e23e0670e81ad1ea63 Issue-ID: SO-1774 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-11Fix vFW DistrobutionSmokowski, Steve (ss835w)12-60/+864
Missing check to not reprocess service Issue-ID: SO-1674 Change-Id: I152c61fb726eb8979eb30c8dcb5f4eed05fc4b8b Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-04-11Merge "corrected inlucde filter for formatter"Steve Smokowski40-4975/+4984
2019-04-11Revert the change to avoid break PNF PnPeeginux7-113/+43
Revert PnfEventReadyDmaapClient PnfEventReadyDmaapClientTest Update the IT CreateVcpeResCustServiceSimplifiedTest Bug SO-1779 raise to fix the issue with Configure Issue-ID: SO-1506 Change-Id: I8f0e474405db7f0c23266208cee89df12ac6c0a2 Signed-off-by: eeginux <henry.xie@est.tech>
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)40-4975/+4984
all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-11Merge "Modify the SO to support BBS usecase"Seshu Kumar M2-0/+203
2019-04-11Merge "Add support of OLT resource in SDNCCreateResource"Seshu Kumar M1-0/+88
2019-04-11Merge "AAI url addition for Metadatum"Seshu Kumar M2-0/+5
2019-04-11Merge "Add SO Populate Activity BB Data in Catalog DB"Steve Smokowski4-12/+347
2019-04-11Merge "Update multicloud plugin GET handling"Steve Smokowski9-35/+243