- 28 Sep, 2022 2 commits
-
-
Lluis Gifre Renom authored
- corrected endpoint identifiers in bearer definitions in Compute
-
Lluis Gifre Renom authored
- adding deploy of slice component - homogeneized bearer definitions in Compute
-
- 27 Sep, 2022 8 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Carlos Natalino Da Silva authored
-
Lluis Gifre Renom authored
- minor formatting
-
PabloArmingolRobles authored
-
- 26 Sep, 2022 1 commit
-
-
Carlos Natalino Da Silva authored
-
- 24 Sep, 2022 2 commits
-
-
gkatsikas authored
Signed-off-by: gkatsikas <katsikas.gp@gmail.com>
-
Georgios Katsikas authored
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
- 20 Sep, 2022 8 commits
-
-
Georgios Katsikas authored
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
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>
-
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
Georgios Katsikas authored
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
Georgios Katsikas authored
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
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>
-
- 19 Sep, 2022 6 commits
-
-
Sergio Gonzalez Diaz authored
-
Javier Moreno authored
-
Georgios Katsikas authored
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
Georgios Katsikas authored
Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>
-
Javier Moreno authored
-
Georgios Katsikas authored
- device: added environemnt variable to prevent loading drivers other than emulated - monitoring: set environment variable to force loading only emulated driver during unitary tests of monitoring
-
- 18 Sep, 2022 1 commit
-
-
Lluis Gifre Renom authored
Service component: - fixed dependency tracking for service teardown WebUI component: - fixed wrong labels and values in service template - fixed wrong labels and values in slice template
-
- 17 Sep, 2022 2 commits
-
-
Lluis Gifre Renom authored
- added tester for TaskScheduler
-
Lluis Gifre Renom authored
ECOC'22 test: - added CTTC OLS and Automation component deployment to script Common: - corrected DeviceType name for transponder Compute: - added bearer definitions for ECOC'22 demo - removed hard errors and replaced by warning log messages - forced to use VPLS, i.e., always slices - added definition of L2-VPN service settings Device component: - forced to use emulated devices for openconfig devices (just for demo purposes, for the sake of reducing demo time) - added commit_per_delete setting in OpenConfigDriver - improved detection of PORT components for ADVA devices PathComp-Frontend component: - added default settings for TAPI connections - corrected reply composition; subservices were added wrongly - added log lines for debug purposes Service component: - corrected ConfigRules for L2NM Emulated Service Handler - adapted TAPI Service Handler to new framework - added log lines in TaskScheduler compose_from_service (debugging) - TaskScheduler compose_from_service does not retrieve all resources (debugging) - removed ConnectionExpander from Tasks ConfigureConnection and DeconfigureConnection WebUI component: - minor improvements
-
- 16 Sep, 2022 1 commit
-
-
PabloArmingolRobles authored
-
- 15 Sep, 2022 4 commits
-
-
Lluis Gifre Renom authored
- minor formatting in service page - minor formatting in slice service page
-
longllu authored
- Adding slice page - Format constraints
-
Sergio Gonzalez Diaz authored
-
Sergio Gonzalez Diaz authored
-
- 14 Sep, 2022 2 commits
-
-
longllu authored
-
-
- 13 Sep, 2022 3 commits
-
-
Lluis Gifre Renom authored
- added timestamp to log lines OpenConfig Driver: - first implementation of L2-VPN configuration (under review and testing)
-
Lluis Gifre Renom authored
- removed unneeded sleep method
-
Lluis Gifre Renom authored
- improved objects_factory : Service-related methods
-