summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-10-29Sync local changes to support GRA microserviceDan Timoney41-4402/+3239
Sync changes made downstream to support GRA microservice Issue-ID: CCSDK-3504 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I854b5437c4a60023bd161e3625e08ff6e0771945
2021-10-29Use version 2.3.0 of parent pomsDan Timoney157-157/+157
Use released version 2.3.0 of parent pom to avoid compile errors due to removing aged-out snapshot version Issue-ID: CCSDK-3511 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iead919b41d243a11adb5397adfbb15068ae1c1d4
2021-10-19update on exec-sls-DG for appc integrationGanesh1-349/+359
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: If8f9338ed7d75be3ce416e31cb7b61db862fd0ef Issue-ID: CCSDK-3499
2021-10-18update on single-sls-DG for appc integrationGanesh1-202/+212
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I357197a300582425be735e5c56bd0bdc50bbb277 Issue-ID: CCSDK-3499
2021-10-18update on multi-sls-DG for appc integrationGanesh1-398/+408
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I5a35346bf163a18d1d925dc18593345d4126b382 Issue-ID: CCSDK-3499
2021-10-12Release version 1.4.0 of ccsdk/sliDan Timoney168-169/+174
Release initial Jakarta version (1.4.0) of ccsdk/sli Issue-ID: CCSDK-3492 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1d71668335f1c23b41251568d57fefd60c87696e
2021-10-08Merge "CCSDK-3480 Allow empty variables."Dan Timoney1-1/+1
2021-10-06saltstack adaptor test cases addedGanesh1-2/+22
Signed-off-by: Ganesh <ganesh.c@samsung.com> Issue-ID: CCSDK-3476 Change-Id: Ie0fe8d6848aab36ffe4c5018d5e2b6df0c4c09de
2021-10-04CCSDK-3480 Allow empty variables.Oleg Mitsura1-1/+1
Issue-ID: CCSDK-3480 Empty variables should be allowed, else they will not be found in MDSAL at a later time. Current RestapiCallNode removes them. Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I22167fa9dbdef37fa70dc42c03799a05d5c38705
2021-09-29saltstack adaptor improve test coverageTest2-1/+93
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com> Issue-ID: CCSDK-3476 Change-Id: Ic11d786fea1464a859667f77bc72af0c02c0d4ac
2021-09-23minor logging changenullop1-13/+14
MdsalHelper.java logging should be more consistent Issue-ID: CCSDK-3473 Signed-off-by: nullop <kevin.smokowski@att.com> Change-Id: I9535921abd8f0a8951a210da867f071f14041fd4
2021-09-21Roll versions for JakartaDan Timoney170-330/+329
Roll versions to set up for Jakarta release Issue-ID: CCSDK-3470 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If9f10ad6e93ffa9693f08f3402b7e73ec78b0791
2021-09-09Release version 1.3.1 of ccsdk/sliDan Timoney168-169/+174
Release version 1.3.1 of ccsdk/sli and roll to next snapshot Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I11b714ba8dfdd979193e44e4826a6e88a8b096ff
2021-09-08Fix Proxy support for A1 adapter southboundychacon2-9/+39
Issue-ID: CCSDK-3438 Signed-off-by: ychacon <yennifer.chacon@est.tech> Change-Id: I587d8ddcaa9697a10bc7bb3d73ba801bf3e59cd5
2021-08-31Release initial Istanbul ccsdk/sliDan Timoney168-335/+331
Release initial Istanbul release (1.3.0) of ccsdk/sli Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia8149a113d8e6608d7dd17d37487ce938d968e74
2021-08-23Version updatesDan Timoney2-31/+0
Update package versions to install security fixes Issue-ID: CCSDK-3415 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3239fe08acd0cee0ea0b15f88aa8d5c07459794c
2021-08-17Package upgrades for IstanbulDan Timoney5-4/+14
Code updates to support package upgrades in Istanbul Issue-ID: CCSDK-3415 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I44efd0d335bc63cc627d6ba64df1d5e406deb72a
2021-07-21Merge "Fix weak crypto issue in restconf adaptor"KAPIL SINGAL3-4/+7
2021-07-20Updating ccsdk sli adaptor for aai to use v24 of the aai-schema.Hesam Rahimi26-1204/+5097
Issue-ID: CCSDK-3377 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Ib35ad8b90660c9c62ffdf1911fff0da023772071
2021-07-20Fix weak crypto issue in restconf adaptorDan Timoney3-4/+7
Added new capability to disable host name verification on a per-connection basis in restapi-call-node and restconf adaptors, and use custom hostname verifier to handle IP addresses and localhost as exception cases. Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I379f3b5093b5ff46433a33821127670747e8efa6
2021-07-20Merge "Fix zip slip vulnerability (CCSDK-3376)"Dan Timoney1-0/+4
2021-07-20Fix zip slip vulnerability (CCSDK-3376)Jonathan Platt1-0/+4
Check and enforce canonical destination path of new file to resolve zip slip vulnerability in 'DaeximOffsiteBackupProvider.java' Issue-ID: CCSDK-3376 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: I249752d7a8bb1a8075502b5130f94c32986ab8ee
2021-07-19Fix XML external entity vulnerability (CCSDK-3324)Jonathan Platt1-3/+4
Disabled XML external entity references to resolve XML external entity vulnerability in 'SdncUebCallback.java' Issue-ID: CCSDK-3324 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: If959e915921042fdd0ba2ff16e167005ba1beed8
2021-07-15Merge "RA: Add 2 fields in RA parameters from DG context"Dan Timoney4-2/+50
2021-07-15RA: Add 2 fields in RA parameters from DG contextStan Bonev (sb5356)4-2/+50
Issue-ID: CCSDK-3372 Signed-off-by: Stan Bonev (sb5356) <sb5356@att.com> Change-Id: I7e107c1b1c15dc0336c604b102b11293ee4b8920
2021-07-13Fix XML external entity vulnerability (CCSDK-3327)Jonathan Platt1-0/+3
Disabled XML external entity references to resolve XML external entity vulnerability in 'XmlParser.java' Issue-ID: CCSDK-3327 Issue-ID: CCSDK-3317 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: I7bae80f3e5858e05d6782c6a290fba33bc7a38ed
2021-07-13Fix XML external entity vulnerability (CCSDK-3323)Jonathan Platt1-0/+3
Disabled XML external entity references to resolve XML external entity vulnerability in 'SvcLogicParser.java' Issue-ID: CCSDK-3323 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: Ic4a6a13e228a699abf60181a537198913900cec7
2021-07-13Fix XML external entity vulnerability (CCSDK-3322)Jonathan Platt1-0/+2
Disabled XML external entity references to resolve XML external entity vulnerability in 'VNFOperationalStateValidatorImpl.java' Issue-ID: CCSDK-3322 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: I88dc0a0ef8e9a587e8f9b3be15ef55e70c687b6e
2021-07-09Add host name verifier that accepts IP addressesDan Timoney11-30/+229
Add a host name verifier that handles IP addresses as special cases, so that they can be safely ignored in lab environments Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I83cec989102620b52a227b7ca71efb92227d834c
2021-07-09Fix XML external entity vulnerabilityDan Timoney3-19/+27
Disabled XML external entity references to resolve XML external entity vulnerability. Issue-ID: CCSDK-3117 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1824b52c03148b2bc8a87b7eee8e08768d4284f4
2021-07-08Changing slf4j-simple dependency from compile to testSingal, Kapil (ks220y)1-1/+1
features.xml for ccsdk-sql-resource is adding sll4f-simple which shouldn't be there Issue-ID: CCSDK-3368 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I2c24aa10b91300ba9fbdc4e66ffe6e289582a7cf
2021-07-08Removing accidental addition of chef-adaptorSingal, Kapil (ks220y)2-24/+0
Issue-ID: CCSDK-3368 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I6a0ff315488454d27f217e1ad1fa8cb63e605908
2021-07-08Synching artifacts and features-all pomsSingal, Kapil (ks220y)10-68/+123
Issue-ID: CCSDK-3368 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0876bdc0c5ee704f6194691341df313248bdcf0a
2021-07-02Allow env variables to be used in MSO adaptorTIMONEY, DANIEL3-1/+25
Allow env variables to be used in MSO adaptor properties file Issue-ID: CCSDK-3360 Signed-off-by: lalena.aria <lalena.aria@att.com> Change-Id: Ifd7abee6380c82bdde38b2476b977a91d3cbcf7f (cherry picked from commit dd477ba94c66fd9c5fd1a73b57a64348ac073023)
2021-06-11Deleting an extra loop which causes exponentially repeating of some operations.Hesam Rahimi1-3/+1
Issue-ID: CCSDK-3336 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I6501c22c2e89c451a6f9d6de62d4f802df471050
2021-06-10Update dmaap client package declarationDan Timoney0-0/+0
Update java package name to org.onap.dmaap for dmaap client class references. Issue-ID: CCSDK-3332 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3cba8fc167251c60e203e50d0a43396ec73b616f
2021-06-10Upgrading akka cluster dependencySingal, Kapil (ks220y)3-4/+11
Issue-ID: CCSDK-3333 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia5da682990acbf99a2026393f8dea511ccca4420
2021-05-17Moving IAAS Adaptor from APPC to CCSDK SLISingal, Kapil (ks220y)154-27/+19970
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I24c21a9bebe87bb87eb14bd903ee558c20b45277
2021-05-04Moving Rest Adaptor from APPC to CCSDKSingal, Kapil (ks220y)32-19/+2621
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I70868423761ce9b8bf04fba2a46913d6e153a30b
2021-04-28Fix handling of list of enumsDan Timoney7-27/+219
Fixed MdsalHelper to add special case handling of lists of enums Issue-ID: CCSDK-3276 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If42688e19e1acdd73cc57b862a6516d8afa18fd3
2021-04-27Moving Netconf-adaptor from APPC to CCSDK SLISingal, Kapil (ks220y)58-24/+4742
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I638d57729d100211325f4e3121970d6737b9a50c
2021-04-21Fix context memory reading issue in sliPluginUtils.SliTopologyUtils;Decheng Zhang4-84/+3057
Moving the fix from SliTopologyutils to sli-common/SvcLogicContext, and reorgnizing methods in SvcLogicContext. recheck Issue-ID: CCSDK-3270 Signed-off-by: Decheng Zhang <decheng.zhang@huawei.com> Change-Id: I423f13b72bd02c77b3a652def276f49d298245ab Signed-off-by: Decheng Zhang <decheng.zhang@huawei.com>
2021-04-19Fix yangparser invocationDan Timoney20-39/+8206
Fix YangParser invocation in restconf-provider to address breaking change in ODL Aluminum release. Issue-ID: SDNC-1515 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9974889bfa9bbd11077c95275c0cb8ba59b1b0bb
2021-04-09Moving ssh-adaptor from APPC to CCSDKSingal, Kapil (ks220y)37-11/+5261
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Icb363093d49595fba8d60045cb7cab49ce4198bc
2021-04-05avoid potential NPE in RestapiCallNodeSmokowski, Kevin (ks6305)1-1/+1
avoid potential NPE in class sendRequest method sendRequest Issue-ID: CCSDK-3246 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@us.att.com> Change-Id: I3b378336887b43c55ec2a3cdb8a82a4578eb6260
2021-03-25Moving chef-adaptor from APPCSingal, Kapil (ks220y)38-22/+4704
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I416450c0de9951fe4d5c62cd7cea201c25feb562
2021-03-24Fix null pointer exceptionDan Timoney1-1/+4
Fix null pointer exception in case of empty list Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic94d60bf7a52c23507ecc2402f9be9b580f2ea5b
2021-03-16modernizing propertyProvider by replacing Vector to ArrayListSingal, Kapil (ks220y)7-16/+23
Issue-ID: CCSDK-3213 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ifcc3f618512f1f5a347b8045e54ba82d0e21d6dd
2021-03-16Renaming ansible and saltstanck adapter to adaptorSingal, Kapil (ks220y)98-761/+761
Issue-ID: CCSDK-3212 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ibf0366b31a37173050602bd692627647f4f29bb7
2021-03-15Moving and merging Ansible adaptor from appc to ccsdk/sliSingal, Kapil (ks220y)30-882/+1905
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I5b2c8a3aff7b0e874a659122264be06f412945be