Skip to content

Commit b0640a2

Browse files
committed
fix slurm_exporter not happening during build
1 parent 4cc447b commit b0640a2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ansible/monitoring.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@
4949
tasks_from: exporter.yml
5050

5151
- name: Deploy Slurm exporter
52-
hosts: control
52+
hosts: slurm_exporter
5353
become: true
5454
tags: slurm_exporter
5555
tasks:
5656
- include_role:
5757
name: slurm_exporter
5858
tasks_from: "{{ 'configure.yml' if appliances_mode == 'configure' else 'main.yml' }}"
5959

60-
6160
- name: Setup core monitoring software
6261
hosts: prometheus
6362
tags: prometheus

ansible/slurm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
- name: Setup slurm-driven rebuild
1313
hosts: rebuild:!builder
1414
become: yes
15-
environment: "{{ appliances_environment_vars }}"
1615
tags:
1716
- rebuild
1817
- openhpc

environments/common/layouts/everything

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ control
2222
[slurm_stats:children]
2323
control
2424

25+
[slurm_exporter:children]
26+
control
27+
2528
[filebeat:children]
2629
slurm_stats
2730

0 commit comments

Comments
 (0)