Skip to content

Commit

Permalink
Add ceph_infra tag to rolling_update
Browse files Browse the repository at this point in the history
When the upgrade from Ceph 4 to 5 is performed in the OpenStack context,
ceph-ansible triggers the rolling_update playbook, which is supposed to
rollout new Ceph containers.  The ceph-infra role tries to take care
about firewall, ntp config and logrotate; however, TripleO manages them
through tripleo-heat-templates.  This patch just add an additional tag
to skip the ceph-infra role in the OpenStack context.

Closes: https://bugzilla.redhat.com/2090456
Signed-off-by: Francesco Pantano <[email protected]>
(cherry picked from commit 0e9b390)
  • Loading branch information
fmount authored and guits committed Jun 14, 2022
1 parent 54aca30 commit 2885b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@

- import_role:
name: ceph-infra
tags: ceph_infra

- import_role:
name: ceph-validate
Expand Down

0 comments on commit 2885b61

Please sign in to comment.