1. 13 Jul, 2023 1 commit
  2. 07 Jul, 2023 3 commits
  3. 31 May, 2023 1 commit
  4. 12 May, 2023 1 commit
  5. 04 May, 2023 1 commit
  6. 20 Apr, 2023 1 commit
  7. 01 Mar, 2023 2 commits
  8. 28 Feb, 2023 1 commit
  9. 25 Feb, 2023 1 commit
  10. 24 Feb, 2023 1 commit
    • pedrenomanre's avatar
      OFC2023 Ready! · 40fd5fda
      pedrenomanre authored
      Slice component functional with an script to generate batches of slices.
      40fd5fda
  11. 22 Feb, 2023 1 commit
  12. 21 Feb, 2023 2 commits
  13. 06 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Compute component: · cba8b97f
      Lluis Gifre Renom authored
      - Corrected structure of Debug API
      - Updated paths and endpoints
      - Removed unneeded common constants
      cba8b97f
  14. 01 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  15. 25 Jan, 2023 3 commits
    • Lluis Gifre Renom's avatar
      CI/CD pipeline · f173762e
      Lluis Gifre Renom authored
      - reduced dependencies since it breaks pipeline
      f173762e
    • Lluis Gifre Renom's avatar
      CI/CD pipeline · 6ead3e74
      Lluis Gifre Renom authored
      - updated pipeline to meet requirements and dependencies
      6ead3e74
    • Lluis Gifre Renom's avatar
      All components: · 5e8130ad
      Lluis Gifre Renom authored
      - migrated from DEFAULT_CONTEXT_UUID to DEFAULT_CONTEXT_NAME
      - migrated from DEFAULT_TOPOLOGY_UUID to DEFAULT_TOPOLOGY_NAME
      - migrated from INTERDOMAIN_TOPOLOGY_UUID to INTERDOMAIN_TOPOLOGY_NAME
      5e8130ad
  16. 20 Jan, 2023 2 commits
  17. 12 Jan, 2023 1 commit
  18. 07 Jan, 2023 1 commit
  19. 30 Nov, 2022 1 commit
    • 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
  20. 28 Nov, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Compute component: · 913175b0
      Lluis Gifre Renom authored
      - fix CI/CD pipeline unit tests
      913175b0
    • 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
  21. 25 Nov, 2022 2 commits
  22. 09 Nov, 2022 1 commit
  23. 14 Oct, 2022 1 commit
  24. 28 Sep, 2022 5 commits
    • 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
    • Carlos Natalino Da Silva's avatar
      Second part of harmonizing L2NM and L3NM according to the latest changes.... · cd94fed3
      Carlos Natalino Da Silva authored
      Second part of harmonizing L2NM and L3NM according to the latest changes. Small fixes around the code.
      cd94fed3
    • Lluis Gifre Renom's avatar
      Integration fix resolution: · 43e39750
      Lluis Gifre Renom authored
      - updated OFC'22 test scripts with source of env variables
      - activated DEBUG logs in Device and Service components
      - added Slice as dependency of Compute
      - removed creation of services in Compute, all goes through Slice
      - Added missing default constraints in PathComp Frontend
      - added logic in Slice to identify if its L2 or L3
      43e39750
    • Lluis Gifre Renom's avatar
      Integration fix resolution: · f8fff9e3
      Lluis Gifre Renom authored
      - corrected endpoint identifiers in bearer definitions in Compute
      f8fff9e3
    • Lluis Gifre Renom's avatar
      Integration fix resolution: · 91704b50
      Lluis Gifre Renom authored
      - adding deploy of slice component
      - homogeneized bearer definitions in Compute
      91704b50
  25. 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
  26. 13 Sep, 2022 1 commit
  27. 11 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Compute component: · b4c93fd7
      Lluis Gifre Renom authored
      - Updated endpoint mapping for ECOC'22 scenario
      - Swapped get-service and get-slice methods to priorize slices over services
      b4c93fd7