1. 22 Dec, 2022 1 commit
  2. 18 Dec, 2022 1 commit
  3. 17 Dec, 2022 1 commit
  4. 15 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common - Method Wrappers: · 32e1a14f
      Lluis Gifre Renom authored
      - improved README file
      - enabled configuration of histogram buckets
      - updated emulated and openconfig device driver
      - updated L2NM, L3NM and TAPI service handlers
      32e1a14f
  5. 12 Dec, 2022 1 commit
  6. 02 Dec, 2022 4 commits
    • Lluis Gifre Renom's avatar
      Common - Method Wrappers: · a56a5557
      Lluis Gifre Renom authored
      - updated default decorator histogram buckets
      - updated grafana dashboard pannel backups
      - updated testing deploy script
      a56a5557
    • 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
    • longllu's avatar
      Common: · 293623a5
      longllu authored
      - solved issue parsing slice config rules
      293623a5
  7. 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
  8. 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
  9. 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
  10. 24 Nov, 2022 5 commits
  11. 23 Nov, 2022 1 commit
  12. 22 Nov, 2022 1 commit
  13. 21 Nov, 2022 1 commit
  14. 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
  15. 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
  16. 04 Nov, 2022 1 commit
  17. 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
  18. 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
  19. 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
  20. 26 Oct, 2022 1 commit
  21. 05 Oct, 2022 5 commits
  22. 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