Skip to content
Snippets Groups Projects
  1. Sep 17, 2022
    • 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
  2. Sep 13, 2022
    • Lluis Gifre Renom's avatar
      PathComp-Frontend component: · 8b914ba6
      Lluis Gifre Renom authored
      - Added timestamp to logs
      - Improved algorithm execution logs
      - Added basic support for multi-layer path computation
      - Improved KDisjointPath Algorithm with basic multi-layer support
      - Minor improvements in backend request composition
      - Removed unneeded code for unitary tests
      - Added OLS-flavoured unitary test scenario
      8b914ba6
  3. Sep 11, 2022
    • 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
    • Lluis Gifre Renom's avatar
      PathComp component: · 49fef75e
      Lluis Gifre Renom authored
      Frontend:
      - added show logs script
      - improved config settings to get address and port of the backend
      - improved logging of _Algorithm
      - implemented KDisjointPath logic
      
      Backend:
      - added show logs script
      49fef75e
  4. Sep 06, 2022
    • Lluis Gifre Renom's avatar
      PathComp: · 92666714
      Lluis Gifre Renom authored
      - Finished implementation of KDisjointPath algorithm
      - Adjusted Algorithm interface
      - Moved documentation and example test commands to misc folder
      92666714
  5. Sep 02, 2022
    • Lluis Gifre Renom's avatar
      PathComp component: · 1a85a101
      Lluis Gifre Renom authored
      Common:
      - temporarily added backend to pathcomp service for debug purposes
      
      Proto:
      - Added KDisjointPath Algorithm to pathcomp proto
      
      Frontend:
      - refactored Servicer to cope with multiple algorithms
      - added implementation of ShortestPath algorithm
      - added implementation of KShortestPath algorithm
      - added implementation of KDisjointPath algorithm (partial)
      - moved PathComp servicer tools to algorithms subfolder
      - added new unitary test scenario (DC's with CellSiteGWs and Transport Network) to validate KDisjointPath algorithm
      1a85a101
Loading