- 26 Jan, 2023 4 commits
-
-
Lluis Gifre Renom authored
- activated Grafana in WebUI - disabled Context debug endpoint in Ingress controller
-
Lluis Gifre Renom authored
- updated log level to INFO
-
Lluis Gifre Renom authored
- updated old gitlab.com URLs by new labs.etsi.org URLs. - updated Context to use secrets generated by CockroachDB and NATS
-
Lluis Gifre Renom authored
- updated deploy scripts to include CockroachDB and NATS - reorganized deploy scripts in a new "deploy" folder
-
- 25 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- updated instructions - file cleanup
-
- 24 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- activated debug for testing purposes - reduced number of replicas to 1
-
- 23 Jan, 2023 2 commits
-
-
Lluis Gifre Renom authored
- deactivated DEBUG log level
-
Lluis Gifre Renom authored
- activated DEBUG log level
-
- 20 Jan, 2023 3 commits
-
-
Lluis Gifre Renom authored
- deactivated Grafana pannel
-
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
-
Lluis Gifre Renom authored
- updated README file
-
- 19 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- updated manifest file
-
- 12 Jan, 2023 3 commits
-
-
Lluis Gifre Renom authored
- updated CI/CD pipeline
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 02 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- updated manifests to v22.2.0 - renamed namespace to crdb - added script to launch cockroachdb client
-
- 23 Dec, 2022 1 commit
-
-
Lluis Gifre Renom authored
- updated manifest - corrected README.md notes - corrected script run-tests-locally - partial code implementation
-
- 17 Dec, 2022 1 commit
-
-
Lluis Gifre Renom authored
- added missing metrics ports in core services - updated scalping time to 5 seconds
-
- 15 Dec, 2022 1 commit
-
-
Lluis Gifre Renom authored
- reviewing integration with CockroachDB - reviewing context REST API - reviewing database schema - reviewing code
-
- 02 Dec, 2022 2 commits
-
-
Lluis Gifre Renom authored
- updated replicas of service and pathcomp to 5 - temporarily disabled WebUI Grafana
-
Lluis Gifre Renom authored
- moved manifests for service monitors
-
- 24 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- updated manifests for context, device, service, slice to expose metrics endpoint
-
- 23 Nov, 2022 2 commits
-
-
Lluis Gifre Renom authored
- activated deployment of Grafana dashboard
-
Lluis Gifre Renom authored
- reduced log level of some components
-
- 22 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- Reduced log level of device, service and slice components to INFO
-
- 10 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- reactivated build and deployment of DLT Gateway component
-
- 09 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- Reduced log verbosity of Device, DLT and Service components
-
- 04 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- updated component manifests to reduce CPU and Memory requests and limits
-
- 02 Nov, 2022 1 commit
-
-
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
-
- 28 Oct, 2022 1 commit
-
-
Lluis Gifre Renom authored
- tweaked resources and containers to accelerate tests
-
- 27 Oct, 2022 1 commit
-
-
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
-
- 26 Oct, 2022 1 commit
-
-
Lluis Gifre Renom authored
- Created initial scenario deployment scripts and manifests
-
- 04 Oct, 2022 1 commit
-
-
Lluis Gifre Renom authored
- corrected deployment name in manifest file - added resource requests and limits for monitoring server container
-
- 28 Sep, 2022 1 commit
-
-
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
-
- 27 Sep, 2022 3 commits
-
-
Carlos Natalino Da Silva authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 14 Sep, 2022 1 commit
-
-
longllu authored
-
- 11 Sep, 2022 2 commits
-
-
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
-
Lluis Gifre Renom authored
- Fix CI/CD pipeline - Correct log argument to make it screen-only - Remove old data files - Activate health probes
-