1. 28 Sep, 2022 3 commits
    • 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
  2. 27 Sep, 2022 8 commits
  3. 26 Sep, 2022 1 commit
  4. 24 Sep, 2022 2 commits
  5. 20 Sep, 2022 8 commits
  6. 19 Sep, 2022 6 commits
  7. 18 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Multiple changes: · 78ff8668
      Lluis Gifre Renom authored
      Service component:
      - fixed dependency tracking for service teardown
      
      WebUI component:
      - fixed wrong labels and values in service template
      - fixed wrong labels and values in slice template
      78ff8668
  8. 17 Sep, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Service component: · b9b82755
      Lluis Gifre Renom authored
      - added tester for TaskScheduler
      b9b82755
    • 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
  9. 16 Sep, 2022 1 commit
  10. 15 Sep, 2022 4 commits
  11. 14 Sep, 2022 2 commits
  12. 13 Sep, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Device component: · e9e44a01
      Lluis Gifre Renom authored
      - added timestamp to log lines
      
      OpenConfig Driver:
      - first implementation of L2-VPN configuration (under review and testing)
      e9e44a01
    • Lluis Gifre Renom's avatar
      Compute: · 651e2ce8
      Lluis Gifre Renom authored
      - removed unneeded sleep method
      651e2ce8