Commits on Source (5)
-
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
-
Lluis Gifre Renom authored
- corrected deployment name in manifest file - added resource requests and limits for monitoring server container
-
Lluis Gifre Renom authored
- corrected components imported by the tests and default my_deploy.sh
-
Lluis Gifre Renom authored
- Added script to generate topologies and services using DC_CSGW_OLS - Corrected script to generate topologies and services using DC_CSGW_TN_OLS - Corrected resources imported by functional tests
-
Lluis Gifre Renom authored
- Implemented generic MutexQueues class - Implemented sequentialization of operations in Device component to prevent data corruption and race conditions
Showing
- deploy.sh 13 additions, 10 deletionsdeploy.sh
- manifests/monitoringservice.yaml 8 additions, 1 deletionmanifests/monitoringservice.yaml
- my_deploy.sh 8 additions, 1 deletionmy_deploy.sh
- src/common/tools/mutex_queues/MutexQueues.py 78 additions, 0 deletionssrc/common/tools/mutex_queues/MutexQueues.py
- src/common/tools/mutex_queues/__init__.py 14 additions, 0 deletionssrc/common/tools/mutex_queues/__init__.py
- src/device/service/DeviceService.py 6 additions, 1 deletionsrc/device/service/DeviceService.py
- src/device/service/DeviceServiceServicerImpl.py 316 additions, 294 deletionssrc/device/service/DeviceServiceServicerImpl.py
- src/tests/ecoc22/deploy_specs.sh 1 addition, 1 deletionsrc/tests/ecoc22/deploy_specs.sh
- src/tests/ecoc22/tests/Objects_DC_CSGW_OLS.py 209 additions, 0 deletionssrc/tests/ecoc22/tests/Objects_DC_CSGW_OLS.py
- src/tests/ecoc22/tests/Objects_DC_CSGW_TN_OLS.py 1 addition, 1 deletionsrc/tests/ecoc22/tests/Objects_DC_CSGW_TN_OLS.py
- src/tests/ecoc22/tests/test_functional_bootstrap.py 3 additions, 2 deletionssrc/tests/ecoc22/tests/test_functional_bootstrap.py
- src/tests/ecoc22/tests/test_functional_cleanup.py 2 additions, 1 deletionsrc/tests/ecoc22/tests/test_functional_cleanup.py
- src/tests/ecoc22/tests/test_functional_create_service.py 5 additions, 2 deletionssrc/tests/ecoc22/tests/test_functional_create_service.py
- src/tests/ecoc22/tests/test_functional_delete_service.py 4 additions, 2 deletionssrc/tests/ecoc22/tests/test_functional_delete_service.py
- src/tests/ofc22/deploy_specs.sh 1 addition, 1 deletionsrc/tests/ofc22/deploy_specs.sh
- src/webui/grafana_dashboard_psql.json 313 additions, 0 deletionssrc/webui/grafana_dashboard_psql.json
- src/webui/service/main/routes.py 44 additions, 19 deletionssrc/webui/service/main/routes.py
- src/webui/service/templates/base.html 2 additions, 2 deletionssrc/webui/service/templates/base.html
- src/webui/service/templates/device/detail.html 1 addition, 0 deletionssrc/webui/service/templates/device/detail.html
src/common/tools/mutex_queues/MutexQueues.py
0 → 100644
src/common/tools/mutex_queues/__init__.py
0 → 100644
This diff is collapsed.
src/webui/grafana_dashboard_psql.json
0 → 100644