Skip to content

Commit 0822678

Browse files
committed
[update_containers] 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 Signed-off-by: Jaromir Wysoglad <jwysogla@redhat.com>
1 parent b2d59cb commit 0822678

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

roles/update_containers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ If apply, please explain the privilege escalation done in this role.
2121
* `cifmw_update_containers_manilashares`: The names of the manila shares prefix. Default to `[]`.
2222
* `cifmw_update_containers_agentimage`: Full Agent Image url for updating Agent Image.
2323
* `cifmw_update_containers_ceilometersgcoreImage`: Full Ceilometersgcore Image url for updating Ceilometersgcore Image.
24+
* `cifmw_update_containers_ceilometermysqldexporterImage`: Full Ceilometer mysqld_exporter Image url for updating Ceilometer mysqld_exporter Image.
2425
* `cifmw_update_containers_edpmnodeexporterimage`: Fill EdpmNodeExporter Image url for update Nodeexporter Image.
26+
* `cifmw_update_containers_edpmpodmanexporterImage`: Fill EdpmPodmanExporter Image url for update PodmanExporter Image.
2527
* `cifmw_update_containers_openstack`: Whether to generate CR for updating openstack containers. Default to `false`.
2628
* `cifmw_update_containers_ansibleee_image_url`: Full Ansibleee Image url for updating Ansibleee Image.
2729
* `cifmw_update_containers_edpm_image_url`: Full EDPM Image url for updating EDPM OS image.

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)