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

Merge branch 'feature/POL1-418-ana-graphs' into 'develop'

Feature/POL1-418/POL1-804 Add ANA graphs

See merge request !7
parents 8f7259ab 263942c4
No related branches found
No related tags found
1 merge request!7Feature/POL1-418/POL1-804 Add ANA graphs
...@@ -171,7 +171,12 @@ AGG_DASHBOARDS = { ...@@ -171,7 +171,12 @@ AGG_DASHBOARDS = {
'dashboard_name': 'COPERNICUS', 'dashboard_name': 'COPERNICUS',
'group_by': 'location', 'group_by': 'location',
'interfaces': [] 'interfaces': []
} },
'ANA': {
'tag': ['ana', 'peer-aggregate'],
'dashboard_name': 'ANA',
'interfaces': []
},
} }
......
...@@ -42,6 +42,7 @@ class BRIAN_DASHBOARDS(Enum): ...@@ -42,6 +42,7 @@ class BRIAN_DASHBOARDS(Enum):
CAE1 = auto() CAE1 = auto()
IC1 = auto() IC1 = auto()
COPERNICUS = auto() COPERNICUS = auto()
ANA = auto()
# NREN customer # NREN customer
NREN = auto() NREN = auto()
......
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