- 29 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- Added gRPC method to retrieve names of endpoints and devices - Added gRPC method to retrieve topology details
-
- 20 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- Converted load_gen tool into a microservice - Added simple WebUI page to manage it - Created manifests, Dockerfile, etc. - Created proto file to manage the load generator
-
- 04 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- added field "name" to endpoint
-
- 21 Dec, 2022 1 commit
-
-
Sergio Gonzalez Diaz authored
-
- 18 Dec, 2022 1 commit
-
-
Lluis Gifre Renom authored
- DLT connector: added flag to delete records
-
- 15 Dec, 2022 1 commit
-
-
Lluis Gifre Renom authored
- added field name in context - added field name in topology - added field name in device - added field name in link - added field name in service - added field name in slice
-
- 13 Dec, 2022 1 commit
-
-
Ricard Vilalta authored
-
- 12 Dec, 2022 2 commits
-
-
famelis authored
-
Signed-off-by: Georgios P. Katsikas <gkatsikas@ubitech.eu>
-
- 28 Nov, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 22 Nov, 2022 1 commit
-
-
Francisco-Javier Moreno-Muro authored
-
- 18 Nov, 2022 1 commit
-
-
Francisco-Javier Moreno-Muro authored
-
- 04 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- updated proto definition to include the domain that originates the record - updated proto definition to include RecordLink and RecordAllLinks methods - updated proto definition to provide the domain for which RecordAll* methods should be executed - updated DltConnectorClient accordingly - implemented RecordDevice and RecordLink in DltConnectorServicer - removed unused OwnDomainFinder - first functional version of DltEventDispatcher (only processes Devices and Links, by now)
-
- 03 Nov, 2022 1 commit
-
-
Francisco-Javier Moreno-Muro authored
-
- 02 Nov, 2022 3 commits
-
-
Francisco-Javier Moreno-Muro authored
-
Francisco-Javier Moreno-Muro authored
-
Francisco-Javier Moreno-Muro authored
-
- 26 Oct, 2022 1 commit
-
-
Francisco-Javier Moreno-Muro authored
-
- 06 Oct, 2022 1 commit
-
-
Vasilis Katopodis authored
-
- 20 Sep, 2022 1 commit
-
-
Georgios Katsikas authored
This commit provides support for automated invokation of the ztpUpdate RPC upon a DEVICE_UPDATED event. When this event is triggered, the Automation component fetches the associated device configuration and applies it to the device. Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
- 13 Sep, 2022 1 commit
-
-
Lluis Gifre Renom authored
Common: - Extended context proto with 2 methods: UnsetService and UnsetSlice Context component: - Added timestamp to logs - Added methods UnsetService and UnsetSlice to Context client - Implemented methods UnsetService and UnsetSlice in Context servicer - Resolved conflict between service and slice entities with constraints and configrules
-
- 02 Sep, 2022 1 commit
-
-
Lluis Gifre Renom authored
Common: - temporarily added backend to pathcomp service for debug purposes Proto: - Added KDisjointPath Algorithm to pathcomp proto Frontend: - refactored Servicer to cope with multiple algorithms - added implementation of ShortestPath algorithm - added implementation of KShortestPath algorithm - added implementation of KDisjointPath algorithm (partial) - moved PathComp servicer tools to algorithms subfolder - added new unitary test scenario (DC's with CellSiteGWs and Transport Network) to validate KDisjointPath algorithm
-
- 31 Aug, 2022 1 commit
-
-
Fotis Soldatos authored
-
- 08 Aug, 2022 1 commit
-
-
francisco.moreno.external@atos.net authored
-
- 05 Aug, 2022 1 commit
-
-
Ville Hallivuori authored
Merge in XRCA/teraflow from vhallivu/XR_OPTICS_DRIVER_LOGIN_TO_CM to xr_development Squashed commit of the following: commit ba53d51d94c52491c4f70587187bf6746a9613da Author: Ville Hallivuori <VHallivuori@infinera.com> Date: Fri Aug 5 13:26:40 2022 +0300 Initial code for XR Device Driver, can connect to CM and acquire access token. No other functionality
-
- 01 Aug, 2022 4 commits
-
-
Lluis Gifre Renom authored
- Slice: added config rules - Added EndpointPriority constraint - Modified IsolationLevel constraint to contain a repetition of items
-
Fotis Soldatos authored
-
Fotis Soldatos authored
-
Fotis Soldatos authored
-
- 25 Jul, 2022 1 commit
-
-
francisco.moreno.external@atos.net authored
-
- 22 Jul, 2022 1 commit
-
-
francisco.moreno.external@atos.net authored
-
- 21 Jul, 2022 1 commit
-
-
Lluis Gifre Renom authored
- Arranged commit before merge - Replaced string-based timestamps by context.Timestamp - Created helper functions to convert timestamps string from/to float - Arranged requirements to meet dependencies of converter functions
-
- 19 Jul, 2022 4 commits
-
-
Ricard Vilalta authored
-
-
francisco.moreno.external@atos.net authored
-
francisco.moreno.external@atos.net authored
-
- 15 Jul, 2022 1 commit
-
-
francisco.moreno.external@atos.net authored
-
- 14 Jul, 2022 2 commits
-
-
Lluis Gifre Renom authored
- Arranged .gitignore & .gitkeep files in common proto folder - Created specific run_tests_locally script for Context component - Moved imports from *.proto folder to common.proto folder - Adapted common.tools.object_factory to new proto definitions for ConfigRule and Constraint - Extended common.tools.type_checkers to new proto definitions for ConfigRule and Constraint - Removed context's genproto.sh script - Adapted Events generated to new timestamp data type - Minor code and linting fixing
-
Lluis Gifre Renom authored
- fixed issue with messages in policy.proto and context-policy.proto - modified and unified script to generate Python code from proto files - segregated script to generate UML code - added/modified apropriate .gitignore files to prevent uploading generated code. It should be generated locally or during creation of Docker containers - added symbolic link from common/proto to folder containing python generated code
-