Skip to content
  1. Jan 20, 2023
    • Lluis Gifre Renom's avatar
      Load Generator component: · 173af90f
      Lluis Gifre Renom authored
      - Converted load_gen tool into a microservice
      - Added simple WebUI page to manage it
      - Created manifests, Dockerfile, etc.
      - Created proto file to manage the load generator
      173af90f
    • Lluis Gifre Renom's avatar
      WebUI: · ecc32069
      Lluis Gifre Renom authored
      - improved device details page
      ecc32069
  2. Jan 19, 2023
  3. Dec 15, 2022
    • longllu's avatar
      WebUI: · d3aa64a2
      longllu authored
      - Update device form.
      d3aa64a2
  4. Dec 13, 2022
    • longllu's avatar
      WebUI : · 05a7465e
      longllu authored
      - Adding the "Add configuration" form.
      - Adding the "Update device" form (not working).
      05a7465e
  5. Dec 02, 2022
    • longllu's avatar
      WebUI: · 87818c07
      longllu authored
      - Adding link tooltip to the topology
      87818c07
    • longllu's avatar
      WebUI: · 95e19c7e
      longllu authored
      - Improving the Add device form
      - Updating the drivers list of the Add device form
      95e19c7e
  6. Nov 25, 2022
  7. Nov 24, 2022
  8. Nov 22, 2022
  9. Nov 09, 2022
    • Lluis Gifre Renom's avatar
      WebUI component: · 8e70d38d
      Lluis Gifre Renom authored
      - minor code formatting
      - added conditions to show hyperlinks only for sub-services and sub-slices in same context
      8e70d38d
  10. Nov 04, 2022
    • Lluis Gifre Renom's avatar
      WebUI component: · e43eb563
      Lluis Gifre Renom authored
      - updated cookie name to prevent cross-instance session data leakage. otherwise, selected topology in one instance, is used in other instances.
      - added Slice component as a dependency of WebUI
      e43eb563
  11. Oct 28, 2022
    • Lluis Gifre Renom's avatar
      WebUI component: · 4bc896fa
      Lluis Gifre Renom authored
      - extneded context selection to context/topology
      - enabled selection of context/topology to plot
      - enabled listing of devices/links based on context/topology
      - updated network icon
      4bc896fa
  12. Oct 26, 2022
  13. Oct 14, 2022
  14. Oct 06, 2022
  15. Oct 05, 2022
  16. Oct 04, 2022
    • 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
  17. Sep 28, 2022
    • Lluis Gifre Renom's avatar
      WebUI: · 40cac64a
      Lluis Gifre Renom authored
      - Improved look & feel of service and slice pages.
      40cac64a
  18. Sep 27, 2022
  19. Sep 26, 2022
  20. Sep 18, 2022
    • 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
  21. 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
  22. Sep 15, 2022
  23. Sep 14, 2022
  24. Sep 13, 2022
    • longllu's avatar
      WebUI improvement: · 209c6248
      longllu authored
      Main page:
      - Change page title to "ETSI TeraFlowSDN Controller"
      - Add slogan "Open Source for Smart Networks and Services" next to the logo (on top)
      - Change Logo and Icon
      
      About page:
      - Change title to "ETSI TeraFlowSDN Controller"
      - Remove link "TeraFlow H2020 webpage" and add link "ETSI Open Source Group for TeraFlowSDN" pointing to: https://tfs.etsi.org/
      - Remove partners logo
      
      Service detail page :
      - Show correct Service Type instead of integer
      - Show service status
      - Format configurations as in device details
      - Format constraints as in device details
      - Add constraints
      - Format endpoints and add device uuid
      
      Service page:
      -Remove constraints
      
      Link detail page:
      -Add device uuid to the endpoints table
      209c6248