Skip to content

Commit 66a7101

Browse files
committed
Add mysqld_exporter and podman-exporter image overrides
Add ceilometerMysqldExporterImage and edpmPodmanExporterImage fields to the update_containers template. This allows Zuul content-provider jobs for mysqld_exporter and prometheus-podman-exporter to override the container images used in functional tests via the OpenStackVersion custom resource. Generated-By: Claude-Code claude-opus-4-6
1 parent d4ae12d commit 66a7101

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

roles/update_containers/templates/update_containers.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ spec:
116116
{% if cifmw_update_containers_edpmnodeexporterimage is defined %}
117117
edpmNodeExporterImage: {{ cifmw_update_containers_edpmnodeexporterimage }}
118118
{% endif %}
119+
{% if cifmw_update_containers_ceilometermysqldexporterImage is defined %}
120+
ceilometerMysqldExporterImage: {{ cifmw_update_containers_ceilometermysqldexporterImage }}
121+
{% endif %}
122+
{% if cifmw_update_containers_edpmpodmanexporterImage is defined %}
123+
edpmPodmanExporterImage: {{ cifmw_update_containers_edpmpodmanexporterImage }}
124+
{% endif %}
119125
{% if cifmw_update_containers_agentimage is defined %}
120126
agentImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/{{ cifmw_update_containers_name_prefix }}-baremetal-operator-agent:{{ cifmw_update_containers_tag }}
121127
{% endif %}

0 commit comments

Comments
 (0)