File tree Expand file tree Collapse file tree 3 files changed +12
-31
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +12
-31
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,6 @@ cluster
38
38
# Install squid into fat image
39
39
builder
40
40
41
- [squid]
42
- # DO NOT MERGE:
43
- # configure squid on deploy host (steveb-dev) using stackhpc-dev network
44
- localhost ansible_host=10.20.0.121 ansible_connection=local
45
- # Note you could add any other connection vars e.g. ansible_user you need here
46
-
47
41
[sssd:children]
48
42
# Install sssd into fat image
49
43
builder
@@ -56,8 +50,3 @@ cluster
56
50
57
51
[compute_init:children]
58
52
compute
59
-
60
- # DO NOT MERGE:
61
- # turn on proxying for the cluster
62
- [proxy:children]
63
- cluster
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ grafana_serve_from_sub_path: "{{ groups['openondemand'] | count > 0 }}"
22
22
23
23
grafana_dashboards_default :
24
24
# node exporter slurm:
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
25
+ - dashboard_id : 13427
26
+ replacements :
27
+ - placeholder : DS_PROMETHEUS
28
+ replacement : prometheus
29
+ - placeholder : DS_ELASTICSEARCH
30
+ replacement : slurmstats
31
+ revision_id : 1
33
32
# openhpc slurm:
34
33
- dashboard_file : openhpc-slurm.json
35
34
replacements :
@@ -45,12 +44,11 @@ grafana_dashboards_default:
45
44
- placeholder : DS_SLURMSTATS
46
45
replacement : slurmstats
47
46
# slurm exporter
48
- # DO NOT MERGE:
49
- # - dashboard_id: 4323
50
- # replacements:
51
- # - placeholder: DS_PROMETHEUS
52
- # replacement: prometheus
53
- # revision_id: 3
47
+ - dashboard_id : 4323
48
+ replacements :
49
+ - placeholder : DS_PROMETHEUS
50
+ replacement : prometheus
51
+ revision_id : 3
54
52
55
53
grafana_dashboards : " {{ grafana_dashboards_default + (openondemand_dashboard if groups.get('openondemand') else []) }}"
56
54
You can’t perform that action at this time.
0 commit comments