From 0e9b3902b074f3526e2fc9e392a32113cf4c6d99 Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Wed, 25 May 2022 21:32:19 +0200 Subject: [PATCH] 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 --- infrastructure-playbooks/rolling_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index afa41778a..0be28c010 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 -- 2.39.5