- Sep 13, 2024
-
-
Waleed Akbar authored
Deployment Script - Analytics is added in new montioring component to be deployed with TFS. - condition is added in analytics component TFS deployment script. - Analytics show logs files are added. Manifest - modifed KAFKA_ADVERTISED_LISTENERS with internal kafka service address in kafka.yml - analyticsservice.yml added. Analytics - grpc service is added in backend - Docker file for backend and frontend is added. - main file is updaed - small changes in requirements.in files Kafka Variables - get_kafka_address method logic is updated.
-
- Sep 03, 2024
-
-
Waleed Akbar authored
- Added CRDB secret. - Added test script. - Added `main` and `__init__.py` files. - Added Backend Service file. - Added Spark Streamer file (successfully consuming streams from Kafka Topics). - Added Tests folder and files. - Added requirements file. - Added ANALYTICS Kafka topics in `common.tools.kafka.variables` file.
-
- Aug 27, 2024
-
-
Waleed Akbar authored
- updated cmd in test file of KPI manager - move kafka producer object to __init__ function. - write JSON object to Kafka - Read JSON object from Kafka - Slight to manage the affect of JSON object. - Static methods are removed.
-
Waleed Akbar authored
- Improvements in Kafka.variables files. - In KpiValueApiServiceImpl corrected the call from "admin_client()" to "kafka_address()"
-
Waleed Akbar authored
- In Kafka.variables files: get_kafka_address() and get_admin_client() is added. - In KpiValueApiServerImpl Kafka Admin Client call is updated. - Kafka deployment script is added.
-
Waleed Akbar authored
- KFK_NAMESPACE and KFK_PORT
-
Waleed Akbar authored
- KFK_SERVER_PORT and KFK_REDOPLY added into my_deploy.sh file. - refines kafka env variables import
-
Waleed Akbar authored
- KFK_SERVER_ADDRESS_TEMPLATE now defined inside the class KafkaConfig. - variable renamed to "SERVER_ADDRESS" from "server_address"
-
Waleed Akbar authored
- get the values of KAFKA_NAMESPACE and KFK_SERVER_PORT to create KAFKA server address.
-
- Jul 25, 2024
-
-
Lluis Gifre Renom authored
-
Waleed Akbar authored
-
Waleed Akbar authored
-
- Jul 24, 2024
-
-
Waleed Akbar authored
-
- Jul 15, 2024
-
-
Waleed Akbar authored
-
- Jul 12, 2024
-
-
Waleed Akbar authored
-
- Apr 18, 2024
-
-
Lluis Gifre Renom authored
-
- Dec 15, 2023
-
-
Lluis Gifre Renom authored
- Added missing YANG data models - Updated build-yang-bindings.sh script - Corrected unitary test test_ietf_network.py - Reorganized message composer scripts - Removed unneeded code files - Implemented composition of nodes, links, termination points, and networks - Implemented manual fixes for what pyangbind does not support - Added NameMapping class to cache entity names
-
- Feb 01, 2023
-
-
Lluis Gifre Renom authored
- Added/Updated headers - Added script to update copyright headers
-
- Jan 13, 2023
-
-
Lluis Gifre Renom authored
- Added backend for NATS message broker - removed unneeded test script
-
- Feb 16, 2022
-
-
Lluis Gifre Renom authored
-
- Nov 04, 2021
-
-
Lluis Gifre Renom authored
-
- Sep 23, 2021
-
-
Javi Moreno authored
-
- Jul 16, 2021
-
-
Lluis Gifre Renom authored
- monitoring/test_monitoring.py: provides a basic testing skeleton - monitoring/requirements.in/.txt: updated with pytest - monitoring/genproto.py: added instructions to import generated Python modules using "from . import ..." instead of "import ..."; otherwise, pytest and other possible modules doing imports might complain. - monitoring/monitoring_server.py: packed start_server and stop_server functionaity to simplify test definition, minor formattings, bug resolutions and improvements in package import. - monitoring/monitoring_client.py: minor formattings, bug resolutions, and improvements in package import.
-
- Jun 14, 2021
-
-
Ricard Vilalta authored
-
- Jun 11, 2021
-
-
Ricard Vilalta authored
-