- 12 Nov, 2021 8 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
Deactivated some Device monitoring functionality partially implemented to enable a functional commit into develop.
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
Device: - Implemented Driver API with some special resources to enable retrieving endpoints from devices, interfaces, and network instances. - Implemented special resource_keys (_connect/*) to enable AddDevice to obtain settings used to connect to remote devices (address, port, username, password, etc.) - Implemented Emulated Driver (only for testing) - Implemented OpenConfig Driver (missing to implement monitoring; templates for Infinera devices to be tested with other device vendors) - Minor bugs and code improvements - Improved test unit to enable easy testing of vendor devices and keep credentials secret.
-
- 10 Nov, 2021 3 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
- reorganized some files and modules - implemented discovery of device endpoints for OpenConfig driver - implemented retrieval of current configuration for OpenConfig driver - updated test units and separated in emulated and openconfig test sets
-
- 05 Nov, 2021 1 commit
-
-
Lluis Gifre Renom authored
- added missing proto files in genproto.sh - created .gitignore files to prevent sharing device credentials and data - improved MonitoringLoops class with one thread per driver for data collection, a unique aggregation queue and one single thread for data export to monitoring - added GetResource method to Driver API - improved DriverFactory to select the driver that better fits with filter fields in terms of number of correspondences in filter fields. Drivers with some mismatch filter are discarded. - implemented proper initialization and connection of drivers to real devices - started to implement OpenConfig driver with support for Infinera Packet Routers
-
- 04 Nov, 2021 9 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
- Implemented Database models for KpiModel and KpiSampleType - Added MonitorDeviceKpi to DeviceClient - Added MonitorDeviceKpi to DeviceServiceServicerImpl (partial implementation) - Created MonitoringLoops class (partial implementation)
-
Lluis Gifre Renom authored
Merge branch 'feat/monitoring-service' of https://gitlab.com/teraflow-h2020/controller into feat/device-adapt-to-context-api
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
- Subscriptions to be implemented
-
Lluis Gifre Renom authored
feat: Automation component implementation See merge request teraflow-h2020/controller!33
-
Lluis Gifre Renom authored
feat: update policy protobufs See merge request teraflow-h2020/controller!32
-
Georgios Katsikas authored
Policy component's protobufs are updated based upon the Event Condition Action (ECA) model. Minor fixes are applied to the slice.proto in order to compile. Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
- 03 Nov, 2021 4 commits
-
-
Lluis Gifre Renom authored
Common: - Normalized report_coverage_*.sh scripts, and temporarily summarized results in device one for testing purposes. - Adapted run_tests_locally.sh script for testing purposes - Improved message synthesis of ServiceException Context: - Improved ConfigModel helper functions Device (intermediate backup): - Removed DataCache since it reduces readability of the code. Moved database one level up. - Improved ServicerImpl and moved DataCache functionality over there. - Added condition to prevent AddDevice request from carrying a configuration. - Multiple pre-work required for processing configuration differences in DeviceServiceServicerImpl.
-
fsoldatos authored
-
https://gitlab.com/teraflow-h2020/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://gitlab.com/teraflow-h2020/controller into feat/device-adapt-to-context-api
-
Lluis Gifre Renom authored
- Added method to delete config rules when action is DELETE. - Temporary changes in run_tests_local.sh scripts
-
- 02 Nov, 2021 3 commits
-
-
Lluis Gifre Renom authored
- Multiple minor bug resolutions - DeviceClient: solved logging bug - EmulatedDriver: solved GetConfig bug and added event to prevent double connection requests - DriverInstanceCache, DriverFactory: Added formatting of filter fields - DataCache: solved minor bug - DriverAPI test unit: corrected getconfig assertion check - Device test unit: reimplemented, first complete test after component reworking - DataCache/DeviceTools: solved several minor bugs - DeviceServiceServicerImpl: added removal of drivers and endpoints when device is removed.
-
Sergio Gonzalez Diaz authored
-
Sergio Gonzalez Diaz authored
-
- 29 Oct, 2021 12 commits
-
-
Lluis Gifre Renom authored
Minor fixes to correct CI/CD issues. See merge request teraflow-h2020/controller!31
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
Multiple fixes to correct problems with common.database in Compute, Service and CentralizedAttackDetector. See merge request teraflow-h2020/controller!30
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
- Corrections in Service to prevent errors in GitLab CI/CD pipeline. - Minor improvements in random classes.
-
Lluis Gifre Renom authored
-
Sergio Gonzalez Diaz authored
-
Sergio Gonzalez Diaz authored
Merge monitoring-service to develop See merge request teraflow-h2020/controller!28
-
Sergio Gonzalez Diaz authored
-
Sergio Gonzalez Diaz authored
-
Sergio Gonzalez Diaz authored
-
Sergio Gonzalez Diaz authored
# Conflicts: # .gitignore # .gitlab-ci.yml
-