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
......@@ -58,7 +58,8 @@ DEFAULT_ORGANIZATIONS = [
"excluded_folders": {
"Aggregates": ["CAE1"],
"EUMETSAT Multicast": True,
"NREN Access LEGACY": True
"NREN Access LEGACY": True,
"VLAN Interfaces": True,
}
},
{
......@@ -90,7 +91,8 @@ DEFAULT_ORGANIZATIONS = [
"GWS Direct": True,
"GWS Indirect": True,
"EUMETSAT Multicast": True,
"NREN Access LEGACY": True
"NREN Access LEGACY": True,
"VLAN Interfaces": True,
}
},
{
......@@ -111,7 +113,8 @@ DEFAULT_ORGANIZATIONS = [
],
"excluded_folders": {
"EUMETSAT Multicast": True,
"NREN Access LEGACY": True
"NREN Access LEGACY": True,
"VLAN Interfaces": True,
}
},
{
......@@ -141,7 +144,8 @@ DEFAULT_ORGANIZATIONS = [
"IAS UPSTREAM": True,
"GWS PHY Upstream": 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