diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py index bc811246bd94510c8b086d2c1f77076ca8dbfc78..2fccc79a566613f34d29bbd075e60257c7d9e9f9 100644 --- a/brian_dashboard_manager/config.py +++ b/brian_dashboard_manager/config.py @@ -37,13 +37,16 @@ STATE_PATH = tempfile.gettempdir() + '/briandashboardmanager-state.json' DEFAULT_ORGANIZATIONS = [ { "name": "GÉANT Staff", - "excluded_nrens": [], + "excluded_nrens": [ + "GEANT", + ], "excluded_dashboards": [], "excluded_folders": {} }, { "name": "NRENs", "excluded_nrens": [ + "GEANT", "CUSTOMER GEANT", "GEANT-IT" ], @@ -61,6 +64,7 @@ DEFAULT_ORGANIZATIONS = [ { "name": "General Public", "excluded_nrens": [ + "GEANT", "CARNET", "PSNC", "PIONIER", @@ -90,6 +94,7 @@ DEFAULT_ORGANIZATIONS = [ { "name": "CAE1 - Europe", "excluded_nrens": [ + "GEANT", "CUSTOMER GEANT", "GEANT-IT", "PSNC", @@ -108,6 +113,7 @@ DEFAULT_ORGANIZATIONS = [ { "name": "CAE1 - Asia", "excluded_nrens": [ + "GEANT", "CARNET", "PSNC", "PIONIER",