summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client/provider/src
AgeCommit message (Collapse)AuthorFilesLines
2022-10-28Bug fixing for the periodic pulling of Performance Monitoring (PM) data from ↵Hesam Rahimi1-38/+176
3rd party controllers. Issue-ID: CCSDK-3752 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Ie5a0b65686a101e7416608fc10135d25a974aedd
2022-09-20Implementing a mechanism to support periodic pulling of Performance ↵Hesam Rahimi4-0/+726
Monitoring (PM) data from 3rd party controllers. Issue-ID: CCSDK-3752 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I6ee692d1ab370bf9ad3f2f88db63efc2a124b87c
2022-07-27Fix restconf-provider blueprintDan Timoney1-1/+1
Add missing change to YangParserFactory package name in blueprint Issue-ID: CCSDK-3693 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia7bc34d27343c676a1f7ba690bc18c9a98684f53
2022-07-21Migrate sli to sulfur sr1Dan Timoney8-44/+45
Migrate sli to OpenDaylight Sulfur release Issue-ID: CCSDK-3693 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3ca6fb12a03038a9447747650ea2a6e6d6e71d9d
2022-03-22Migrate SLI to OpenDaylight PhosphorusDan Timoney9-32/+33
Updated ccsdk/sli to use Phosphorus SR1 version of parent poms and updated Java Reflection code to handle changes in Phosphorus: - use Uint8/Uint16/Uint32/Uint64 classes in place of char/Short/Long/BigInteger, respectively - add code for toMap method to handle change in representation of yang list from java List to java Map - Add new YangUtils class to replace removed ODL yangtools SchemaUtils class - Update restconf-client due to changes in yangtools Issue-ID: CCSDK-3567 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iea581c7f39b1038ce95cc0ca6728fe56dd023f3e
2022-03-08Updating AAI schema to v25 inside CCSDK/sli's aai-service-provider adaptor.Hesam Rahimi1-0/+1
Issue-ID: CCSDK-3601 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I3f9ef79bdd72a2fe832d7b1185c123be14953e49
2022-03-02Implementation of a RESTCONF client that can establish SSE connectionsHesam Rahimi8-16/+1093
to a RESTCONF server. This is for receiving notification events to support closed-loop for IBNs. Issue-ID: CCSDK-3595 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I2a3be01b03d889b41d4608011436d8b587a621e5
2021-07-20Fix weak crypto issue in restconf adaptorDan Timoney1-3/+4
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-09Add host name verifier that accepts IP addressesDan Timoney1-0/+3
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 Timoney1-4/+12
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-04-19Fix yangparser invocationDan Timoney19-39/+8205
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-02-02migrate sli to alu-SR1Michael DÜrre7-172/+96
migrate ODL interfaces and fix code for changes in alu-SR1 Issue-ID: CCSDK-3089 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Id48dcfc517585f2ce6b30047113cd1d173c3c9dc Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-01-29Revert "migrate sli to alu-SR1"Dan Timoney7-96/+172
This reverts commit ce4e5f9a00d2677495240ad367b9bfc4b74752d0. Reason for revert: ODL upgrade changes need to be backed out until issues in ccsdk/features are resolved. Change-Id: I168e2519e37f3eee61609d0da890c14db49ec49e
2021-01-27migrate sli to alu-SR1Michael DÜrre7-172/+96
migrate ODL interfaces and fix code for changes in alu-SR1 Issue-ID: CCSDK-3089 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Iad824627c581c902b639a2f0246e3133d4e38c48
2020-12-01Migrate files from sli-pluginsJessica Wagantall73-0/+12179
Migrate sli-plugins repo into new directory "plugins". Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>