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
3838# Install squid into fat image
3939builder
4040
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-
4741[sssd:children]
4842# Install sssd into fat image
4943builder
@@ -56,8 +50,3 @@ cluster
5650
5751[compute_init:children]
5852compute
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 }}"
2222
2323grafana_dashboards_default :
2424 # 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
3332 # openhpc slurm:
3433 - dashboard_file : openhpc-slurm.json
3534 replacements :
@@ -45,12 +44,11 @@ grafana_dashboards_default:
4544 - placeholder : DS_SLURMSTATS
4645 replacement : slurmstats
4746 # 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
5452
5553grafana_dashboards : " {{ grafana_dashboards_default + (openondemand_dashboard if groups.get('openondemand') else []) }}"
5654
You can’t perform that action at this time.
0 commit comments