From 1235f1080a7e48f334b09d97b81615a68ee0cc64 Mon Sep 17 00:00:00 2001 From: Jose Luis Franco Arza Date: Tue, 27 Nov 2018 10:12:10 +0100 Subject: [PATCH] Do not adjust roles data for minor updates. During a queens minor update, the roles_data already contains the ContainerImagePrepare service, so we end up appending it twice into the Controller's role. This caused some errors during minor update. The custom roles adjustment is not needed anymore, as there were no services chaged during the rocky release, so we are removing it. Change-Id: I9afbb421b8dd877c73b6fc29a02f2486e7d5cfa9 --- tasks/update/overcloud_update_prepare.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/update/overcloud_update_prepare.yml b/tasks/update/overcloud_update_prepare.yml index 7e9c539b..e997eb74 100644 --- a/tasks/update/overcloud_update_prepare.yml +++ b/tasks/update/overcloud_update_prepare.yml @@ -1,8 +1,4 @@ --- -- name: adjust role-data for Pike update - include: ../common/adjust-roles-data.yaml - when: custom_roles_used|bool - - name: setup HEAT outputs via update prepare shell: | set -o pipefail