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
!46
just remove phy spare interfaces from showing up in any dashboards period
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
just remove phy spare interfaces from showing up in any dashboards period
feature/pol1-855-more-changes
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Sam Roberts
requested to merge
feature/pol1-855-more-changes
into
develop
6 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
712b7290
1 commit,
6 months ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
inventory_provider/routes/poller.py
+
3
−
0
Options
@@ -492,6 +492,9 @@ def _get_dashboards(interface, region=None):
is_phy_upstream
=
re
.
match
(
r
'
PHY UPSTREAM\s
'
,
description
)
if
description
.
startswith
(
'
PHY SPARE
'
):
return
[]
if
'
SRV_L3VPN
'
in
description
and
'
COPERNICUS
'
in
description
:
yield
BRIAN_DASHBOARDS
.
COPERNICUS
if
re
.
match
(
r
'
SRV_CLS\s
'
,
description
):
Loading