- 18 Dec, 2022 1 commit
-
-
Lluis Gifre Renom authored
- improved object-factry slice-related methods
-
- 02 Dec, 2022 1 commit
-
-
Lluis Gifre Renom authored
- Increased default gRPC workers from 10 to 200 - added object factory methods for L2NM services
-
- 28 Nov, 2022 3 commits
-
-
Lluis Gifre Renom authored
- pre-merge cleanup
-
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
-
Carlos Manso authored
Lacks events. Signed-off-by: mansoca <carlos.manso@cttc.es>
-
- 25 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- updated generic descriptor loader tool - updated scenario loader for automated tests
-
- 24 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- new generic descriptor loader tool - new scenario loader for automated tests
-
- 21 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- corrected device type name typo - added missing devicetype-to-layer rules
-
- 09 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- Added method to update grpc custom constraints with scalar values - Improved InterDomain context_queries
-
- 08 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- implemented generic Context queries - added Slice to object_factory
-
- 04 Oct, 2022 1 commit
-
-
Lluis Gifre Renom authored
- Implemented generic MutexQueues class - Implemented sequentialization of operations in Device component to prevent data corruption and race conditions
-
- 13 Sep, 2022 1 commit
-
-
Lluis Gifre Renom authored
- improved objects_factory : Service-related methods
-
- 11 Sep, 2022 3 commits
-
-
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
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
-
- 08 Aug, 2022 1 commit
-
-
Ville Hallivuori authored
Merge in XRCA/teraflow from vhallivu/XR_DRIVER_EMULATE_ENDPOINTS to xr_development Squashed commit of the following: commit da5b46937d8f0dd87f535e3d736dc1d9e2043e94 Author: Ville Hallivuori <VHallivuori@infinera.com> Date: Mon Aug 8 15:21:16 2022 +0300 Updates to emulation commit b9d9e566f4622f85767c85b72494fbb33896de60 Author: Ville Hallivuori <VHallivuori@infinera.com> Date: Mon Aug 8 13:49:55 2022 +0300 Add XR constellation icon for topology commit 6d24a643f11ecb684043332500c2ee8b2768e900 Author: Ville Hallivuori <VHallivuori@infinera.com> Date: Mon Aug 8 12:56:16 2022 +0300 Improved XR service creation stubs commit 7d31fd2ecc67848368e2d0eddb616faa6115128d Author: Ville Hallivuori <VHallivuori@infinera.com> Date: Mon Aug 8 08:07:10 2022 +0300 Eulation for XrDriver endpoints
-
- 02 Aug, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 01 Aug, 2022 1 commit
-
-
Lluis Gifre Renom authored
- added helper methods to copy/update grpc messages: config_rules, constraints, endpoint_ids, service_ids - extended Context ConstraintModel to support different types of constraints - extended EndpointModel with get_endpoint helper method - extended SliceModel to incorporate config rules
-
- 24 Jul, 2022 1 commit
-
-
Lluis Gifre Renom authored
- common.tools.timestamp.Converters
-
- 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
-
- 14 Jul, 2022 1 commit
-
-
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
-
- 06 Jul, 2022 1 commit
-
-
Lluis Gifre Renom authored
- improved object factory tools for links
-
- 23 Jun, 2022 1 commit
-
-
Lluis Gifre Renom authored
- not functiona, just skeleton to generate the demo paper. - logic for disjoint paths to be implemented
-
- 20 May, 2022 2 commits
-
-
Lluis Gifre Renom authored
- initial skeleton (not functional)
-
Lluis Gifre Renom authored
- added helper methods to object_factory
-
- 19 May, 2022 1 commit
-
-
Lluis Gifre Renom authored
- defined unified constants for all micro-services - defined common settings getter methods - defined generic gRPC servicer - defined generic Rest servicer - defined common MockServicer for Monitoring component - removed old common/tests MockService class; to be replaced by new generic gRPC servicer - minor code formatting/styling
-
- 17 May, 2022 1 commit
-
-
Lluis Gifre Renom authored
- code styling and cleanup
-
- 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
-
- 16 Feb, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 10 Feb, 2022 1 commit
-
-
Lluis Gifre Renom authored
-
- 05 Oct, 2021 1 commit
-
-
Lluis Gifre Renom authored
- Complete rework of Database API - Integration of Database API into Context - Improvement of API This commit is not a final implementation, just an intermediate backup.
-
- 21 Sep, 2021 2 commits
-
-
Lluis Gifre Renom authored
Minor changes to prevent errors in GitLab CI pipeline. Still partial implementation of "slice" component skeleton.
-
Lluis Gifre Renom authored
- Initial (unfinished) version of Slice component - Factorized and improved check methods from "device" and "service" components to align with "slice" component
-
- 13 Aug, 2021 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
Common / Context / Device / Service: - Improvements in unitary testing - Extended assertion validators tor testing - Factorized service implementation code to improve testability, reusability and increase code coverage
-
- 12 Aug, 2021 1 commit
-
-
Lluis Gifre Renom authored
Factorization of code between services and minor unitary testing improvements. (Not finished, it is just a backup)
-
- 27 Jul, 2021 1 commit
-
-
Lluis Gifre Renom authored
This reverts merge request !3
-