Skip to content

Commit

Permalink
Merge pull request #744 from jlarriba/telemetry_update
Browse files Browse the repository at this point in the history
[OSPRH-9710] Telemetry containers running on EDPM nodes are not being…
  • Loading branch information
openshift-merge-bot[bot] authored Sep 5, 2024
2 parents 0c540a8 + 82db97f commit dcf2ec0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions roles/edpm_update/tasks/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,14 @@
- edpm_logrotate_crond
- edpm_update
when: '"run-os" in edpm_update_running_services'

- name: Updates containers for edpm_telemetry role
ansible.builtin.include_role:
name: osp.edpm.edpm_telemetry
tasks_from: install.yml
apply:
become: true
tags:
- edpm_telemetry
- edpm_update
when: '"telemetry" in edpm_update_running_services'

0 comments on commit dcf2ec0

Please sign in to comment.