Skip to content

Commit

Permalink
Apply configuration tasks for Nova on updates
Browse files Browse the repository at this point in the history
When 'updates' service runs, it only calls install.yml from Nova
service role, which is not sufficient to provide required configuration
updates. Inlcude configure.yml as well to cover that for Nova service.

To properly address this for *all services* we should add
migration/update tasks there, which can be called individually
from the update playbook.

Signed-off-by: Bohdan Dobrelia <bdobreli@redhat.com>
  • Loading branch information
bogdando committed Jan 31, 2025
1 parent ec4f092 commit bcbd71b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/edpm_update/tasks/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@
- edpm_update
when: '"nova" in edpm_update_running_services'

- name: Updates configs for edpm_nova role
ansible.builtin.include_role:
name: osp.edpm.edpm_nova
tasks_from: configure.yml
tags:
- edpm_nova
- edpm_update
when: '"nova" in edpm_update_running_services'

- name: Updates containers for edpm_neutron_sriov role
ansible.builtin.include_role:
name: osp.edpm.edpm_neutron_sriov
Expand Down

0 comments on commit bcbd71b

Please sign in to comment.