Skip to content

Commit

Permalink
Fix inventory template for prometheus-msteams
Browse files Browse the repository at this point in the history
The inventory in kolla-ansible uses the prometheus-alertmanager group to
deploy prometheus-msteams instead of the monitoring group.

Change-Id: I32555022f4f056f6105574a287694b913cb5991e
  • Loading branch information
priteau committed Mar 30, 2023
1 parent d0482b6 commit 97fb31b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/kolla-ansible/templates/overcloud-services.j2
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,6 @@ storage
[prometheus-alertmanager:children]
monitoring

[prometheus-msteams:children]
monitoring

[prometheus-openstack-exporter:children]
monitoring

Expand All @@ -530,6 +527,9 @@ monitoring
[prometheus-libvirt-exporter:children]
compute

[prometheus-msteams:children]
prometheus-alertmanager

[masakari-api:children]
control

Expand Down

0 comments on commit 97fb31b

Please sign in to comment.