summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2017-10-24Fixed resources not being closed in testsvempo1-130/+68
Fixed static analysis violations in a few modules of SDC onboarding - high-severity issues like not releasing resources (e.g. FileInputStream). Did some minor code cleanup. Change-Id: I89a229ad6bc150951f1f3cc437b3a175a663e203 Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-23Fixed resources not being closed in config testsvempo7-39/+39
Fixed static analysis violations in the openecomp-configuration-management-test module of SDC onboarding - high-severity issues like not releasing resources (e.g. FileInputStream), and some minor code cleanup. Change-Id: I6f8e64577499213d06f5ff3a22ea39f6a46fdccd Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-23Additinal fixes for resources not being releasedvempo1-38/+42
More fixes for input streams not being properly closed, with unit tests and other minor improvements (code cleanup and coding conventions). Change-Id: I6751f924a1469d49b996e4f1d6c61371af6714b1 Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-15Fixed configuration POM for stagingvempo2-34/+0
Do not install tools.jar as a Maven artifact. Do not build configuration-management-cli as part of the project, because it has tools.jar as a dependency. Change-Id: I2f0050fd3cefb20abef3bca0e97bf43e0afe35ea Issue-ID: SDC-435 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com> (cherry picked from commit 6a3990fbda0e80c2a0693166ef695e4b3f045da6)
2017-10-09Revert "Solution for Artifact Gen for PNFResource"pprakhar4-26/+1
This reverts commit 14e1daaddad9320927890bdee4c6d2853a12c67d. Change-Id: I919e264953a1bc63b861088cb0de800efb8a0604 Issue-ID: SDC-431 Signed-off-by: pprakhar <Prakhar.Pandey@amdocs.com>
2017-10-04Solution for Artifact Generation for PNF Resourcepprakhar4-1/+26
Fix done in artifact generator to enable it to generate for resource type PNF. Change-Id: I114fc1ee022c0e4ec00d90eae55f5bf5f50a4d02 Issue-ID: SDC-431 Signed-off-by: pprakhar <Prakhar.Pandey@amdocs.com>
2017-09-20Merge "Port mirroring"Vitaly Emporopulo3-5/+240
2017-09-19Port mirroringtalio3-5/+240
create port mirroring enricher and added corresponding global types Issue - ID : SDC-351 Change-Id: Iaffda0187a3529823cb1857b1272dc22b8005ab8 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-09-19change version of the master branchMichael Lando15-16/+16
Change-Id: I8520fd33c7d5ffef5330d1e7e51ee39fd8411094 Issue-ID: SDC-350 Signed-off-by: Michael Lando <ml636r@att.com>
2017-09-14Adding global typetalio1-1/+24
Adding tosca.nodes.nfv.VnfVirtualLinkDesc type into global types repository Issue - ID : SDC-337 Change-Id: I60cb36c627f9e396597150f45d2a58fbc9282ea0 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-09-12Create new VSP, onboard from TOSCA file - UIshrek20006-30/+846
Change-Id: I018c6d07a4b9ec7e6b1507ab37e2550865423cfe Issue-ID: SDC-230 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-09-10Add latest bug fixes to masteravigaffa1-1/+1
Change-Id: Ieddc2330ad4e093984f14a69b52f2ca5cb465a10 Issue-ID: SDC-293 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2017-09-07Fixed a few static analysis violationsvempo5-313/+138
Fixed mostly not closing resources (InputStream, ResultSet) and catching Throwable instead of Exception in some modules. Issue-ID: SDC-291 Change-Id: I34e331cc3b45c4bb3a71c301f50e1706a7b623fd Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-09-03Fixed Maven warningsvempo1-1/+0
Removed duplicate dependencies. Removed redundant group IDs where inherited from parent. Replaced deprecated properties. Explicitly stated Maven plugin versions. Change-Id: I1933428ccbc362dec428d16c5e40ab0e906a7e5c Issue-Id: SDC-247 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-08-16Merge "Replace FileUtils.toByteArray() with IOUtils"Michael Lando1-43/+43
2017-07-26[SDC] Full OnBoard health-check and NFoD supportAvi Ziv1-10/+0
Change-Id: I606f8a52c7e6d2bd5558f824957d890e552c5423 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
2017-07-18Replace FileUtils.toByteArray() with IOUtilsGary Wu1-43/+43
The in-house implementation of FileUtils.toByteArray() appears to be a literal copy-and-paste of IOUtils.toByteArray(). This change replaces the in-house implementation with a call to IOUtils. Change-Id: Ib33b64c4c0050acb0787915dd9df190e284b8cda Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-18[SDC] Onboarding 1710 rebase.Avi Ziv6-15/+211
Change-Id: If3b6b81d221fde13908f1e8160db6f7d9433c535 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando4-69/+19
Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando1-0/+67
Change-Id: I587658ad29bbbe79ad97ba30e2499c7a723201ce Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] Amdocs OnBoard 1707 initial commit.AviZi491-0/+116517
Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi <avi.ziv@amdocs.com>