- 28 Sep, 2022 1 commit
-
-
Sebastien Andreina authored
-
- 27 Sep, 2022 3 commits
-
-
-
Lluis Gifre Renom authored
-
Sebastien Andreina authored
-
- 20 Sep, 2022 11 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
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
-
- 14 Sep, 2022 2 commits
-
-
Vasilis Katopodis authored
refactor(policy): integrate monitoring protobuf updates See merge request teraflow-h2020/controller!167
-
-
- 13 Sep, 2022 11 commits
-
-
Lluis Gifre Renom authored
Slice component See merge request teraflow-h2020/controller!176
-
Lluis Gifre Renom authored
- clean-up old files - update requirements.in
-
Lluis Gifre Renom authored
- Added timestamp to logs - Implemented DeleteSlice method - Enhanced create/update slice logic
-
-
Lluis Gifre Renom authored
Multiple changes in Context component: See merge request teraflow-h2020/controller!175
-
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
-
Lluis Gifre Renom authored
PathComp component improvements See merge request teraflow-h2020/controller!174
-
Lluis Gifre Renom authored
Merge branch 'feat/pathcomp-component-frontend' of https://gitlab.com/teraflow-h2020/controller into feat/pathcomp-component
-
Lluis Gifre Renom authored
Merge branch 'feat/pathcomp-component-backend' of https://gitlab.com/teraflow-h2020/controller into feat/pathcomp-component
-
Lluis Gifre Renom authored
- Added timestamp to logs - Improved algorithm execution logs - Added basic support for multi-layer path computation - Improved KDisjointPath Algorithm with basic multi-layer support - Minor improvements in backend request composition - Removed unneeded code for unitary tests - Added OLS-flavoured unitary test scenario
-
Lluis Gifre Renom authored
- Increased number of supported topology nodes. - To be improved with dynamic memory.
-
- 11 Sep, 2022 8 commits
-
-
Lluis Gifre Renom authored
Context/Device/Service/PathComp/tests/WebUI component fixes and improvements See merge request teraflow-h2020/controller!173
-
Lluis Gifre Renom authored
- renamed device type OPTICAL_LINE_SYSTEM to OPEN_LINE_SYSTEM
-
Lluis Gifre Renom authored
Common: - renamed device type OPTICAL_LINE_SYSTEM to OPEN_LINE_SYSTEM - added DATACENTER and EMULATED_DATACENTER device types. Context: - modified service constraints for test object to use nomenclature "metric[unit]" - corrected ConstraintModel dump methods Device: - uncommented dump methods in database ContextModel and TopologyModel OFC'22 / OECCPSC'22 tests: - renamed device type OPTICAL_LINE_SYSTEM to OPEN_LINE_SYSTEM WebUI: OFC'22 / OECCPSC'22 tests: - renamed device type OPTICAL_LINE_SYSTEM to OPEN_LINE_SYSTEM
-
Lluis Gifre Renom authored
- added object factory method for emulated datacenters
-
Lluis Gifre Renom authored
- Fixed instantiation parameters in Dockerfile
-
Lluis Gifre Renom authored
Common: - Added missing object factory methods for constraints Context: - Adapted unitary tests to new constraint object factory methods Service: - Adapted unitary tests to new constraint object factory methods PathComp-Backend: - Deactivated health probes since it causes problems in backend REST server PathComp-Frontend: - Correct unitary test constraints for SP algorithm - Adapted unitary tests to new constraint object factory methods - Fixed instantiation of ShortestPath and KDisjointPath Algorithms - Ignore unknown constraints in Algorithm request composition
-
Lluis Gifre Renom authored
Frontend: - added show logs script - improved config settings to get address and port of the backend - improved logging of _Algorithm - implemented KDisjointPath logic Backend: - added show logs script
-
Lluis Gifre Renom authored
- Fix CI/CD pipeline
-