1. 02 Dec, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Common: · 2f520913
      Lluis Gifre Renom authored
      - Increased default gRPC workers from 10 to 200
      - added object factory methods for L2NM services
      2f520913
    • Lluis Gifre Renom's avatar
      Manifests: · deb4e096
      Lluis Gifre Renom authored
      - moved manifests for service monitors
      deb4e096
  2. 30 Nov, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Common: · 1829036f
      Lluis Gifre Renom authored
      - updated grafana dashboard backups and prometheus queries
      1829036f
    • Lluis Gifre Renom's avatar
      Common: · 0482f489
      Lluis Gifre Renom authored
      - unified RPC method wrapper with performance evaluation
      - migrated components to new method wrapping API
      - added new grafana dashboard backups
      0482f489
  3. 28 Nov, 2022 5 commits
    • Lluis Gifre Renom's avatar
      Code cleanup · 54af5bbf
      Lluis Gifre Renom authored
      54af5bbf
    • Lluis Gifre Renom's avatar
      Context component: · 7dd26fcd
      Lluis Gifre Renom authored
      - pre-merge cleanup
      7dd26fcd
    • Lluis Gifre Renom's avatar
      Common - Perf Eval Decorator · de520e7c
      Lluis Gifre Renom authored
      - updated deploy specs script
      - added missing commands in README.md
      - renamed test launcher
      - added support for labels
      de520e7c
    • Lluis Gifre Renom's avatar
      Common: · acc602d7
      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
      acc602d7
    • Carlos Manso's avatar
      Implementation of PolicyService. · 2f4526b8
      Carlos Manso authored
      
      Lacks events.
      
      Signed-off-by: Carlos Manso's avatarmansoca <carlos.manso@cttc.es>
      2f4526b8
  4. 25 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · e871a09e
      Lluis Gifre Renom authored
      - updated generic descriptor loader tool
      - updated scenario loader for automated tests
      e871a09e
  5. 24 Nov, 2022 5 commits
  6. 23 Nov, 2022 1 commit
  7. 22 Nov, 2022 1 commit
  8. 21 Nov, 2022 1 commit
  9. 09 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 7c74ce69
      Lluis Gifre Renom authored
      - Added method to update grpc custom constraints with scalar values
      - Improved InterDomain context_queries
      7c74ce69
  10. 08 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 82a6e189
      Lluis Gifre Renom authored
      - implemented generic Context queries
      - added Slice to object_factory
      82a6e189
  11. 04 Nov, 2022 1 commit
  12. 02 Nov, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Interdomain component: · 7f5b969a
      Lluis Gifre Renom authored
      - removed unneeded constant for AGGREGATED topology name
      - removed unused tools
      - code reorganizations and factorizations
      - implemented own-domain-finder class
      - implemented first partial version of topology abstractor
      - implemented abstract device class
      7f5b969a
    • Lluis Gifre Renom's avatar
      Dlt component: · 97248922
      Lluis Gifre Renom authored
      - updated manifest file with gateway container port
      - corrected behaviour of GetFromDlt method in MockDltGateway
      - minor formatting in MockDltGateway
      - implemented first version of DltConnector's Event Dispatcher (to be tested)
      - moved own-domain-uuid finder to separate class in DltConnector
      - implemented method to identify empty/not-found records
      97248922
  13. 28 Oct, 2022 2 commits
    • Lluis Gifre Renom's avatar
      DLT: · 416038a7
      Lluis Gifre Renom authored
      - Extended DltGatewayClient to support configuration through env vars
      - Added DltEventsCollector to DltConnector
      - Implemented RecordDevice in DltConnectorServicer
      416038a7
    • Lluis Gifre Renom's avatar
      MockDltGateway: · 9d6b4876
      Lluis Gifre Renom authored
      - Improved error logging
      9d6b4876
  14. 27 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      DLT: · 0a1b6178
      Lluis Gifre Renom authored
      MockBlockchain:
      - Implemented mock-blockchain module to facilitate testing and debugging of DLT connector & workflows
      - Added manifests, Dockerfile, etc.
      
      DLT Connector:
      - corrected requirements.in
      - updated Dockerfile
      - WIP: implementation of test_unitary.py
      
      DLT Gateway:
      - Improved/extended Dockerfile
      - Moved Dockerfile to correct folder
      - Corrected import path for proto files
      0a1b6178
  15. 26 Oct, 2022 1 commit
  16. 05 Oct, 2022 5 commits
  17. 04 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common and Device: · 10a63cc4
      Lluis Gifre Renom authored
      - Implemented generic MutexQueues class
      - Implemented sequentialization of operations in Device component to prevent data corruption and race conditions
      10a63cc4
  18. 28 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Integration fix resolution: · a2d4ba5b
      Lluis Gifre Renom authored
      Common:
      - added slice to EventTools
      
      OFC'22 tests:
      - corrected OFC'22 delete service test to identify appropriate service to be deleted
      - removed usage of events for testing
      
      Compute:
      - remove diversity constraint when not populated
      
      Device:
      - removed unused field in database and code polishing
      
      Service:
      - migrated L3NMEmulatedServiceHandler to the new API
      - polishing of code
      a2d4ba5b
  19. 17 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Multiple improvements: · 67789ca3
      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
      67789ca3
  20. 13 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 756da240
      Lluis Gifre Renom authored
      - improved objects_factory : Service-related methods
      756da240
  21. 11 Sep, 2022 3 commits
    • Lluis Gifre Renom's avatar
      Multiple changes and fixes: · a5f4f2b6
      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
      a5f4f2b6
    • Lluis Gifre Renom's avatar
      Misc improvements: · d56e5665
      Lluis Gifre Renom authored
      - added object factory method for emulated datacenters
      d56e5665
    • Lluis Gifre Renom's avatar
      Context/Service/PathComp component fixes: · 8a26fd5d
      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
      8a26fd5d
  22. 08 Aug, 2022 1 commit
    • Ville Hallivuori's avatar
      Pull request #2: vhallivu/XR_DRIVER_EMULATE_ENDPOINTS · ac066a01
      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
      ac066a01