Add prometheus-msteams group to kayobe

This adds the prometheus-msteams group into
overcloud-services.j2 as it's missing and has been added
in the yoga release to kolla-ansible.

Change-Id: Ie9b9c49c3f382612a11a6184c30f11c57d40494d
This commit is contained in:
k-s-dean 2022-10-07 10:37:07 +01:00
parent b3cc98d302
commit fa40aab7ff
2 changed files with 8 additions and 0 deletions

View File

@ -508,6 +508,9 @@ storage
[prometheus-alertmanager:children]
monitoring
[prometheus-msteams:children]
monitoring
[prometheus-openstack-exporter:children]
monitoring

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Adds missing Ansible group following the addition of support in Kolla
Ansible for forwarding Prometheus alerts to Microsoft Teams.