summaryrefslogtreecommitdiffstats
path: root/openecomp-be
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09import tosca bugtalio18-80/+6553
handling conversion of integers Issue - Id : SDC-646 Change-Id: I7e024dc44709dc5288bced05da590f0c7962648a Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-26Trying to fix intermittently stuck unit testsvempo1-86/+91
Made sure to close all opened files and classpath resources. Change-Id: If46c5a2bd5ba52d372083c6726ae32c12d16fcf7 Issue-ID: SDC-393 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-24clean up snapshotsMichael Lando9-24/+24
as part of the realse we need to remove any use of snapshot artifacts from the code Change-Id: Ib85feb6e3b2ff4fbba783cb11c4574d0a66657af Issue-Id: SDC-530 Signed-off-by: Michael Lando <ml636r@att.com>
2017-10-24Artifacts in CSARtalio2-2/+15
pack all artifact files under Artifacts/ directory, and not under Artifacts/Artifacts (in import CSAR scenario) Issue - Id : SDC-495 Change-Id: I65299d449ed87a6fb492a802c40e1ab12535453a Signed-off-by: talio <tali.orenbach@amdocs.com> (cherry picked from commit d4e5d3c532f6d71cc3ff79047068ff904972ea42)
2017-10-23Fix occurences not deserialized properlyvempo3-9/+173
add json deserializer for RequirementDefinition Issue-Id : SDC-474 Change-Id: I734a671b02a319fc3e90239bb8b0202c898fe473 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com> (cherry picked from commit 30e46525c1406fb3b10603606c4efcc033ee58c4)
2017-10-17Code coverage using JaCoCOshrikantawachar18-18/+75
Adding JaCoCo configuration to have code coverage Change-Id: I1abab2bbc420be3190e8da7e848f066ae67a5aad Issue-ID: SDC-437 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-10-15Artifacts are not copiedtalio1-2/+3
packing uploaded artifacts into the generated CSAR, when uploading a CSAR file Issue - Id : SDC-457 Change-Id: I7e0db1d7970e38c0e75f2fa5893c9d769d0859e4 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-09-26Add dynamic keyspace creationAreli Fuss6-7/+7
Add dynamic key space creation for Amdocs Change-Id: Ia6fdc921c14231ffad4eaae44d018e012905e698 Issue-Id: SDC-276 Signed-off-by: Areli Fuss <af732p@att.com>
2017-09-25Fixed incorrect reconstruction of choice objectsvempo2-12/+1
Reverted a change introduced earlier, which supposedly broke re-construction of choice objects when loading them from a database. Change-Id: I28b62bfe4155ecd3929b0f826ae6b2cadae6d7fa Issue-ID: SDC-381 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-09-18Merge "Move jtosca version"Avi Gaffa1-2/+2
2017-09-18Fixed SONAR issuesDivesh Mirchandani247-827/+1013
Fixed blocker, critical, major & minor SONAR issues. Issue-ID: SDC-343 Change-Id: I72e5a3a7fa7d7407a92f98f77e4334827f70f926 Signed-off-by: dd4616 <Divesh.Mirchandani@amdocs.com>
2017-09-18Move jtosca versiontalio1-2/+2
Move jtosca version to onboarding pom Issue - ID : SDC-344 Change-Id: I05ed27668f9a80d8afb35a533b532b5cf8d9ec6d Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-09-14Fixing submittalio1-191/+204
Fixing submit VSP when uploading a CSAR file Issue - ID : SDC-338 Change-Id: I1340057fc3a4afc7bfe62c7d3f6778af37dd44c8 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-09-14Removing service templates without node templatestalio29-170/+11293
Bugfix for cases where we have substitution service templates without node templates Issue - ID : SDC-330 Change-Id: Ia9f33ce90fe0dbcc8ca2596ca63da704a48c7e67 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-09-13Change healing manager logictalig6-45/+80
Execute all healers even if one/more have failed. Turn off vsp old version indication and log healers errors. This is a temporary solution that would fix non-heat issues only. Change-Id: I1fbcd3cc33a0520034b3dd373e2cfbe7339c06bd Issue-ID: SDC-332 Signed-off-by: talig <talig@amdocs.com>
2017-09-13Merge "Fixing requirements in substituable node templates"Avi Gaffa75-3023/+20208
2017-09-13Fixing requirements in substituable node templatestalio75-3023/+20208
Adding dependencies with correct dependency id for substituable node templates Change-Id: I696441bc62807cf2abd73963583d6198dfaea259 Issue-ID: SDC-313 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-09-13Bugfix - Missing SNMP Trap artifact in VF levelojasdubey2-10/+12
Updated the path for storing the Mib artifacts in onboarding csar Issue ID: SDC-320 Change-Id: I61f76ed98d1a598a88a63c5a0d6c641424a012fc Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2017-09-12Create new VSP, onboard from TOSCA file - UIshrek20008-21/+49
Issue-ID: SDC-230 Change-Id: I99db84eeef6e795f81d25fac31d17594d0071e69 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-09-12Merge "Create new VSP, onboard from TOSCA file - UI"Avi Gaffa106-752/+4833
2017-09-12Fixed component display name retrieval for nestedkaty.rotman1-3/+8
Change-Id: I77d9f2755d55a03d969c8f85d2b1a4b0ba9b306f Issue-ID: SDC-311 Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2017-09-12Create new VSP, onboard from TOSCA file - UIshrek2000106-752/+4833
Change-Id: I018c6d07a4b9ec7e6b1507ab37e2550865423cfe Issue-ID: SDC-230 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-09-10Add jacoco code coverage to onboardingAvi Gaffa1-0/+20
Issue-ID: SDC-303 Change-Id: Ia9c94ba4b2021fb7c5ff2213eb795370cac5ae4b Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2017-09-10Add latest bug fixes to masteravigaffa99-4289/+32844
Change-Id: Ieddc2330ad4e093984f14a69b52f2ca5cb465a10 Issue-ID: SDC-293 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2017-09-07Fixed a few static analysis violationsvempo14-123/+115
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 warningsvempo7-40/+1
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-22[SDC] add script to allow onboard schema creationaz24971-0/+18
Change-Id: I77c2ddf5c6dd10c02dd0eb5e12f58b294b384322 Signed-off-by: az2497 <avi.ziv@amdocs.com> Issue-Id: SDC-244
2017-08-16Merge "Replace FileUtils.toByteArray() with IOUtils"Michael Lando3-40/+15
2017-08-10[SDC] OnBoard with enabled tests and featuresaz2497288-2027/+7906
Change-Id: I4c1bbf6e1c854cf97a3561c736f83da44b58b7c0 Signed-off-by: az2497 <avi.ziv@amdocs.com> [SDC] OnBoard with enabled tests and features. Change-Id: Icd52f039aee4dd393a1404d530bb9fdd0b20e604 Signed-off-by: az2497 <avi.ziv@amdocs.com>
2017-07-26[SDC] Full OnBoard health-check and NFoD supportAvi Ziv162-5719/+1942
Change-Id: I606f8a52c7e6d2bd5558f824957d890e552c5423 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
2017-07-18Replace FileUtils.toByteArray() with IOUtilsGary Wu3-40/+15
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 Ziv894-21512/+163391
Change-Id: If3b6b81d221fde13908f1e8160db6f7d9433c535 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
2017-07-16Merge "Fix assembly xmls for maven-assembly-plugin v2.2+"Michael Lando2-1/+3
2017-07-16[SDC] OnBoarding rebase.Avi Ziv2-5/+8
Change-Id: I07d496057b8057e953c97c99a19fae9e406b7e35 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com> Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-12Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu2-1/+3
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I65d79aa4b24759f6b9a3fe8118b888e1672fdf60 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-12[sdc] rebase updateMichael Lando74-318/+11283
Change-Id: I8f1fc7150975122dd9f3f4e653b9983064b399a6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-03[sdc] - last merges before moving to LFTal Gitelman208-4556/+1615
Change-Id: I0df3ec795f0de84229ea4bb4806ec8f959243557 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-29[SDC] rebase codeTal Gitelman31-820/+1334
Change-Id: I456ec65a233d277e6bae35e140f2e3da5765bae6 Signed-off-by: Tal Gitelman <tg851x@intl.att.com> Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-22[sdc] - latest code changesTal Gitelman232-7527/+6851
Change-Id: I861387094b000367218bb417624fe50d3c37f70e Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-18[sdc] update code of sdcMichael Lando217-3633/+3660
Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando291-4990/+25013
Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando1-1/+1
Change-Id: I7e59360263cf943fb2bc77f8cd24a9e20ec72563 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando1-1/+1
Change-Id: I153340641b7fee184ea876b946e723bfd0017ce9 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando132-5074/+117
Change-Id: I587658ad29bbbe79ad97ba30e2499c7a723201ce Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] Amdocs OnBoard 1707 initial commit.AviZi3188-60934/+465324
Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi <avi.ziv@amdocs.com>
2017-03-15update pom version + change version fileMichael Lando69-71/+71
Change-Id: Ib4b84e473c7d38d1f30f8d94332a3f8ceaee8226 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28pom updateMichael Lando4-34/+21
Change-Id: I9f6efd301ebed94fc9b90235d111f04058445899 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-27update pom to remove spring from parent pomMichael Lando1-0/+1
Change-Id: I100ee305833f4409ad8417efee1c2f7ef9a24750 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-19Add new code new versionMichael Lando35-103/+101
Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-19push addional codeMichael Lando2146-0/+290536
Change-Id: Ia427bb3460cda3a896f8faced2de69eaf3807b74 Signed-off-by: Michael Lando <ml636r@att.com>