1. 04 Oct, 2022 4 commits
    • 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
    • Lluis Gifre Renom's avatar
      ECOC'22 functional test: · 8806bbf9
      Lluis Gifre Renom authored
      - Added script to generate topologies and services using DC_CSGW_OLS
      - Corrected script to generate topologies and services using DC_CSGW_TN_OLS
      - Corrected resources imported by functional tests
      8806bbf9
    • Lluis Gifre Renom's avatar
      Functional tests: · 85a2d9a2
      Lluis Gifre Renom authored
      - corrected components imported by the tests and default my_deploy.sh
      85a2d9a2
    • Lluis Gifre Renom's avatar
      WebUI: · ffbf7393
      Lluis Gifre Renom authored
      - Activated "Grafana" link in top menu
      - Implemented onboarding of devices + configuration from JSON descriptor files
      - added device status in device details page
      - created new grafana dashboard for new PostgreSQL-based monitoring database
      - updated deploy.sh script with correct configuration of Grafana monitoring datasource and new dashboard
      ffbf7393
  2. 29 Sep, 2022 1 commit
  3. 28 Sep, 2022 7 commits
  4. 27 Sep, 2022 8 commits
  5. 26 Sep, 2022 1 commit
  6. 24 Sep, 2022 2 commits
  7. 20 Sep, 2022 8 commits
  8. 19 Sep, 2022 6 commits
  9. 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
  10. 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