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

Exclude PSNC/PIONIER.

Exclude missed folders/dashboards for some orgs
parent 4cb0e492
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -60,6 +60,7 @@ DEFAULT_ORGANIZATIONS = [
"excluded_nrens": [ "excluded_nrens": [
"CARNET", "CARNET",
"PSNC", "PSNC",
"PIONIER",
"CUSTOMER GEANT", "CUSTOMER GEANT",
"GEANT-IT" "GEANT-IT"
], ],
...@@ -68,14 +69,16 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -68,14 +69,16 @@ DEFAULT_ORGANIZATIONS = [
"GÉANT VM", "GÉANT VM",
"Lab Devices" "Lab Devices"
"IAS", "IAS",
"GEANTOPEN" "GEANTOPEN",
"IAS Peers"
], ],
"excluded_folders": { "excluded_folders": {
"Aggregates": ["CAE1", "GWS UPSTREAMS"], "Aggregates": ["CAE1", "GWS UPSTREAMS", "IAS PEERS"],
"IAS CUSTOMER": True, "IAS CUSTOMER": True,
"IAS PRIVATE": True, "IAS PRIVATE": True,
"IAS PUBLIC": True, "IAS PUBLIC": True,
"IAS UPSTREAM": True "IAS UPSTREAM": True,
"GWS PHY Upstream": True
} }
}, },
{ {
...@@ -96,6 +99,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -96,6 +99,7 @@ DEFAULT_ORGANIZATIONS = [
"excluded_nrens": [ "excluded_nrens": [
"CARNET", "CARNET",
"PSNC", "PSNC",
"PIONIER",
"CUSTOMER GEANT", "CUSTOMER GEANT",
"GEANT-IT" "GEANT-IT"
], ],
...@@ -103,14 +107,16 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -103,14 +107,16 @@ DEFAULT_ORGANIZATIONS = [
"GÉANT Office devices", "GÉANT Office devices",
"GÉANT VM", "GÉANT VM",
"Lab Devices" "Lab Devices"
"IAS" "IAS",
"IAS Peers"
], ],
"excluded_folders": { "excluded_folders": {
"Aggregates": ["GWS UPSTREAMS"], "Aggregates": ["GWS UPSTREAMS", "IAS PEERS"],
"IAS CUSTOMER": True, "IAS CUSTOMER": True,
"IAS PRIVATE": True, "IAS PRIVATE": True,
"IAS PUBLIC": True, "IAS PUBLIC": True,
"IAS UPSTREAM": True "IAS UPSTREAM": True,
"GWS PHY Upstream": True
} }
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment