Skip to content
Snippets Groups Projects
Commit 51b282f4 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.137.

parents 90b682da 8df0e662
Branches
Tags 0.137
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.137] - 2024-11-18
- Restore NREN dashboard for EAP NRENs in /poller/interfaces
## [0.136] - 2024-10-30 ## [0.136] - 2024-10-30
- POL1-855: Remove PHY SPARE interfaces showing up in dashboards - POL1-855: Remove PHY SPARE interfaces showing up in dashboards
......
...@@ -546,7 +546,7 @@ def _get_dashboards(interface, region=None): ...@@ -546,7 +546,7 @@ def _get_dashboards(interface, region=None):
if is_phy_upstream: if is_phy_upstream:
yield BRIAN_DASHBOARDS.GWS_PHY_UPSTREAM yield BRIAN_DASHBOARDS.GWS_PHY_UPSTREAM
regex = r'(PHY|LAG|(SRV_(GLOBAL|LHCONE|MDVPN|IAS|CLS|L3VPN))) CUSTOMER\s' 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 yield BRIAN_DASHBOARDS.NREN
if "GA-" in description and "ANA-" in description: if "GA-" in description and "ANA-" in description:
yield BRIAN_DASHBOARDS.ANA yield BRIAN_DASHBOARDS.ANA
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='inventory-provider', name='inventory-provider',
version="0.136", version="0.137",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='Dashboard inventory provider', description='Dashboard inventory provider',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment