diff --git a/inventory_provider/routes/poller.py b/inventory_provider/routes/poller.py index 9ad778941874ca6835b03bf400bfed80306334e6..768fb200f5a22fdca4af9eb153c6662194cdc4a4 100644 --- a/inventory_provider/routes/poller.py +++ b/inventory_provider/routes/poller.py @@ -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