- Jan 25, 2023
-
-
Lluis Gifre Renom authored
- reduced dependencies since it breaks pipeline
-
Lluis Gifre Renom authored
- updated pipeline to meet requirements and dependencies
-
- Jan 24, 2023
-
-
Lluis Gifre Renom authored
- removed log messages for testing purposes
-
Lluis Gifre Renom authored
- added copy of connection config rules when creating device - added log messages for testing purposes
-
Lluis Gifre Renom authored
- extended AddDevice to create a device placeholder and get the correct device UUID
-
Lluis Gifre Renom authored
- aggregated error messages in separate file - corrected update of operational status - corrected update of resulting device configuration from device instead of composing from rules (for simplicity) - corrected retrieval of device_uuid in MonitorDeviceKpi - factorized code to compose gRPC device_config rules from raw config rules - code cleanup - added missing logs in unitary test for emulated device driver
-
Lluis Gifre Renom authored
- corrected populate_endpoints method
-
Lluis Gifre Renom authored
- corrected device driver selectors
-
Lluis Gifre Renom authored
- removed internal in-memory database - added storage of connect-related config rules in context and added driver pre-loading when Device component starts - re-organized code of EmulatedDriver - re-organized code to improve clarity - minor code bug resolutions - code cleanup
-
- Jan 19, 2023
-
-
Lluis Gifre Renom authored
- updated definition of constant DEFAULT_CONTEXT_UUID to DEFAULT_CONTEXT_NAME - updated definition of constant DEFAULT_TOPOLOGY_UUID to DEFAULT_TOPOLOGY_NAME
-
- Jan 04, 2023
-
-
Ville Hallivuori authored
-
- Jan 03, 2023
-
-
Ville Hallivuori authored
-
- Dec 30, 2022
-
-
Ricard Vilalta authored
-
Ville Hallivuori authored
-
- Dec 22, 2022
-
-
Lluis Gifre Renom authored
- added support for user/pass basic authentication - added HTTP schema settings - added field to filter desired underlying devices under management - corrected endpoint uuid composition - improved error handling - improved retrieval of existing services
-
- Dec 17, 2022
-
-
Lluis Gifre Renom authored
- Improved endpoint type definition
-
- Dec 16, 2022
-
-
Ville Hallivuori authored
-
- Dec 15, 2022
-
-
Lluis Gifre Renom authored
- improved README file - enabled configuration of histogram buckets - updated emulated and openconfig device driver - updated L2NM, L3NM and TAPI service handlers
-
- Dec 12, 2022
-
-
Ville Hallivuori authored
-
- Nov 30, 2022
-
-
Lluis Gifre Renom authored
- unified RPC method wrapper with performance evaluation - migrated components to new method wrapping API - added new grafana dashboard backups
-
- Nov 28, 2022
-
-
Lluis Gifre Renom authored
- first try of decorating device driver
-
- Nov 25, 2022
- Nov 22, 2022
-
-
Lluis Gifre Renom authored
- added missing Python code file headers
-
Lluis Gifre Renom authored
- updated repo URL in readme file
-
- Nov 21, 2022
-
-
Lluis Gifre Renom authored
- corrected device type name typo - added missing devicetype-to-layer rules
-
Lluis Gifre Renom authored
- minor improvement in error checking
-
- Oct 26, 2022
-
-
Lluis Gifre Renom authored
- improved HTTP status code checks
-
- Oct 14, 2022
-
-
Georgios Katsikas authored
Also, remove unecessary conditions prior to rule insert/update/delete operations Signed-off-by: Georgios P. Katsikas <gkatsikas@ubitech.eu>
-
Lluis Gifre Renom authored
- refined TrandportAPIDriver endpoint retrieval - refined Driver selection
-
- Oct 07, 2022
-
-
Lluis Gifre Renom authored
OpenConfig Driver: - added default endpoint type in case it cannot be retrieved from the remote device - corrected network_instance/edit_config.xml template; wrong XML format
-
- Oct 05, 2022
-
-
Lluis Gifre Renom authored
WebUI: - added icons for optical roadm and optical transponder Common: - added missing device types Device: - added missing emulated device driver mappings
-
- Oct 04, 2022
-
-
Lluis Gifre Renom authored
- Implemented generic MutexQueues class - Implemented sequentialization of operations in Device component to prevent data corruption and race conditions
-
- Sep 29, 2022
-
-
Lluis Gifre Renom authored
Device: - fixed problem with subscription handling
-
- Sep 28, 2022
-
-
Lluis Gifre Renom authored
Common: - added slice to EventTools OFC'22 tests: - corrected OFC'22 delete service test to identify appropriate service to be deleted - removed usage of events for testing Compute: - remove diversity constraint when not populated Device: - removed unused field in database and code polishing Service: - migrated L3NMEmulatedServiceHandler to the new API - polishing of code
-
- Sep 27, 2022
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
- minor formatting
-
PabloArmingolRobles authored
-
- Sep 20, 2022
-
-
Georgios Katsikas authored
This commit adds support for P4 device and resource management by implementing: * key P4 entities as Python objects * a context class for turning P4 info files into context * common functions around P4 * a manager class which exploits P4 entities and context to manage P4 devices * GetConfig() RPC * SetConfig() RPC, and * DeleteConfig() RPC * basic internal and unit tests Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-