File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ grafana_serve_from_sub_path: "{{ groups['openondemand'] | count > 0 }}"
22
22
23
23
grafana_dashboards_default :
24
24
# node exporter slurm:
25
- - dashboard_id : 13427
26
- replacements :
27
- - placeholder : DS_PROMETHEUS
28
- replacement : prometheus
29
- - placeholder : DS_ELASTICSEARCH
30
- replacement : slurmstats
31
- revision_id : 1
25
+ # DO NOT MERGE:
26
+ # - dashboard_id: 13427
27
+ # replacements:
28
+ # - placeholder: DS_PROMETHEUS
29
+ # replacement: prometheus
30
+ # - placeholder: DS_ELASTICSEARCH
31
+ # replacement: slurmstats
32
+ # revision_id: 1
32
33
# openhpc slurm:
33
34
- dashboard_file : openhpc-slurm.json
34
35
replacements :
@@ -44,11 +45,12 @@ grafana_dashboards_default:
44
45
- placeholder : DS_SLURMSTATS
45
46
replacement : slurmstats
46
47
# slurm exporter
47
- - dashboard_id : 4323
48
- replacements :
49
- - placeholder : DS_PROMETHEUS
50
- replacement : prometheus
51
- revision_id : 3
48
+ # DO NOT MERGE:
49
+ # - dashboard_id: 4323
50
+ # replacements:
51
+ # - placeholder: DS_PROMETHEUS
52
+ # replacement: prometheus
53
+ # revision_id: 3
52
54
53
55
grafana_dashboards : " {{ grafana_dashboards_default + (openondemand_dashboard if groups.get('openondemand') else []) }}"
54
56
You can’t perform that action at this time.
0 commit comments