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
!32
Feature/POL1-704 Only tag ae12 subinterfaces for CAE-1 and IC-1 aggregate dashboards
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/POL1-704 Only tag ae12 subinterfaces for CAE-1 and IC-1 aggregate dashboards
feature/POL1-704-only-aggregate-subinterfaces
into
develop
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Pelle Koster
requested to merge
feature/POL1-704-only-aggregate-subinterfaces
into
develop
10 months ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
develop
version 2
bb727c13
10 months ago
version 1
2c197efe
10 months ago
develop (base)
and
latest version
latest version
b2e81f2c
3 commits,
10 months ago
version 2
bb727c13
2 commits,
10 months ago
version 1
2c197efe
1 commit,
10 months ago
2 files
+
14
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
inventory_provider/routes/poller.py
+
2
−
2
Options
@@ -504,10 +504,10 @@ def _get_dashboards(interface):
if
re
.
match
(
r
'
(SRV_GLOBAL|LAG|PHY) INFRASTRUCTURE BACKBONE
'
,
description
):
yield
BRIAN_DASHBOARDS
.
INFRASTRUCTURE_BACKBONE
if
router
==
'
mx1.lon.uk.geant.net
'
\
and
re
.
match
(
r
'
^ae12
(
\.\d+
|$)
$
'
,
ifc_name
):
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
):
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
Loading