From 77b32c8e7d56b01d844b69ebf80f254ff6e1efa7 Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Wed, 15 Dec 2021 16:58:06 -0300 Subject: [PATCH] Set pcs version to 0.10.11-1 in all releases The last known good 'pcs' version is still 0.10.11-1, but we identify that all releases are affected by this issue. This patch removes the release constraint and runs 'pcs' downgrade for all in the standalone upgrade workflow. Related-Bug: #1953326 Change-Id: Ic3cbef91ffe1b446649a16d22e6f8cb75c77b876 Signed-off-by: Douglas Viroel --- roles/standalone-upgrade/tasks/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/standalone-upgrade/tasks/main.yml b/roles/standalone-upgrade/tasks/main.yml index 539237a93..b330aecfb 100644 --- a/roles/standalone-upgrade/tasks/main.yml +++ b/roles/standalone-upgrade/tasks/main.yml @@ -43,10 +43,8 @@ # TODO: (rlandy) remove workaround for LP bug #1953326 # For now pcs-0.10.11-1 is the last known good version +# All releases are affected by this issue at this moment - name: Downgrade pcs version - when: - - release is defined - - release in ['ussuri', 'victoria'] block: - name: Downgrade pcs shell: |