Skip to content

Commit

Permalink
cephadm-adopt: Alertmanager placement count missing
Browse files Browse the repository at this point in the history
Regression from #7576. Alertmanager placement count was missing
after migration to ceph_orch_apply module

Signed-off-by: Teoman ONAY <[email protected]>
(cherry picked from commit 31be495)

# Conflicts:
#	infrastructure-playbooks/cephadm-adopt.yml
  • Loading branch information
asm0deuz authored and mergify[bot] committed Oct 14, 2024
1 parent 5e7ceff commit b0a990c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infrastructure-playbooks/cephadm-adopt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1517,8 +1517,13 @@
environment:
CEPHADM_IMAGE: '{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}'

<<<<<<< HEAD
- name: with dashboard enabled
when: dashboard_enabled | bool
=======
- name: With dashboard enabled
when: dashboard_enabled | bool and groups.get(monitoring_group_name, []) | length > 0
>>>>>>> 31be49506 (cephadm-adopt: Alertmanager placement count missing)
block:
- name: Update the placement of alertmanager hosts
ceph_orch_apply:
Expand All @@ -1528,6 +1533,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 }}
Expand Down

0 comments on commit b0a990c

Please sign in to comment.