We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1681825 commit efbbfe4Copy full SHA for efbbfe4
roles/cluster_infra/defaults/main.yml
@@ -23,16 +23,16 @@ cluster_groups_required:
23
# ignore these for the moment:
24
#etc_hosts: []
25
# cloud_init: [etc_hosts]
26
- systemd: [opendistro, grafana, control, prometheus]
+ systemd: [opensearch, grafana, control, prometheus]
27
28
# These are the additional groups required for monitoring (see everything layout)
29
cluster_groups_monitoring:
30
- podman: [opendistro, filebeat]
+ podman: [opensearch, filebeat]
31
prometheus: [control]
32
grafana: [control]
33
alertmanager: [control]
34
node_exporter: [cluster]
35
- opendistro: [control]
+ opensearch: [control]
36
slurm_stats: [control]
37
filebeat: [slurm_stats]
38
0 commit comments