Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
brian-dashboard-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
brian
brian-dashboard-manager
Commits
969221b5
Commit
969221b5
authored
4 years ago
by
Bjarke Madsen
Browse files
Options
Downloads
Patches
Plain Diff
Exclude PSNC/PIONIER.
Exclude missed folders/dashboards for some orgs
parent
4cb0e492
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
brian_dashboard_manager/config.py
+12
-6
12 additions, 6 deletions
brian_dashboard_manager/config.py
with
12 additions
and
6 deletions
brian_dashboard_manager/config.py
+
12
−
6
View file @
969221b5
...
...
@@ -60,6 +60,7 @@ DEFAULT_ORGANIZATIONS = [
"
excluded_nrens
"
:
[
"
CARNET
"
,
"
PSNC
"
,
"
PIONIER
"
,
"
CUSTOMER GEANT
"
,
"
GEANT-IT
"
],
...
...
@@ -68,14 +69,16 @@ DEFAULT_ORGANIZATIONS = [
"
GÉANT VM
"
,
"
Lab Devices
"
"
IAS
"
,
"
GEANTOPEN
"
"
GEANTOPEN
"
,
"
IAS Peers
"
],
"
excluded_folders
"
:
{
"
Aggregates
"
:
[
"
CAE1
"
,
"
GWS UPSTREAMS
"
],
"
Aggregates
"
:
[
"
CAE1
"
,
"
GWS UPSTREAMS
"
,
"
IAS PEERS
"
],
"
IAS CUSTOMER
"
:
True
,
"
IAS PRIVATE
"
:
True
,
"
IAS PUBLIC
"
:
True
,
"
IAS UPSTREAM
"
:
True
"
IAS UPSTREAM
"
:
True
,
"
GWS PHY Upstream
"
:
True
}
},
{
...
...
@@ -96,6 +99,7 @@ DEFAULT_ORGANIZATIONS = [
"
excluded_nrens
"
:
[
"
CARNET
"
,
"
PSNC
"
,
"
PIONIER
"
,
"
CUSTOMER GEANT
"
,
"
GEANT-IT
"
],
...
...
@@ -103,14 +107,16 @@ DEFAULT_ORGANIZATIONS = [
"
GÉANT Office devices
"
,
"
GÉANT VM
"
,
"
Lab Devices
"
"
IAS
"
"
IAS
"
,
"
IAS Peers
"
],
"
excluded_folders
"
:
{
"
Aggregates
"
:
[
"
GWS UPSTREAMS
"
],
"
Aggregates
"
:
[
"
GWS UPSTREAMS
"
,
"
IAS PEERS
"
],
"
IAS CUSTOMER
"
:
True
,
"
IAS PRIVATE
"
:
True
,
"
IAS PUBLIC
"
:
True
,
"
IAS UPSTREAM
"
:
True
"
IAS UPSTREAM
"
:
True
,
"
GWS PHY Upstream
"
:
True
}
}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment