mirror of https://github.com/ceph/ceph-ansible.git
Add ceph_infra tag to rolling_update
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 <fpantano@redhat.com>
(cherry picked from commit 0e9b3902b0
)
pull/7216/head
parent
4dd57379bb
commit
abfb5385c1
|
@ -151,6 +151,7 @@
|
||||||
|
|
||||||
- import_role:
|
- import_role:
|
||||||
name: ceph-infra
|
name: ceph-infra
|
||||||
|
tags: ceph_infra
|
||||||
|
|
||||||
- import_role:
|
- import_role:
|
||||||
name: ceph-validate
|
name: ceph-validate
|
||||||
|
|
Loading…
Reference in New Issue