Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inventory-provider
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
dashboardv3
inventory-provider
Merge requests
!28
[POL1-0703] add support for IC1 dashboard
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[POL1-0703] add support for IC1 dashboard
feature/POL1-703-IC1-dashboard
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
Pelle Koster
requested to merge
feature/POL1-703-IC1-dashboard
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
171a3c93
1 commit,
1 year ago
4 files
+
28
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
inventory_provider/routes/poller.py
+
4
−
0
Options
@@ -118,6 +118,7 @@ class BRIAN_DASHBOARDS(Enum):
GWS_UPSTREAMS
=
auto
()
LHCONE
=
auto
()
CAE1
=
auto
()
IC1
=
auto
()
COPERNICUS
=
auto
()
# NREN customer
@@ -480,6 +481,9 @@ def _get_dashboards(interface):
if
router
==
'
mx1.lon.uk.geant.net
'
\
and
re
.
match
(
r
'
^ae12(\.\d+|$)$
'
,
ifc_name
):
yield
BRIAN_DASHBOARDS
.
CAE1
if
router
==
'
rt1.mar.fr.geant.net
'
\
and
re
.
match
(
r
'
^ae12(\.\d+|$)$
'
,
ifc_name
):
yield
BRIAN_DASHBOARDS
.
IC1
if
re
.
match
(
r
'
PHY UPSTREAM\s
'
,
description
):
yield
BRIAN_DASHBOARDS
.
GWS_PHY_UPSTREAM
regex
=
r
'
(PHY|LAG|(SRV_(GLOBAL|LHCONE|MDVPN|IAS|CLS|L3VPN))) CUSTOMER\s
'
Loading