From 422074e451d5131ac32f383deff4efa5b0cfe48d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 9 Jan 2020 12:45:30 +0100 Subject: [PATCH] Add 'never' to the tags set for the Ceph systemd units migration task The systemd units migration should only happen once, when explicitly called by tripleoclient using --tags ceph_systemd Also renames the old ceph-systemd tag into ceph_systemd tag for consistency and to prevent issues when passing the tag name as argument from the command line. Change-Id: I9387885a57f8532b414485bc2919eb33aeadf52b Closes-Bug: 1859009 (cherry picked from commit 49c8f9d48ccc5696fb8924f296a88e36c57bc40d) --- deployment/ceph-ansible/ceph-base.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/ceph-ansible/ceph-base.yaml b/deployment/ceph-ansible/ceph-base.yaml index 492b6d2f61..98bb1b783b 100644 --- a/deployment/ceph-ansible/ceph-base.yaml +++ b/deployment/ceph-ansible/ceph-base.yaml @@ -808,7 +808,9 @@ outputs: ceph_ansible_playbooks_default: ["/usr/share/ceph-ansible/infrastructure-playbooks/rolling_update.yml"] external_upgrade_tasks: - when: step|int == 0 - tags: ceph-systemd + tags: + - never + - ceph_systemd block: - name: stop if _limit is unset fail: