- 27 Sep, 2022 12 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
https://gitlab.com/teraflow-h2020/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://gitlab.com/teraflow-h2020/controller into feat/ecoc22-dc-interconnect-disjoint
-
Lluis Gifre Renom authored
OpenConfigDriver: implemented support for ACLs and L2VPNs See merge request teraflow-h2020/controller!190
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
feat: P4 device driver See merge request teraflow-h2020/controller!185
-
Lluis Gifre Renom authored
style(service): fix style issues in service handler See merge request teraflow-h2020/controller!187
-
Lluis Gifre Renom authored
-
https://gitlab.com/teraflow-h2020/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://gitlab.com/teraflow-h2020/controller into feat/device-oc-acl-candidate
-
Lluis Gifre Renom authored
- minor formatting
-
PabloArmingolRobles 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 15 commits
-
-
Georgios Katsikas authored
fix: broken links in Automation and Policy README files See merge request teraflow-h2020/controller!186
-
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
doc(policy): update README See merge request teraflow-h2020/controller!184
-
Georgios Katsikas authored
doc(automation): update README See merge request teraflow-h2020/controller!183
-
Georgios Katsikas authored
feat: ztpUpdate RPC is also event-driven See merge request teraflow-h2020/controller!182
-
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>
-
Georgios Katsikas authored
fix: running config rules should not contain exceptions See merge request teraflow-h2020/controller!180
-
Georgios Katsikas authored
style: changes in parent Driver API documentation See merge request teraflow-h2020/controller!181
-
Georgios Katsikas authored
Device/Monitoring component: See merge request teraflow-h2020/controller!178
-
- 19 Sep, 2022 4 commits
-
-
Lluis Gifre Renom authored
Including script to build, test and report See merge request teraflow-h2020/controller!171
-
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
- 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 3 commits
-
-
https://gitlab.com/teraflow-h2020/controllerLluis Gifre Renom authored
Merge branch 'feat/webui' of https://gitlab.com/teraflow-h2020/controller into feat/ecoc22-dc-interconnect-disjoint
-
https://gitlab.com/teraflow-h2020/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://gitlab.com/teraflow-h2020/controller into feat/ecoc22-dc-interconnect-disjoint
-
Lluis Gifre Renom authored
- minor formatting in service page - minor formatting in slice service page
-