Skip to content
Snippets Groups Projects
Commit afa202e2 authored by Doug Szumski's avatar Doug Szumski
Browse files

CI: Fix prometheus-opensearch-upgrade CI job

The upgrade job needs the haproxy exporter group, which
was missing from the inventory.

Change-Id: Ie4ecf283a2f4ac056ace5e76f2acc4ba1a8fe0b4
parent 63cf525a
No related branches found
No related tags found
No related merge requests found
......@@ -681,6 +681,12 @@ storage
[prometheus-mysqld-exporter:children]
mariadb
# TODO(dougszu): Remove in D cycle
{% if is_upgrade %}
[prometheus-haproxy-exporter:children]
loadbalancer
{% endif %}
[prometheus-memcached-exporter:children]
memcached
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment