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
Branches
Tags
No related merge requests found
...@@ -129,16 +129,15 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards): ...@@ -129,16 +129,15 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
'scid': scid 'scid': scid
}) })
else: if 'MDVPN' in service['service_type']:
if 'MDVPN' in service['service_type']: # MDVPN type services don't have data in BRIAN
# MDVPN type services don't have data in BRIAN continue
continue title = f'{name} ({sid})'
title = f'{name} ({sid})' dashboard['SERVICES'].append({
dashboard['SERVICES'].append({ 'measurement': measurement,
'measurement': measurement, 'title': title,
'title': title, 'scid': scid
'scid': scid })
})
for interface in interfaces: for interface in interfaces:
......
...@@ -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.44] - 2022-09-22
- POL1-533: Changed LAG services to be added under service list for NREN access dashboards
## [0.43] - 2022-09-21 ## [0.43] - 2022-09-21
- POL1-629: Remove CLS section (existing interfaces merged into Peering) - POL1-629: Remove CLS section (existing interfaces merged into Peering)
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='brian-dashboard-manager', name='brian-dashboard-manager',
version="0.43", version="0.45",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='', description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment