Skip to content
Snippets Groups Projects
Commit 8c027abc authored by Release Webservice's avatar Release Webservice
Browse files

Finished release 0.27.

parents 0bb38b6d 8c86dd21
No related branches found
No related tags found
No related merge requests found
...@@ -48,10 +48,12 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -48,10 +48,12 @@ DEFAULT_ORGANIZATIONS = [
"excluded_dashboards": [ "excluded_dashboards": [
"GÉANT Office devices", "GÉANT Office devices",
"GÉANT VM", "GÉANT VM",
"Lab Devices" "Lab Devices",
"EUMETSAT"
], ],
"excluded_folders": { "excluded_folders": {
"Aggregates": ["CAE1"] "Aggregates": ["CAE1"],
"EUMETSAT Multicast": True
} }
}, },
{ {
...@@ -68,7 +70,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -68,7 +70,8 @@ DEFAULT_ORGANIZATIONS = [
"GÉANT VM", "GÉANT VM",
"Lab Devices", "Lab Devices",
"IAS", "IAS",
"IAS Peers" "IAS Peers",
"EUMETSAT"
], ],
"excluded_folders": { "excluded_folders": {
"Aggregates": ["CAE1", "GWS UPSTREAMS", "IAS PEERS"], "Aggregates": ["CAE1", "GWS UPSTREAMS", "IAS PEERS"],
...@@ -79,6 +82,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -79,6 +82,7 @@ DEFAULT_ORGANIZATIONS = [
"GWS PHY Upstream": True, "GWS PHY Upstream": True,
"GWS Direct": True, "GWS Direct": True,
"GWS Indirect": True, "GWS Indirect": True,
"EUMETSAT Multicast": True
} }
}, },
{ {
...@@ -93,9 +97,10 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -93,9 +97,10 @@ DEFAULT_ORGANIZATIONS = [
"GÉANT Office devices", "GÉANT Office devices",
"GÉANT VM", "GÉANT VM",
"Lab Devices", "Lab Devices",
"EUMETSAT"
], ],
"excluded_folders": { "excluded_folders": {
"EUMETSAT Multicast": True
} }
}, },
{ {
...@@ -112,7 +117,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -112,7 +117,8 @@ DEFAULT_ORGANIZATIONS = [
"GÉANT VM", "GÉANT VM",
"Lab Devices", "Lab Devices",
"IAS", "IAS",
"IAS Peers" "IAS Peers",
"EUMETSAT"
], ],
"excluded_folders": { "excluded_folders": {
"Aggregates": ["GWS UPSTREAMS", "IAS PEERS"], "Aggregates": ["GWS UPSTREAMS", "IAS PEERS"],
...@@ -121,6 +127,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -121,6 +127,7 @@ DEFAULT_ORGANIZATIONS = [
"IAS PUBLIC": True, "IAS PUBLIC": True,
"IAS UPSTREAM": True, "IAS UPSTREAM": True,
"GWS PHY Upstream": True, "GWS PHY Upstream": True,
"EUMETSAT Multicast": True
} }
} }
] ]
......
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 454,
"links": [
],
"panels": [
{
"datasource": null,
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"folderId": null,
"gridPos": {
"h": 25,
"w": 24,
"x": 0,
"y": 0
},
"headings": false,
"id": 2,
"limit": 100,
"pluginVersion": "7.1.4",
"query": "",
"recent": false,
"search": true,
"starred": false,
"tags": [
"EUMET_MULTICAST"
],
"targets": [
{
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": []
}
],
"timeFrom": null,
"timeShift": null,
"title": "EUMETSAT Multicast",
"type": "dashlist"
}
],
"schemaVersion": 26,
"style": "dark",
"tags": [
"services"
],
"templating": {
"list": []
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
]
},
"timezone": "",
"title": "EUMETSAT",
"version": 1
}
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"groupBy": [ "groupBy": [
{% if not percentile %} {% if not percentile %}
{ {
"params": ["5m"], "params": ["$__interval"],
"type": "time" "type": "time"
}, },
{ {
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.27] - 2021-11-01
- POL1-463: Added a menu item to a dashboard list for EUMETSAT multicast
- changed group by window from '5m' to '$__interval', globally
## [0.26] - 2021-10-12 ## [0.26] - 2021-10-12
- increase thread pool sizes from 1 to 4 - increase thread pool sizes from 1 to 4
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='brian-dashboard-manager', name='brian-dashboard-manager',
version="0.26", version="0.27",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='', description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment