]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Add ceph_infra tag to rolling_update
authorFrancesco Pantano <fpantano@redhat.com>
Wed, 25 May 2022 19:32:19 +0000 (21:32 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 14 Jun 2022 12:39:10 +0000 (14:39 +0200)
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 0e9b3902b074f3526e2fc9e392a32113cf4c6d99)

infrastructure-playbooks/rolling_update.yml

index f95989a69ecc19614392a4009785efc0dddcd742..e44b3a2478a151eadd0c8afe106be2ccc4acec3e 100644 (file)
 
     - import_role:
         name: ceph-infra
+      tags: ceph_infra
 
     - import_role:
         name: ceph-validate