From 292d13c8a115594a59f5beb1f9e0aa48273f1af2 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Wed, 2 Oct 2024 16:43:39 +0200 Subject: [PATCH] cephadm-adopt: Alertmanager placement count missing Regression from #7576. Alertmanager placement count was missing after migration to ceph_orch_apply module Signed-off-by: Teoman ONAY --- infrastructure-playbooks/cephadm-adopt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index 2ecf68dbdf..b410afc8f9 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -1485,6 +1485,7 @@ service_id: "{{ ansible_facts['hostname'] }}" placement: label: "{{ monitoring_group_name }}" + count: "{{ groups.get(monitoring_group_name, []) | length }}" {% if grafana_server_addr is defined %} networks: - {{ grafana_server_addr }}