aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-29Merge "Upgrade springboot.version from 2.0.5 to 2.1.5."Steve Smokowski10-13/+26
2019-07-29Merge "validate model info for existing service with"Steve Smokowski4-54/+492
2019-07-29Merge "Use BuildingBlockExecution for PauseForManualTasks"Steve Smokowski5-16/+29
2019-07-29Merge "Add SpringClientFilter in ValetClient to autolog"Steve Smokowski1-6/+6
2019-07-29Merge "set multi-stage flag in listener to log success"Steve Smokowski2-1/+4
2019-07-29Merge "store heat env file sent to heat"Steve Smokowski3-2/+56
2019-07-26Upgrade springboot.version from 2.0.5 to 2.1.5.Sangalang, Felix10-13/+26
Upgrade springboot.version from 2.0.5 to 2.1.5. Fixed APIHandler junit test cases with expected DB error messages. Issue-ID: SO-2157 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I77ce873018b88268b9221226b95c9c106f93a8d0
2019-07-26validate model info for existing service withMnushkin, Dmitry4-54/+492
verify modelVersionId equals during SI AAI validation correct SI name in junit test update SI name in junit test comparison add name/module id verifications for other objects add back junit file after merge from remote format jnit file after verify job failure updated test input values for clarity update name verifications with related ID values adding junit for Configuration name verification updated aai verify call, service dup error msg removed aai depth 2 and refactored private test method implement SI name verification with 3 additional fields fix formatting comment line length limitation Issue-ID: SO-2161 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I43f5cb0601dfa8b41f474615b639fce0572f5613
2019-07-26Merge changes I3e363f64,I52ec2fc9subhash kumar singh4-18/+19
* changes: include a bak folder for obsolete files updated the doc as per the request
2019-07-26Merge "Fixed sonar issue in QueryServiceVnfs.java"Seshu Kumar M1-3/+2
2019-07-26Merge "Fix the License issue inside the sample csar"subhash kumar singh1-0/+0
2019-07-26Merge "Enhanced List Level flow with backward support"Seshu Kumar M9-166/+311
2019-07-26Merge "Javadoc and logging improvement"Seshu Kumar M2-0/+50
2019-07-26Merge "fix image urls in docs"Byung-Woo Jun2-6/+6
2019-07-26Enhanced List Level flow with backward supportsarada prasad sahoo9-166/+311
Modified the e2e service instance flow to support both new list types groups along with backward compatibility to support old types alloted resources, network etc. Change-Id: I1cb128e259c54b80009840914b2c1cee8cf8a4df Issue-ID: SO-1393 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-07-26Use BuildingBlockExecution for PauseForManualTasksElena Kuleshov5-16/+29
Fix variable settings and execution object usage for manual tasks. Issue-ID: SO-2113 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I3fa24d70b46658ce5afcdc843d5482e157641112
2019-07-26Javadoc and logging improvementSunilB2-0/+50
Added Javadocs for VnfAdapterVfModuleResources and VnfTopologyOperationRequestMapper classes Issue-ID: SO-2052 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: Iec6addb415720f63c32b5ab99e63aefe0ef3235a
2019-07-26Merge "update readme.md"Byung-Woo Jun1-85/+88
2019-07-25Add SpringClientFilter in ValetClient to autologMcblain, Thomas1-6/+6
Add SpringClientFilter in ValetClient to autolog msgs Modify to use our RestTemplateConfig for RestTemplate Use Provider for thread-safe RestTemplate autowire Issue-ID: SO-2160 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I02d1995ebd6d2c93477008feb13193d3c0b3cd05
2019-07-25set multi-stage flag in listener to log successBenjamin, Max2-1/+4
fixed null pointer error when multistage not set Issue-ID: SO-2159 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1f2313d074bea404776877ef56607a814e46e514
2019-07-25store heat env file sent to heatGamboa, Gilbert3-2/+56
Initial commit, include heat environment info in cloud-api_requests. Updated MSOHeatUtilsTest.saveStackTest unit test to assert cloudApiRequests requestBody Issue-ID: SO-2158 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I333cae7746459917ba5e64feb07db4f710b8d99b
2019-07-25fix image urls in docsKatsiaryna Kazak/ONAP (NC) /SRPOL/Engineer/삼성전자2-6/+6
Corrected image URL for SO Install Docker documentation page Corrected images URLs for SO Configure git & gerrit documentation page Issue-ID: SO-2150, SO-2151 Signed-off-by: Katsiaryna Kazak <k.kazak@samsung.com> Change-Id: Ib163c3159ae284f6c731795b0cbb53ed176ade11
2019-07-25update readme.mdKatsiaryna Kazak/ONAP (NC) /SRPOL/Engineer/삼성전자1-85/+88
Updated developer documentation in readme.md: components, how to compile, format, build docker images, images list, how to start them Issue-ID: SO-2148 Signed-off-by: Katsiaryna Kazak <k.kazak@samsung.com> Change-Id: Ib0e8e78af3e4497d8d9a6789c3af49f7025ba428
2019-07-25Merge "Fix delete of generic neutron network"Seshu Kumar M1-1/+1
2019-07-24Fix delete of generic neutron networkEric Multanen1-1/+1
Delete of Generic Neutron network was not working. Logic checking for association with vf-module appears to have been reversed. Change-Id: If541c1133322f75c70f86cd77d8bccd88b94f356 Issue-ID: SO-2082 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-07-24set multi-stage flag in listener to log successMnushkin, Dmitry5-3/+136
set multi-stage flag in listener to log success msg added post listener for requests db object Issue-ID: SO-2153 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4b27cbb69b983bd2f7c0d72c8ebb4d9c43201120
2019-07-24Merge "Major Sonar fixes in InstanceManagement"Steve Smokowski1-6/+2
2019-07-24Merge "Removed not used loggers"Steve Smokowski5-20/+10
2019-07-24Merge "Major Sonar fixes in E2EServiceInstances"Steve Smokowski1-18/+15
2019-07-24Merge "Major Sonar fixes"Steve Smokowski3-38/+17
2019-07-24Merge "enhance get orchestration request"Steve Smokowski15-72/+753
2019-07-24Merge "Update SO to handle Async VNF operations to SDNC"Steve Smokowski15-120/+135
2019-07-24include a bak folder for obsolete filesseshukm2-0/+126
Issue-ID: SO-1230 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I3e363f6445f6f76b62f0ca1bf9467fd795db50e7
2019-07-24updated the doc as per the requestseshukm3-130/+5
Issue-ID: SO-1230 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I52ec2fc97abfd71b31a59fcb0416b0472e83d39c
2019-07-24Removed not used loggersr.bogacki5-20/+10
-Removed unnecessary loggers according to Sonar. Issue-ID: SO-2102 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I05a0cc3187692fa17a6734d1c2a6be33d4b5ee34
2019-07-24Major Sonar fixes in InstanceManagementr.bogacki1-6/+2
-Removed unnecessary code. -Removed unused variables. Issue-ID: SO-2102 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Ie85cb51da959dacc80b61aa9d5bb608b4198a5fb
2019-07-24Major Sonar fixes in E2EServiceInstancesr.bogacki1-18/+15
-Removed unnecessary code. -Removed unused variables. -Introduced constants for repeating Strings. Issue-ID: SO-2102 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I4ac692849508178390796d149b2c3f2fddcd093b
2019-07-23- Converted NetworkResource to use the parserMerkel, Jeff2-40/+78
- Converted NetworkResource to use the parser getEntity method. - run the formatting command so that it aligns correctly. Issue-ID: SO-2147 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id6aa6c2967ec4014d6512851fa7dfff088946081
2019-07-23Major Sonar fixesr.bogacki3-38/+17
Major Sonar fixes in different classes: -Removed unnecessary code. -Removed unused variables. -Removed unnecessary imports. -Simplified diamond operators. -Improved String comparisons in equals. Issue-ID: SO-2102 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I279c63f8e7161d6e33d5d6a28b938c0c64e90f1f
2019-07-23Merge "Enhanced List Level flow with backward support"Seshu Kumar M21-669/+985
2019-07-22enhance get orchestration requestPlummer, Brittany15-72/+753
Enhance get orchestration request to include workflow step Began working on adding call for activity name Added call to return activity information Updated to return last task executed Added last task executed info to returned string Updated mocks to fix failing unit tests Added responses for mocks to Camunda for process and activity history Added tests to cover taskName changes Began adding tests to cover changes to RequestHandlerUtils Added more unit tests for activity lookup Updated error messages for taskName Moved properties to application.yaml file Added unit tests to add more coverage to task retrieval Moved Camunda calls to CamundaRequestHandler class Removed unused imports from RequestHandlerUtils Fixed formatting of tests and removed handler where not used Removed CamundaRequestHandler from JerseyConfiguration Added retryTemplate for camunda calls Issue-ID: SO-2142 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I09a82e3458e8f611e4bbaf3ce9ab5de36b1b060a
2019-07-22Update SO to handle Async VNF operations to SDNCSmokowski, Steven15-120/+135
Update SO to handle Async VNF operations to SDNC Issue-ID: SO-2141 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20037306e9ce5b8df434511a46c0a3399e335c3d
2019-07-22Merge "Added servicename to MDC so that it gets logged"Steve Smokowski5-4/+20
2019-07-22Vulnerability fixes in ServicePluginFactoryr.bogacki1-1/+1
Sonar vulnerability fixes in ServicePluginFactory: -Added logger. Issue-ID: SO-2139 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Id1752ea35db970b20d02e730dac9900c411958ca
2019-07-19Added servicename to MDC so that it gets loggedBoslet, Cory5-4/+20
Added servicename to MDC so that it gets logged and added enter and exit markers. Issue-ID: SO-2122 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I63ff5e5de21d851c989ffa5db2051755751d9ead
2019-07-19Merge "basic auth for so-monitoring"Byung-Woo Jun19-40/+614
2019-07-19basic auth for so-monitoringk.kazak19-40/+614
Add basic auth for so-monitoring app Issue submitted in pentest report Change-Id: I8e826da9b9f66e893826fd9b40b3b26623b2ab8d Issue-ID: OJSI-169 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-07-19Merge "Set networkName value to the name from L3network"Steve Smokowski2-3/+25
2019-07-19Fix the License issue inside the sample csarseshukm1-0/+0
Issue-ID: SO-2138 Change-Id: I0dd532abf983a248b60f91aea4a6fbd05e33daab Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-07-18Merge "Added null check for yaml to prevent crash at getParameterListFromEnvt()"Steve Smokowski1-3/+6