Skip to content
Snippets Groups Projects
Commit f3075fcc authored by Release Webservice's avatar Release Webservice
Browse files

Finished release 0.18.

parents f18a2a2a abfec7da
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,9 @@ DEFAULT_ORGANIZATIONS = [
"Lab Devices"
],
"excluded_folders": {
"Aggregates": ["CAE1"]
"Aggregates": ["CAE1"],
"GWS Direct": True,
"GWS Indirect": True,
}
},
{
......@@ -94,7 +96,10 @@ DEFAULT_ORGANIZATIONS = [
"GÉANT VM",
"Lab Devices",
],
"excluded_folders": {}
"excluded_folders": {
"GWS Direct": True,
"GWS Indirect": True,
}
},
{
"name": "CAE1 - Asia",
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.18] - 2021-08-23
- Only provision GWS folders for GEANT Staff organization temporarily
## [0.17] - 2021-08-23
- [POL1-482] to [POL1-484] - Moved dashboard grouping logic to inventory provider to make it easier to look up where interfaces should be in BRIAN.
- [POL1-479] (follows from the above) add LAG and SRV_L3VPN to R&E Peers dashboard
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.17",
version="0.18",
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