File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
environments/common/layouts Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 49
49
tasks_from : exporter.yml
50
50
51
51
- name : Deploy Slurm exporter
52
- hosts : control
52
+ hosts : slurm_exporter
53
53
become : true
54
54
tags : slurm_exporter
55
55
tasks :
56
56
- include_role :
57
57
name : slurm_exporter
58
58
tasks_from : " {{ 'configure.yml' if appliances_mode == 'configure' else 'main.yml' }}"
59
59
60
-
61
60
- name : Setup core monitoring software
62
61
hosts : prometheus
63
62
tags : prometheus
Original file line number Diff line number Diff line change 12
12
- name : Setup slurm-driven rebuild
13
13
hosts : rebuild:!builder
14
14
become : yes
15
- environment : " {{ appliances_environment_vars }}"
16
15
tags :
17
16
- rebuild
18
17
- openhpc
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ control
22
22
[slurm_stats:children]
23
23
control
24
24
25
+ [slurm_exporter:children]
26
+ control
27
+
25
28
[filebeat:children]
26
29
slurm_stats
27
30
You can’t perform that action at this time.
0 commit comments