Skip to content
Snippets Groups Projects
Commit 78fb1059 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

don't remove EAP nrens from NREN dashboard generation

parent c3a27c07
Branches
Tags
No related merge requests found
......@@ -546,7 +546,7 @@ def _get_dashboards(interface, region=None):
if is_phy_upstream:
yield BRIAN_DASHBOARDS.GWS_PHY_UPSTREAM
regex = r'(PHY|LAG|(SRV_(GLOBAL|LHCONE|MDVPN|IAS|CLS|L3VPN))) CUSTOMER\s'
if re.match(regex, description) and region is None:
if re.match(regex, description):
yield BRIAN_DASHBOARDS.NREN
if "GA-" in description and "ANA-" in description:
yield BRIAN_DASHBOARDS.ANA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment