Skip to content

Commit

Permalink
Merge pull request #879 from vyzigold/add_powermonitoring_to_download…
Browse files Browse the repository at this point in the history
…_service

[OSPRH-13840]use download role for powermonitoring
  • Loading branch information
openshift-merge-bot[bot] authored Feb 13, 2025
2 parents a7892f0 + f8aea56 commit 20179aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/edpm_download_cache/tasks/container_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
name: osp.edpm.edpm_telemetry
tasks_from: download_cache.yml

- name: Download images for edpm_telemetry_power_monitoring role
when: '"telemetry-power-monitoring" in edpm_download_cache_running_services'
ansible.builtin.include_role:
name: osp.edpm.edpm_telemetry_power_monitoring
tasks_from: download_cache.yml

- name: Download images for edpm_swift role
when: '"swift" in edpm_download_cache_running_services'
ansible.builtin.include_role:
Expand Down

0 comments on commit 20179aa

Please sign in to comment.