Skip to content

Commit 84673ad

Browse files
amoralejopenshift-merge-bot[bot]
authored andcommitted
Disable ceilometer_agent_compute and node_exporter in injected data jobs
Jobs with injected data are failing when we have metrics mixed from real exporters and injected ones. This patch is adding a parameter to specify the list of enabled exporters which is provided by edpm_ansible [1] and configured via ci-framework [2]. [1] https://github.com/openstack-k8s-operators/edpm-ansible/blob/fa813b904c6e70a28f0b86865fc190ccd2282ba6/roles/edpm_telemetry/defaults/main.yml#L56-L60 [2] openstack-k8s-operators/ci-framework#3090
1 parent 2b606d3 commit 84673ad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
cifmw_test_operator_tempest_image_tag: current
6464
cifmw_test_operator_tempest_registry: "{{ cifmw_update_containers_registry }}"
6565
cifmw_test_operator_tempest_namespace: "{{ cifmw_update_containers_org }}"
66+
cifmw_edpm_telemetry_enabled_exporters:
67+
- podman_exporter
68+
- openstack_network_exporter
6669

6770
- job:
6871
name: watcher-operator-validation-base
@@ -80,6 +83,9 @@
8083
cifmw_update_containers_openstack: false
8184
deploy_watcher_service_extra_vars:
8285
watcher_catalog_image: "{{ cifmw_operator_build_output['operators']['watcher-operator'].image_catalog }}"
86+
cifmw_edpm_telemetry_enabled_exporters:
87+
- podman_exporter
88+
- openstack_network_exporter
8389

8490
- job:
8591
name: watcher-operator-kuttl

0 commit comments

Comments
 (0)