Remove deploy_steps_tasks.yaml from upgrade_steps_playbook
authorMarius Cornea <mcornea@redhat.com>
Thu, 14 Sep 2017 11:56:47 +0000 (13:56 +0200)
committerAlex Schultz <aschultz@redhat.com>
Thu, 21 Sep 2017 15:50:52 +0000 (15:50 +0000)
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

index 2b004af..37609fe 100644 (file)
@@ -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
-