Skip to content
Snippets Groups Projects
Commit f6906293 authored by Pelle Koster's avatar Pelle Koster
Browse files

[POL1-703] Add IC1 aggregate dashboard

parent 6e7fb619
No related branches found
No related tags found
1 merge request!6[POL1-703] Add IC1 aggregate dashboard
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"asDropdown": true, "asDropdown": true,
"icon": "external link", "icon": "external link",
"tags": [ "tags": [
"copernicus" "peer-aggregate"
], ],
"title": "Aggregates", "title": "Aggregates",
"type": "dashboards" "type": "dashboards"
......
...@@ -161,8 +161,13 @@ AGG_DASHBOARDS = { ...@@ -161,8 +161,13 @@ AGG_DASHBOARDS = {
'dashboard_name': 'CAE1', 'dashboard_name': 'CAE1',
'interfaces': [] 'interfaces': []
}, },
'IC1': {
'tag': ['ic1', 'peer-aggregate'],
'dashboard_name': 'IC-1',
'interfaces': []
},
'COPERNICUS': { 'COPERNICUS': {
'tag': ['copernicus', 'services'], 'tag': ['copernicus', 'services', 'peer-aggregate'],
'dashboard_name': 'COPERNICUS', 'dashboard_name': 'COPERNICUS',
'group_by': 'location', 'group_by': 'location',
'interfaces': [] 'interfaces': []
......
...@@ -40,6 +40,7 @@ class BRIAN_DASHBOARDS(Enum): ...@@ -40,6 +40,7 @@ class BRIAN_DASHBOARDS(Enum):
GWS_UPSTREAMS = auto() GWS_UPSTREAMS = auto()
LHCONE = auto() LHCONE = auto()
CAE1 = auto() CAE1 = auto()
IC1 = auto()
COPERNICUS = auto() COPERNICUS = auto()
# NREN customer # NREN customer
......
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