- 17 Nov, 2021 1 commit
-
-
fsoldatos authored
-
- 12 Nov, 2021 16 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
First working version of Device with Emulated and OpenConfig drivers (except device monitoring) See merge request teraflow-h2020/controller!38
-
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.
-
Lluis Gifre Renom authored
Integrated L3 services UPM See merge request teraflow-h2020/controller!29
-
Lluis Gifre Renom authored
# Conflicts resolved: # .gitlab-ci.yml
-
Lluis Gifre Renom authored
Renaming the monitoring yaml file to follow the pattern expected by the script. See merge request teraflow-h2020/controller!37
-
Carlos Natalino Da Silva authored
-
Fotis Soldatos authored
feat: implementation of Policy service See merge request teraflow-h2020/controller!36
-
fsoldatos authored
-
- 11 Nov, 2021 2 commits
-
-
Fotis Soldatos authored
feat: streams implementation for automation service See merge request teraflow-h2020/controller!34
-
fsoldatos authored
-
- 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 6 commits
-
-
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
-
ldemarcosm authored
-
ldemarcosm authored
-
ldemarcosm authored
-
ldemarcosm authored
-
ldemarcosm authored
-
- 04 Nov, 2021 10 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
-
ldemarcosm authored
-
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 2 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
-