1. 08 Nov, 2022 7 commits
  2. 04 Nov, 2022 8 commits
    • Lluis Gifre Renom's avatar
      NFV-SDN'22: · 521028be
      Lluis Gifre Renom authored
      - updated deploy_specs per domain to deploy service, slice, and pathcomp
      - updated dump_logs script to dump logs for service, slice and pathcomp
      521028be
    • Lluis Gifre Renom's avatar
      Interdomain Component: · cbcfa498
      Lluis Gifre Renom authored
      - First functional version of TopologyAbstractor
      - Updated default context/topology UUIDs
      cbcfa498
    • Lluis Gifre Renom's avatar
      NFV-SDN'22: · dad2ba06
      Lluis Gifre Renom authored
      - updated per-domain topology descriptors
      - added inter-domain slice descriptor
      - updated deploy_specs per domain
      - added deploy_logs script
      - re-activated deployment of all domains
      dad2ba06
    • 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
    • Lluis Gifre Renom's avatar
      Common: · 3c5a4d72
      Lluis Gifre Renom authored
      - updated component manifests to reduce CPU and Memory requests and limits
      3c5a4d72
    • Lluis Gifre Renom's avatar
      Common: · 8af8f707
      Lluis Gifre Renom authored
      - temporarily updated deploy.sh script to disable generation of DLT Gateway docker image
      8af8f707
    • Lluis Gifre Renom's avatar
      Common: · 1021fe69
      Lluis Gifre Renom authored
      - updated deploy.sh script with a flag to select whether docker images should be rebuilt or reuse existing ones
      1021fe69
    • Lluis Gifre Renom's avatar
      DLT - Connector component: · 16bdb723
      Lluis Gifre Renom authored
      - updated proto definition to include the domain that originates the record
      - updated proto definition to include RecordLink and RecordAllLinks methods
      - updated proto definition to provide the domain for which RecordAll* methods should be executed
      - updated DltConnectorClient accordingly
      - implemented RecordDevice and RecordLink in DltConnectorServicer
      - removed unused OwnDomainFinder
      - first functional version of DltEventDispatcher (only processes Devices and Links, by now)
      16bdb723
  3. 02 Nov, 2022 3 commits
    • Lluis Gifre Renom's avatar
      Interdomain component: · 7f5b969a
      Lluis Gifre Renom authored
      - removed unneeded constant for AGGREGATED topology name
      - removed unused tools
      - code reorganizations and factorizations
      - implemented own-domain-finder class
      - implemented first partial version of topology abstractor
      - implemented abstract device class
      7f5b969a
    • Lluis Gifre Renom's avatar
      Dlt component: · 97248922
      Lluis Gifre Renom authored
      - updated manifest file with gateway container port
      - corrected behaviour of GetFromDlt method in MockDltGateway
      - minor formatting in MockDltGateway
      - implemented first version of DltConnector's Event Dispatcher (to be tested)
      - moved own-domain-uuid finder to separate class in DltConnector
      - implemented method to identify empty/not-found records
      97248922
    • Lluis Gifre Renom's avatar
      NFV-SDN'22 scenario: · f6b780b6
      Lluis Gifre Renom authored
      - updated endpoint types to specify border/internal
      f6b780b6
  4. 28 Oct, 2022 7 commits
    • Lluis Gifre Renom's avatar
      NFV-SDN'22 scenario: · 58d1ae72
      Lluis Gifre Renom authored
      - updated per-domain descriptors
      - deactivated deploy script to deploy a single domain for testing purposes
      - added script to reset components' status
      - (partially) documented scenario and workflows
      - added script to show deploy
      58d1ae72
    • 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
    • Lluis Gifre Renom's avatar
      Interdomain component: · 430382ca
      Lluis Gifre Renom authored
      - removed unneeded code in Dockerfile
      - created first partial version of TopologyAbstractor
      430382ca
    • Lluis Gifre Renom's avatar
      DLT: · 416038a7
      Lluis Gifre Renom authored
      - Extended DltGatewayClient to support configuration through env vars
      - Added DltEventsCollector to DltConnector
      - Implemented RecordDevice in DltConnectorServicer
      416038a7
    • Lluis Gifre Renom's avatar
      Context EventsCollector: · 2444817c
      Lluis Gifre Renom authored
      - redesigned EventsCollector to enable auto-reconnections
      2444817c
    • Lluis Gifre Renom's avatar
      MockDltGateway: · 9d6b4876
      Lluis Gifre Renom authored
      - Improved error logging
      9d6b4876
    • Lluis Gifre Renom's avatar
      Manifests: · ae916d20
      Lluis Gifre Renom authored
      - tweaked resources and containers to accelerate tests
      ae916d20
  5. 27 Oct, 2022 15 commits