- 28 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- fixed show_logs_monitoring script - Context Queries: added get_service, get_slice, get_topology methods - Context Queries: corrected bug with get inter topology - Moved old Build/Load Descriptor scripts to common - Fixed retrieval of objects loaded from descriptors - Deactivated close of clients in descriptor loader - Moved MockOSM library to common tests/tools folder Compute component: - updated to use new context query methods - updated to use new MockOSM location OFC'22 tests: - updated MockOSM paths - updated fixtures - added loggers - corrected WIM service definitions - improved verification of KPIs created and values returned - optimized removal of entities - optimized service discovery in delete test - added on-line logging to tests
-
- 09 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- added scripts to dump logs of DLT component
-
- 06 Oct, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
- Added basic support for ACL rules - Corrected unitary tests
-
- 27 Sep, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 26 Sep, 2022 1 commit
-
-
Carlos Natalino Da Silva authored
-
- 11 Sep, 2022 2 commits
-
-
Lluis Gifre Renom authored
- Renamed DependencyResolver to TaskScheduler - Enhanced TaskScheduler with an extensible Task API framework and extensible dependency resolver - Created TaskExecutor providing an extensible task execution environment - Removed in-memory database; now is stateless and interrogates/updates Context when needed - Extended gRPC servicer to use new TaskScheduler - Removed unneeded files and re-organized helper methods - Extended ServiceHandlerAPI; now SetEndpoint/DeleteEndpoint enables to configure/deconfigure a connection - Moved ServiceHandlerFactory-related methods to the appropriate file - Created ConnectionExpander to resolve from ERO-like paths to lists of links - Created basic tasks: ServiceSetState, ServiceDelete, ConnectionConfigure, ConnectionDeconfigure - Added skeleton for L2NMEmulatedHandler (to be adapted, now is a copy of L3NM one)
-
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
-
- 05 Sep, 2022 1 commit
-
-
Carlos Natalino Da Silva authored
Modifications that enable the use of a single script that builds an image, tests and reports coverage for a specific component.
-
- 31 Aug, 2022 1 commit
-
-
Georgios Katsikas authored
Signed-off-by: gkatsikas <gkatsikas@ubitech.eu>
-
- 05 Aug, 2022 1 commit
-
-
Lluis Gifre Renom authored
- partial integration of PathComp with Service - ongoing work
-
- 02 Aug, 2022 1 commit
-
-
Lluis Gifre Renom authored
- added exposition of redis-tests service for testing with Redis backend - moved delete logic from Context Servicer to ORM components - added support for constraints of different kinds
-
- 27 Jul, 2022 2 commits
-
-
Lluis Gifre Renom authored
Common scripts: - added script to dump logs of all pods/containers in a namespace ECOC'22 demo: - removed unneeded scripts and files - cleaned up run_test scripts - added run test and coverage script - added deploy_specs.sh - added scripts to generate JSON descriptors OFC'22 demo: - added deploy_specs.sh
-
Lluis Gifre Renom authored
- removed redundant scripts and files - added missing show_logs_slice.sh script - partially arranged tutorial page
-
- 26 Jul, 2022 1 commit
-
-
Lluis Gifre Renom authored
Common: - added helper scripts FrontEnd: - corrected import paths - added missing parameters in test - refined creation of backend request
-
- 15 Jul, 2022 3 commits
-
-
Lluis Gifre Renom authored
Device: - Removed obsoleted run_tests_locally-device.sh script - Moved imports from *.proto folder to common.proto folder - Removed device's genproto.sh script - Minor code and linting fixing - Arranged requirements to accelerate Docker image creation - Updated Dockerfile - Arranged GitLab CI/CD pipeline - Corrected usage of ConfigRules to use new custom ConfigRules Monitoring: - Moved imports from *.proto folder to common.proto folder - Removed monitoring's genproto.sh script
-
Lluis Gifre Renom authored
- removed unneeded comments from run_tests_locally*.sh in scripts folder - minor improvement in report_coverage_all.sh - added script to expose through the ingress controller the gRPC interfaces through the ingress controller for debug purposes
-
Lluis Gifre Renom authored
- moved OFC'22 helper scripts to show logs to main scripts folder and adapted to use scenario definition variables
-
- 14 Jul, 2022 2 commits
-
-
Lluis Gifre Renom authored
- moved old deployment scripts to scripts/old - added NGINX-based ingress controller to expose http-based endpoints from a single connection point - adapted webui K8s manifest to be used with the ingress controller - improved install_requirements.sh (renamed from install_development_dependencies.sh) to prevent collision of package versions - adapted script to show deployment - created functional example settings script my_deploy.sh - created improved deploy.sh script - added first version of the deployment tutorial. Run Experiments and Development are work in progress.
-
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
-
- 20 May, 2022 2 commits
-
-
Lluis Gifre Renom authored
- initial skeleton (not functional)
-
Lluis Gifre Renom authored
- corrected unitary test file for device component - arranged clients used by optical centralized attack detector - Minor corrections in unitary test of Context component - corrected skeleton for unitary tests of Slice component
-
- 19 May, 2022 2 commits
-
-
Lluis Gifre Renom authored
- Migrated to use new generic gRPC servicer - Migrated to use new generic Rest servicer - Migrated to use new settings framework - Migrated tests to use new generic servicers and mock's - Solved bug with endpoint monitors' population (dupplicated sample types due to wrong key generation) - Use Emulated driver when both driver and device type are not specified - Separated unitary tests and execution scripts per device driver - Extracted common unitary test functionalities into separate code files - Minor code styling/formatting
-
Lluis Gifre Renom authored
- relocated/renamed wrongly placed/named scripts - removed unneeded scripts - added missing headers in scripts
-
- 16 May, 2022 1 commit
-
-
Roberto Rubino authored
new development of microwave device - implemented the Api to get configurations, create and delete services
-
- 03 May, 2022 1 commit
-
-
Lluis Gifre Renom authored
-
- 08 Mar, 2022 3 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 04 Mar, 2022 2 commits
-
-
Lluis Gifre Renom authored
- Added run-test-locally specific for device component. L3NMEmulated/L3NMOpenConfig Service Handlers: - Added routing policy configuration rules - Corrected unitary tests incorporating missing configuration attributes.
-
Lluis Gifre Renom authored
- Added Routing Policies as special resource for interrogation during initialization - Added flags in unitary tests to control which tests to be executed in OpenConfig. - Added run-test-locally specific for device component. OpenConfig Driver: - Implemented routing policy templates, parsing and configuration. - Implemented retry decorator for NetConf client.
-
- 17 Feb, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-