Skip to content

Commit

Permalink
Merge pull request #869 from bogdando/update_nova_configs
Browse files Browse the repository at this point in the history
Apply configuration tasks for Nova on updates
  • Loading branch information
openshift-merge-bot[bot] authored Feb 3, 2025
2 parents e8a2a89 + bcbd71b commit 951beb8
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 951beb8

Please sign in to comment.