From: Francesco Pantano Date: Wed, 25 May 2022 19:32:19 +0000 (+0200) Subject: Add ceph_infra tag to rolling_update X-Git-Tag: v6.0.28~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2885b6175c75b663ba5dbdf74808d18278802239;p=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 (cherry picked from commit 0e9b3902b074f3526e2fc9e392a32113cf4c6d99) --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index f95989a69..e44b3a247 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -151,6 +151,7 @@ - import_role: name: ceph-infra + tags: ceph_infra - import_role: name: ceph-validate