1. 15 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · 16ad5d96
      Lluis Gifre Renom authored
      - reviewing integration with CockroachDB
      - reviewing context REST API
      - reviewing database schema
      - reviewing code
      16ad5d96
  2. 23 Nov, 2022 2 commits
  3. 22 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 6df7c1c1
      Lluis Gifre Renom authored
      - Reduced log level of device, service and slice components to INFO
      6df7c1c1
  4. 10 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 57dcd983
      Lluis Gifre Renom authored
      - reactivated build and deployment of DLT Gateway component
      57dcd983
  5. 09 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 579d5194
      Lluis Gifre Renom authored
      - Reduced log verbosity of Device, DLT and Service components
      579d5194
  6. 04 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 3c5a4d72
      Lluis Gifre Renom authored
      - updated component manifests to reduce CPU and Memory requests and limits
      3c5a4d72
  7. 02 Nov, 2022 1 commit
    • 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
  8. 28 Oct, 2022 1 commit
  9. 27 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      DLT: · 0a1b6178
      Lluis Gifre Renom authored
      MockBlockchain:
      - Implemented mock-blockchain module to facilitate testing and debugging of DLT connector & workflows
      - Added manifests, Dockerfile, etc.
      
      DLT Connector:
      - corrected requirements.in
      - updated Dockerfile
      - WIP: implementation of test_unitary.py
      
      DLT Gateway:
      - Improved/extended Dockerfile
      - Moved Dockerfile to correct folder
      - Corrected import path for proto files
      0a1b6178
  10. 26 Oct, 2022 1 commit
  11. 04 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Monitoring component: · d743ddd1
      Lluis Gifre Renom authored
      - corrected deployment name in manifest file
      - added resource requests and limits for monitoring server container
      d743ddd1
  12. 28 Sep, 2022 1 commit
    • 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
  13. 27 Sep, 2022 3 commits
  14. 14 Sep, 2022 1 commit
  15. 11 Sep, 2022 2 commits
    • 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-Backend component: · c5dd2aa6
      Lluis Gifre Renom authored
      - Fix CI/CD pipeline
      - Correct log argument to make it screen-only
      - Remove old data files
      - Activate health probes
      c5dd2aa6
  16. 08 Sep, 2022 1 commit
  17. 07 Sep, 2022 1 commit
  18. 06 Sep, 2022 2 commits
  19. 05 Sep, 2022 1 commit
  20. 02 Sep, 2022 3 commits
    • 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
    • Sergio Gonzalez Diaz's avatar
      Update monitoringservice.yaml · a3700c1e
      Sergio Gonzalez Diaz authored
      a3700c1e
    • Lluis Gifre Renom's avatar
      PathComp: · 9af0d9f3
      Lluis Gifre Renom authored
      - integrated in deploy.sh script
      - defined manifest
      9af0d9f3
  21. 26 Jul, 2022 2 commits
  22. 22 Jul, 2022 1 commit
  23. 15 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Adapted WebUI to common proto folder · a57fcc00
      Lluis Gifre Renom authored
      - Moved imports from *.proto folder to common.proto folder
      - Removed webui's genproto.sh script
      - Minor code and linting fixing
      - Arranged requirements to accelerate Docker image creation
      - Updated Dockerfile
      - Arranged GitLab CI/CD pipeline
      - Corrected usage of ConfigRules to use new custom ConfigRules
      - Moved config variables to new config framework
      - Removed unneeded Config variables
      a57fcc00
  24. 14 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      MicroK8s deployment scripts: · d4955a06
      Lluis Gifre Renom authored
      - moved old deployment scripts to scripts/old
      - added NGINX-based ingress controller to expose http-based endpoints from a single connection point
      - adapted webui K8s manifest to be used with the ingress controller
      - improved install_requirements.sh (renamed from install_development_dependencies.sh) to prevent collision of package versions
      - adapted script to show deployment
      - created functional example settings script my_deploy.sh
      - created improved deploy.sh script
      - added first version of the deployment tutorial. Run Experiments and Development are work in progress.
      d4955a06
  25. 20 May, 2022 1 commit
  26. 03 May, 2022 1 commit
  27. 24 Feb, 2022 2 commits
  28. 23 Feb, 2022 1 commit
  29. 16 Feb, 2022 2 commits
  30. 15 Feb, 2022 1 commit