Skip to content

Commit 65d309c

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 65d309c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

roles/edpm_prepare/tasks/kustomize_and_deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
(cifmw_update_containers_openstack is defined and
3939
cifmw_update_containers_openstack | bool) or
4040
(cifmw_update_containers_watcher is defined and
41-
cifmw_update_containers_watcher | bool))
41+
cifmw_update_containers_watcher | bool) or
42+
(cifmw_update_containers_ceilometersgcoreImage is defined) or
43+
(cifmw_update_containers_ceilometermysqldexporterImage is defined) or
44+
(cifmw_update_containers_edpmpodmanexporterImage is defined))
4245
vars:
4346
cifmw_update_containers_metadata: "{{ _ctlplane_name }}"
4447
ansible.builtin.include_role:

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)