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

Add VLAN Interfaces to excluded folders

parent 8bdad921
No related branches found
No related tags found
1 merge request!16Implement get_router_dashboard_data and _provision_vlan_dashboards
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
...@@ -58,7 +58,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -58,7 +58,8 @@ DEFAULT_ORGANIZATIONS = [
"excluded_folders": { "excluded_folders": {
"Aggregates": ["CAE1"], "Aggregates": ["CAE1"],
"EUMETSAT Multicast": True, "EUMETSAT Multicast": True,
"NREN Access LEGACY": True "NREN Access LEGACY": True,
"VLAN Interfaces": True,
} }
}, },
{ {
...@@ -90,7 +91,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -90,7 +91,8 @@ DEFAULT_ORGANIZATIONS = [
"GWS Direct": True, "GWS Direct": True,
"GWS Indirect": True, "GWS Indirect": True,
"EUMETSAT Multicast": True, "EUMETSAT Multicast": True,
"NREN Access LEGACY": True "NREN Access LEGACY": True,
"VLAN Interfaces": True,
} }
}, },
{ {
...@@ -111,7 +113,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -111,7 +113,8 @@ DEFAULT_ORGANIZATIONS = [
], ],
"excluded_folders": { "excluded_folders": {
"EUMETSAT Multicast": True, "EUMETSAT Multicast": True,
"NREN Access LEGACY": True "NREN Access LEGACY": True,
"VLAN Interfaces": True,
} }
}, },
{ {
...@@ -141,7 +144,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -141,7 +144,8 @@ DEFAULT_ORGANIZATIONS = [
"IAS UPSTREAM": True, "IAS UPSTREAM": True,
"GWS PHY Upstream": True, "GWS PHY Upstream": True,
"EUMETSAT Multicast": True, "EUMETSAT Multicast": True,
"NREN Access LEGACY": True "NREN Access LEGACY": True,
"VLAN Interfaces": True,
} }
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment