From 3bb6ab39df4baee58f67c34985b3011fe8cc2267 Mon Sep 17 00:00:00 2001 From: Marius Cornea Date: Thu, 14 Sep 2017 13:56:47 +0200 Subject: Remove deploy_steps_tasks.yaml from upgrade_steps_playbook After landing https://review.openstack.org/#/c/503484/ we run the puppet host configuration steps twice. This change removes the deploy_steps_tasks.yaml playbook in order to run the puppet steps only once. Closes-bug: 1717244 Change-Id: I09461094618124915841c8390c8bce8daf64d029 (cherry picked from commit e471c67aab6a8f91011aa2330b3cf80f4427f443) --- common/deploy-steps.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index 2b004af1..37609fe9 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -363,8 +363,3 @@ outputs: with_sequence: start=0 end={{upgrade_steps_max-1}} loop_control: loop_var: step - - include: deploy_steps_tasks.yaml - with_sequence: start=0 end={{deploy_steps_max-1}} - loop_control: - loop_var: step - -- cgit 1.2.3-korg