Skip to content

Commit

Permalink
Merge pull request #765 from ASBishop/OSPRH-9712
Browse files Browse the repository at this point in the history
Handle storage containers during EDPM update
  • Loading branch information
openshift-merge-bot[bot] authored Sep 26, 2024
2 parents 91825f1 + 13de503 commit 975ad1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/edpm_update/tasks/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
tags:
- edpm_iscsid
- edpm_update
when: '"nova-storage" in edpm_update_running_services'
# iscsid is part of the "nova" EDPM service
when: '"nova" in edpm_update_running_services'

- name: Updates containers for edpm_ovn role
ansible.builtin.include_role:
Expand Down Expand Up @@ -85,7 +86,8 @@
tags:
- edpm_multipathd
- edpm_update
when: '"nova-storage" in edpm_update_running_services'
# multipathd is part of the "nova" EDPM service
when: '"nova" in edpm_update_running_services'

- name: Updates containers for edpm_nova role
ansible.builtin.include_role:
Expand Down

0 comments on commit 975ad1e

Please sign in to comment.