summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01Migrate files from sli-pluginsJessica Wagantall311-0/+0
Migrate sli-plugins repo into new directory "plugins". Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-12-01Merge branch 'master' of ↵Jessica Wagantall311-0/+32214
/home/jwagantall/linuxfoundation/onap/IT-21112/sli-plugins Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-12-01Migrate sli-adaptor filesJessica Wagantall428-0/+0
Migrate sli-adaptor repo files into a new "adaptors" directory. Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-12-01Merge branch 'master' of ↵Jessica Wagantall430-11/+60541
/home/jwagantall/linuxfoundation/onap/IT-21112/sli-adaptors Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-11-30Add INFO.yaml for new ccsdk/sli repoDan Timoney1-0/+81
Add INFO.yaml for new ccsdk/sli repository Issue-ID: CCSDK-3008 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic31cde578dabc06a47f73a1219f5e103e9b1c6a6
2020-11-30Add initial files for new ccsdk/sli repoDan Timoney2-0/+138
Add initial pom.xml for new ccsdk/sli repo Issue-ID: CCSDK-3008 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I41cca73c191f871b3dcfbbac9f29964a046a262f
2020-11-25Release version 1.1.0 of sli/pluginsDan Timoney33-89/+68
Release initial Honolulu version of sli/plugins and roll version to next snapshot Change-Id: I75d58fccc8ab0b5653d3160ed6f2e302c3ade8b9 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-25Release version 1.1.0 of sli/adaptorsDan Timoney53-115/+106
Release initial Honolulu version of sli/adaptors and roll version to next snapshot Change-Id: I3a59f29d7819e8d777dd02aede9a263ea0be8e36 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-10Fix handling of non-OSGiDan Timoney3-4/+29
Fixed handling of case where aai-service and netbox-client are called outside OSGi container. Change-Id: Ie83dd217a77a021a30d171e0964d9ac709e40cc8 Issue-ID: CCSDK-2976 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-23- Adding the path for the newly introduced (i.e. in v21) network-route ↵Hesam Rahimi2-0/+7
resource in aai-schema, to the properties file. - Adding tunnel-termination-points and te-link-attributes back into aai schema. Issue-ID: CCSDK-2393 Change-Id: I80d21463c509c8caf802cf5681abc3434d6cf34a Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
2020-10-20Merge changes I4a6cb477,I00d6a0c1KAPIL SINGAL5-478/+69
* changes: Support netbox-client outside OSGi container Address security issues
2020-10-20Support netbox-client outside OSGi containerDan Timoney2-9/+63
Updated netbox-client initialization so that it works properly when initialized outside an OSGi container (e.g springboot) Change-Id: I4a6cb477206745eb4ca21f10a7fb54cc616ef4cd Issue-ID: CCSDK-2923 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-20Updating AAI service adaptor to use version 21 (v21) of the schema model.Hesam Rahimi26-859/+4152
Issue-ID: CCSDK-2393 Change-Id: I53369c73fd25c7f433fd99456e28fbe0fecbc59a Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
2020-10-19Disable external entities referenceDan Timoney1-0/+5
Disable external entities reference in properties node XML parser to avoid XXE vulnerability. Change-Id: I5136dc7edb575d944dfe9fbab334629ec18c5d47 Issue-ID: CCSDK-2918 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-19Address security issuesDan Timoney3-469/+6
Removed unused Mdsal activator class. Added file name validation for ConnectionBuilder in ansible adaptor Change-Id: I00d6a0c1edccae263520738f7a4685b1ad71b943 Issue-ID: CCSDK-2918 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-09Roll to initial Honolulu release versionDan Timoney32-64/+64
Roll master branch to initial Honolulu release version Change-Id: I54ac03e89312555c06c11b8f5512393909cae786 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-09Roll to initial Honolulu release versionDan Timoney52-97/+97
Roll master branch to initial Honolulu release version Change-Id: Id7829542cb5981c11b38367952e6bc29ffa4cfe8 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-09Release M4 version of sli/pluginsDan Timoney1-0/+5
Release M4 version of sli/plugins Change-Id: Iea28a5909720bf9f360ccd8f300808c7eb5c7d90 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-09Release M4 version of sli/adaptorsDan Timoney1-0/+5
Release M4 version of sli/adaptors Change-Id: Ida253b4f6e20c6133bbd6226c510d5405a599ee5 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-08Update lifecycle stateDan Timoney1-1/+1
Update lifecycle state to Mature Change-Id: I9ff38a2780f54bd3e31379fb095b15a397edfeac Issue-ID: CCSDK-2660 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-07Fix restconf-client provider dom4j issuehighstreetherbert1-1/+1
change groupid Issue-ID: CCSDK-2738 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: If981c7eec2e54d91142d0bec4aa06cfb35e61f70 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2020-09-03Update lifecycle stateDan Timoney1-1/+1
Update lifecycle state to Mature Change-Id: I9e1988719dd02cdf0776b54c091009a10d076aa4 Issue-ID: CCSDK-2660 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-31Restapi-call-node: Fix setting truststore, should not set system propertiesKevin Smokowski2-2/+37
Issue-ID: CCSDK-2637 Change-Id: Ie677cca90d9ed946768e6d93187b20c29ecc2166 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2020-08-21Roll to next parent snapshotDan Timoney31-31/+31
Update parent to next snapshot version Change-Id: I09e961f337a208cf7d282c6f65ea8509438a6823 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-19fix for J11Michael Dürre1-13/+17
add missing dependency in J11 Issue-ID: CCSDK-2668 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I5bbdb0638f1367b7e2e06ac173538089e772cba0
2020-08-12make logs quieterKevin Smokowski1-1/+1
make logs quieter Issue-ID: CCSDK-2645 Change-Id: Id880be7d733234b63a81a60326f78470db4fd576 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2020-08-12make logs quieterKevin Smokowski2-3/+3
make logs quieter Issue-ID: CCSDK-2645 Change-Id: I6fa80d511d27a334c2481b65ffb7ff2985c62df2 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2020-08-07Merge "Restapi-call-node: Fix setting truststore, should not set system ↵Dan Timoney2-52/+5
properties"
2020-08-07Restapi-call-node: Fix setting truststore, should not set system propertiessb53562-52/+5
Issue-ID: CCSDK-2637 Signed-off-by: sb5356 <sb5356@att.com> Change-Id: Icbbb7eaa9f904e0d51199efd78e36b1fa1fa702b
2020-08-07Roll to next snapshotDan Timoney32-32/+32
Roll to snapshot version 1.0.1-SNAPSHOT Change-Id: I4c7b248b45f485658a9c0135571a581edde62abb Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-07Roll to next snapshotDan Timoney52-98/+107
Roll to snapshot version 1.0.1-SNAPSHOT Change-Id: Ie09ba5c2bedcd8cddf3e8cca0eff8e05c2ad268a Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-06Release version 1.0.0 of sli/pluginsDan Timoney1-0/+5
Release version 1.0.0 of ccsdk/sli/plugins Change-Id: Iebb23e9d35eb50055401448c78adc2771f3043a5 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-06Release version 1.0.0 of sli/adaptorsDan Timoney1-0/+5
Release version 1.0.0 of ccsdk/sli/adaptors Change-Id: I6bc171187c7761fd88450fa0df44adce12c89547 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-05upgrade plugins to sodiumMichael Dürre4-4/+12
fixed unit test and impl due changes in sodium Issue-ID: CCSDK-2545 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I76d00cc9f2af0824536fe428cdd1c5e37f37689e
2020-08-03Update adaptors to sodiumDan Timoney7-10/+69
Update sli/adaptors to OpenDaylight Sodium release. 2 changes were needed: - mdsal-resource : needed to add unimplemented abstract methods in inner anonymous BundleContext class in test case. - resource-assignment: needed to correct unit test problems that were ignored in earlier versions of h2 Change-Id: Ice63bfce64768e46c4376db55e3e9e97d0b934ad Issue-ID: CCSDK-2551 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-30Add error handling for OSGi classes not foundDan Timoney2-19/+30
Added error handling to correctly handle case where SqlResource is used outside an OSGi container. Change-Id: I0b5a526b01c151c4a7924f474bf7d21e783ac260 Issue-ID: CCSDK-2625 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-23RA: Add option for sequential number assignment from a rangestan-sb2-3/+36
Fix case, when no previous numbers have been allocated Change-Id: Iead3cb4fe4a8ed3f6de363d31677eb389e9f1329 Issue-ID: CCSDK-2416 Signed-off-by: Stan Bonev <sb5356@att.com>
2020-06-09RA: Add option for sequential number assignment from a rangesb53566-3/+171
Change-Id: Ifc967676d7c78063ba9ba67706bd4b98ba1d9115 Issue-ID: CCSDK-2416 Signed-off-by: Stan Bonev <sb5356@att.com>
2020-06-02restapicallnode fixSmokowski, Kevin (ks6305)2-4/+70
restapicallnode should support commas in urls Issue-ID: CCSDK-2399 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: If177498b6f854aaa6f89811ab8a134f696e7e700
2020-06-01Merge "added assert statements in 3 test classes"Dan Timoney3-0/+18
2020-06-01Merge "added assert statements in 7 test files"Dan Timoney7-0/+19
2020-05-28added assert statements in 3 test classesRupinder3-0/+18
Issue-ID: CCSDK-2232 Change-Id: Ide54fa192c934dc40bb15034c8e5dbf2c2594f62 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-27added assert statements in 7 test filesRupinder7-0/+19
Issue-ID: CCSDK-2232 Change-Id: I07e3806cac9a317130ad1d5fe4c9af4fb1a17a5d Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-27added assert statements in 5 test filesRupinder5-3/+16
Issue-ID: CCSDK-2232 Change-Id: I31033bc267381cf9f07701e4ebacbd318d3070d9 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-06SOTN-NNI integration test issue fixedsangu_36531-3/+3
ccsdk adaptor not able to process cVLAN and tpId attribute Changed tpId to tp-id and cVLAN to cvlan need cherrypick to frakfurt Issue-ID: CCSDK-2359 Signed-off-by: sangu_3653 <sangappa.m@huawei.com> Change-Id: I73ffbe503e082059b1bdb637dc4841102d92ca05
2020-04-07removed code smellsRupinder4-4/+9
Reduced the code smells Issue-ID: CCSDK-2232 Change-Id: I30eec021ba50f28dc1df2fd554c4e349c4a76dd6 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-03-31removed some unused importsRupinder1-5/+0
Removed unused imports to reduce code smells Issue-ID: CCSDK-2232 Change-Id: Id929b506c9030818a0b9daa975f526699e710270 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-03-26RA: Add the allowed range in the return valuessb53564-8/+65
Change-Id: I18530c17ac78269c1b48ba499edfb3921d23f164 Issue-ID: CCSDK-2189 Signed-off-by: Stan Bonev <sb5356@att.com>
2020-03-24Restapi-call-node: Restoring removal of empty context valuessb53561-0/+4
Issue-ID: CCSDK-2173 Signed-off-by: Stan Bonev <sb5356@att.com> Change-Id: Ib95ad070cec6027192de71740a1400f6a1184488
2020-03-21AAI v19 schema XSD merge to sdncshashikanth.vh@huawei.com1-372/+2132
Merged AAI v19 schema XSD Change-Id: I49e32b89369381c6a7cc25720415856ac0f40a1d Issue-ID: CCSDK-2171 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>