Skip to content

Commit efbbfe4

Browse files
committed
fix groups for opensearch
1 parent 1681825 commit efbbfe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/cluster_infra/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ cluster_groups_required:
2323
# ignore these for the moment:
2424
#etc_hosts: []
2525
# cloud_init: [etc_hosts]
26-
systemd: [opendistro, grafana, control, prometheus]
26+
systemd: [opensearch, grafana, control, prometheus]
2727

2828
# These are the additional groups required for monitoring (see everything layout)
2929
cluster_groups_monitoring:
30-
podman: [opendistro, filebeat]
30+
podman: [opensearch, filebeat]
3131
prometheus: [control]
3232
grafana: [control]
3333
alertmanager: [control]
3434
node_exporter: [cluster]
35-
opendistro: [control]
35+
opensearch: [control]
3636
slurm_stats: [control]
3737
filebeat: [slurm_stats]
3838

0 commit comments

Comments
 (0)