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

Finished release 0.44.

parents 69d0383e ffd53dad
No related branches found
No related tags found
No related merge requests found
......@@ -129,16 +129,15 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
'scid': scid
})
else:
if 'MDVPN' in service['service_type']:
# MDVPN type services don't have data in BRIAN
continue
title = f'{name} ({sid})'
dashboard['SERVICES'].append({
'measurement': measurement,
'title': title,
'scid': scid
})
if 'MDVPN' in service['service_type']:
# MDVPN type services don't have data in BRIAN
continue
title = f'{name} ({sid})'
dashboard['SERVICES'].append({
'measurement': measurement,
'title': title,
'scid': scid
})
for interface in interfaces:
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.44] - 2022-09-22
- POL1-533: Changed LAG services to be added under service list for NREN access dashboards
## [0.43] - 2022-09-21
- POL1-629: Remove CLS section (existing interfaces merged into Peering)
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.43",
version="0.45",
author='GEANT',
author_email='swd@geant.org',
description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment